Skip to content

Commit c5aff66

Browse files
authored
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.
1 parent 440885a commit c5aff66

File tree

12 files changed

+3757
-3682
lines changed

12 files changed

+3757
-3682
lines changed

.babelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
}
1010
]
1111
],
12+
"plugins": [
13+
"transform-runtime"
14+
],
1215
"sourceMaps": true,
1316
"env": {
1417
"test": {

.eslintignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ lib
55
test/dist
66

77
# Syntax error on purpose
8-
test/modules/error.js
8+
test/modules/error-syntax.js
99

1010
examples

0 commit comments

Comments
 (0)