-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: update rollup to version 0.41.1 (#616)
* chore(package): update rollup to version 0.41.1 https://greenkeeper.io/ * fix: external module resolution bugs * fix: handle windows file paths in is-external util * fix: handle windows paths on lux build as well * fix: use four back slashes for windows path matching * fix: handle absolute paths on windows * fix: pass dir to is external call * fix: rely on path.resolve for absolute path testing * fix: use regexp to determine external modules * fix: ensure modules in the dist folder are not external * fix: go back to strings for external module resolution * fix: use absolute path regexp in is-external compiler util * testf: properly invoke external function in tests * test: add unit tests for compiler module * fix: remove volume from alias paths on windows
- Loading branch information
1 parent
1626cd8
commit e7d069f
Showing
26 changed files
with
397 additions
and
228 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
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
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
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
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
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
Oops, something went wrong.