-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #91 from MaksimLavrenyuk/master
Refactoring to modern JS + ESM, tests rewritten on tap-esm, removed deps
- Loading branch information
Showing
29 changed files
with
1,921 additions
and
4,966 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,3 @@ | |
node_modules | ||
coverage | ||
.vscode | ||
test/bundle.js |
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,9 @@ | ||
<script type="importmap"> | ||
{ | ||
"imports": { | ||
"events": "/node_modules/events/events.js", | ||
"tap-esm": "/node_modules/tap-esm/index.js" | ||
} | ||
} | ||
</script> | ||
<script type=module src=test/index.js></script> |
Oops, something went wrong.