Github
Github
Hello, not sure if this is expected behavior. Below code is minimal sample tested in ADVANCED mode on: https://closure-compiler.appspot.com/ ``` /** * @constructor * @struct */ function SGlobal() { this.className...
Hello, I'm trying to use --warnings_allowlist_file to dismiss this warning type: ` warning JSC_UNRECOGNIZED_TYPE_ERROR: Bad type annotation. Unknown type XYZ ` I know it is reading my file because if...
Hello, has somebody loaded big files? I tested locally but it's the same as online, my pasted text crashed the browser. Wondering if this a browser limitation or it can...