Skip to content

Commit

Permalink
Add export map support for node v13 (#193)
Browse files Browse the repository at this point in the history
* add export map support for node v13

* add no warnings flag for test output matching
  • Loading branch information
FredKSchott authored Feb 7, 2020
1 parent f825df7 commit eae89aa
Show file tree
Hide file tree
Showing 97 changed files with 5,794 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"imports": {
"preact": "./preact.js?rev=5f00e5bb59"
}
}
3 changes: 3 additions & 0 deletions __tests__/integration/export-maps/expected-install/preact.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions __tests__/integration/export-maps/expected-output.txt
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 __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.

Loading

0 comments on commit eae89aa

Please sign in to comment.