google / closure-compiler-npm

Package for managing and documenting closure-compiler for use via npm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

warnings_whitelist_file

crisgol opened this issue · comments

warnings_whitelist_file :'./scripts/whitelist.txt',

example whitelist.txt

'background.js:655?WARNING - [JSC_ARGUMENTS_CALLEE_FORBIDDEN] "arguments.callee" cannot be used in strict mode scripts/background.js:613?WARNING - [JSC_ARGUMENTS_CALLEE_FORBIDDEN] "arguments.callee" cannot be used in strict mode background.js:655?JSC_ARGUMENTS_CALLEE_FORBIDDEN scripts/background.js:613?JSC_ARGUMENTS_CALLEE_FORBIDDEN background.js:655?cannot be used in strict mode scripts/background.js:613? WARNING - [JSC_ARGUMENTS_CALLEE_FORBIDDEN] "arguments.callee" cannot be used in strict mode

not resolve warnings

Can you provide more details? All I can see is the warning "arguments.callee" cannot be used in strict mode. Are you using this value?

Like Kelvin said, could you provide more details?

Also, this issue should probably be on the main repo unless it's specific to the npm release.

Please reopen if you can provide details.