Skip to content

Commit

Permalink
build: update to google-closure-compiler@20171023.0.1
Browse files Browse the repository at this point in the history
added externs
  • Loading branch information
thelgevold committed Nov 10, 2017
1 parent 3257fcd commit c08340a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 2 additions & 0 deletions integration/hello_world__closure/closure.conf
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ node_modules/zone.js/dist/zone_externs.js
--package_json_entry_names es2015
--process_common_js_modules

--js externs.js

--js built/**.js
--entry_point=built/src/main
9 changes: 9 additions & 0 deletions integration/hello_world__closure/externs.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/**
* @fileoverview This is an externs file.
* @externs
*/

var System;
var Hammer;
var global;
var COMPILED;
2 changes: 1 addition & 1 deletion integration/hello_world__closure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@angular/core": "file:../../dist/packages-dist/core",
"@angular/platform-browser": "file:../../dist/packages-dist/platform-browser",
"@angular/platform-server": "file:../../dist/packages-dist/platform-server",
"google-closure-compiler": "git+https://github.com/alexeagle/closure-compiler.git#packagejson.dist",
"google-closure-compiler": "20171023.0.1",
"rxjs": "file:../../node_modules/rxjs",
"typescript": "file:../../node_modules/typescript",
"zone.js": "file:../../node_modules/zone.js"
Expand Down

0 comments on commit c08340a

Please sign in to comment.