angular / closure-demo

MIT License
115 stars 27 forks source link

Closure Compiler update fix #6

Closed erdemapaydin closed 7 years ago

erdemapaydin commented 7 years ago

Symbols Check was turned on by default between Closure Compiler release v20170409 and v20170423 (https://github.com/google/closure-compiler/commit/4c7aaa8a86b1bf4d40ac6c78139394797e88b3b3) which resulted in errors when updating the compiler to the newest version. (https://github.com/google/closure-compiler/issues/2487)

i created a very simple externs file which fixes the errors temporarily and allows compiling.

the app works but further changes might be needed.

i created a PR which updates closure and includes the new externs in the flagfile.