Skip to content

Commit

Permalink
feat: Enable deep evaluation of dependency graph (#42)
Browse files Browse the repository at this point in the history
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
jhnns committed Aug 31, 2018
1 parent 440885a commit c5aff66
Show file tree
Hide file tree
Showing 12 changed files with 3,757 additions and 3,682 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
}
]
],
"plugins": [
"transform-runtime"
],
"sourceMaps": true,
"env": {
"test": {
Expand Down
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ lib
test/dist

# Syntax error on purpose
test/modules/error.js
test/modules/error-syntax.js

examples

0 comments on commit c5aff66

Please sign in to comment.