-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Enable deep evaluation of dependency graph (#42)
BREAKING CHANGE: Although the change is not breaking according to our tests, we assume that there could be problems in certain projects.
- Loading branch information
Showing
12 changed files
with
3,757 additions
and
3,682 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 |
---|---|---|
|
@@ -9,6 +9,9 @@ | |
} | ||
] | ||
], | ||
"plugins": [ | ||
"transform-runtime" | ||
], | ||
"sourceMaps": true, | ||
"env": { | ||
"test": { | ||
|
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 |
---|---|---|
|
@@ -5,6 +5,6 @@ lib | |
test/dist | ||
|
||
# Syntax error on purpose | ||
test/modules/error.js | ||
test/modules/error-syntax.js | ||
|
||
examples |
Oops, something went wrong.