chore: Update to latest Closure compiler and remove our SVG externs (#5991)

This commit is contained in:
Aaron Dodson
2022-03-10 11:50:43 -08:00
committed by GitHub
parent afc4088ce2
commit 5f822fdbd7
4 changed files with 40 additions and 10273 deletions

View File

@@ -548,7 +548,6 @@ function compile(options) {
rewrite_polyfills: true,
hide_warnings_for: 'node_modules',
define: ['COMPILED=true'],
externs: ['./externs/svg-externs.js'],
};
if (argv.debug || argv.strict) {
defaultOptions.jscomp_error = [...JSCOMP_ERROR];