Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

chore(package): update google-closure-compiler to version 20180402.0.0 #2573

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"extract-text-webpack-plugin": "^3.0.0",
"fs-extra": "^5.0.0",
"glob": "^7.1.1",
"google-closure-compiler": "^20170521.0.0",
"google-closure-compiler": "^20180402.0.0",
"husky": "^0.14.0",
"istanbul": "^0.4.4",
"istanbul-instrumenter-loader": "^3.0.0",
Expand Down
1 change: 0 additions & 1 deletion scripts/closure-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ for pkg in $CLOSURIZED_PKGS; do
--js $(find $CLOSURE_PKGDIR -type f -name "*.js") \
--language_out ECMASCRIPT5_STRICT \
--dependency_mode STRICT \
--module_resolution LEGACY \
--js_module_root $CLOSURE_PKGDIR \
--entry_point $entry_point \
--checks_only \
Expand Down