-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* do not rely on resolution logic to import files * drop FakeMap * drop getFuncName, use .name instead * import test deps as esm * drop rollup * port all code to typescript * add deno mod.ts shortcut * switch from .ts to .js extensions * import lib rather than src in test/ Co-authored-by: 43081j <[email protected]> * add web test runner config Co-authored-by: 43081j <[email protected]> * install wtr & friends Co-authored-by: 43081j <[email protected]> * fix test runner scripts Co-authored-by: 43081j <[email protected]> * More ESM (#68) * fix: try getting esm working * fix: update `esbuild` * remove commitlint --------- Co-authored-by: 43081j <[email protected]> Co-authored-by: Kristján Oddsson <[email protected]> Co-authored-by: Kristján Oddsson <[email protected]>
- Loading branch information
1 parent
247f948
commit 995ad13
Showing
62 changed files
with
13,912 additions
and
12,684 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,4 @@ npm-debug.log | |
loupe.test.js | ||
loupe.js | ||
.nyc_output/ | ||
lib/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import inspect, { custom } from './src/index.ts' | ||
export default inspect | ||
export { custom, inspect } |
Oops, something went wrong.