-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for ECMAScript modules in the JavaScript kit (#236)
* feat: add support for ECMAScript modules in the JavaScript kit * fix: remove unnecesary exclude in GitHub actions * feat: improve module detection in the JavaScript kit * feat: update JS Hono example to use modules and minify the output * fix: detect exported objects as JS modules * chore: stop using unicode in regexps and fix block one * fix: use differnt line endings so modules are properly detected on Windows * feat: add a new e2e for js-hono example
- Loading branch information
1 parent
983540f
commit ed0bfac
Showing
15 changed files
with
1,277 additions
and
1,812 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Oops, something went wrong.