-
Notifications
You must be signed in to change notification settings - Fork 916
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add export map support for node v13 (#193)
* add export map support for node v13 * add no warnings flag for test output matching
- Loading branch information
1 parent
f825df7
commit eae89aa
Showing
97 changed files
with
5,794 additions
and
13 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
__tests__/integration/export-maps/expected-install/import-map.json
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,5 @@ | ||
{ | ||
"imports": { | ||
"preact": "./preact.js?rev=5f00e5bb59" | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- snowpack installing... | ||
✔ snowpack installed: preact. |
21 changes: 21 additions & 0 deletions
21
__tests__/integration/export-maps/node_modules/preact/LICENSE
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.