-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enhancement/issue 1317 import map generation refactor for exports and…
… leveraging `import.meta.resolve` (#1326)
- Loading branch information
1 parent
db0e184
commit 3a6540d
Showing
29 changed files
with
5,034 additions
and
1,369 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 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 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 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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
const acornOptions = { | ||
const ACORN_OPTIONS = { | ||
ecmaVersion: 'latest', | ||
sourceType: 'module' | ||
}; | ||
|
||
export { | ||
acornOptions | ||
ACORN_OPTIONS | ||
}; |
Oops, something went wrong.