Skip to content

Commit

Permalink
Expand Support for Eliding Resources at Build Time (#94)
Browse files Browse the repository at this point in the history
* Support eliding imports and requires with variable definitions

* Replace features with one single modern feature set

* Invert the static has logic so that it reads like a logic if statement

* Replace variable declarations with an undefined declaration
  • Loading branch information
agubler authored Nov 28, 2018
1 parent eb24e3e commit f6516c0
Show file tree
Hide file tree
Showing 19 changed files with 197 additions and 392 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

38 changes: 0 additions & 38 deletions src/static-build-loader/features/chrome.json

This file was deleted.

38 changes: 0 additions & 38 deletions src/static-build-loader/features/edge.json

This file was deleted.

38 changes: 0 additions & 38 deletions src/static-build-loader/features/firefox.json

This file was deleted.

38 changes: 0 additions & 38 deletions src/static-build-loader/features/ie11.json

This file was deleted.

38 changes: 0 additions & 38 deletions src/static-build-loader/features/ios.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
"arraybuffer": true,
"blob": true,
"dom-mutationobserver": true,
"dom-webanimation": false,
"dom-pointer-events": true,
"dom-intersection-observer": true,
"es-observable": false,
"es2017-object": true,
"es2017-string": true,
Expand Down
38 changes: 0 additions & 38 deletions src/static-build-loader/features/node.json

This file was deleted.

38 changes: 0 additions & 38 deletions src/static-build-loader/features/node8.json

This file was deleted.

38 changes: 0 additions & 38 deletions src/static-build-loader/features/safari.json

This file was deleted.

Loading

0 comments on commit f6516c0

Please sign in to comment.