Laura Harker
Laura Harker
Filing off of https://groups.google.com/g/closure-compiler-discuss/c/rhAsFdwsnmQ so that this shows up in our bug scrub meeting. (and so that someone more familiar with SourceMapConsumerV3 than me will look at it) Here's Kyle's...
Fixes #29459 Without this change, the `declNamespaceReexportingLocal.types` would be different - b.ts would print types as `Local` and `_debugger.Foo` instead of `ns.ExportedAlias` and `ns.debugger.Foo`.
Compiler warnings like `WARNING - [JSC_UNREACHABLE_CODE] unreachable code` may often be suppressed by finding the corresponding diagnostic group and adding a `@suppress` tag, in this case `@suppress {uselessCode}`. We document...
### Acknowledgement - [X] I acknowledge that issues using this template may be closed without further explanation at the maintainer's discretion. ### Comment **Search terms for existing issues** "regex", "regular...
Example: https://github.com/google/closure-compiler/actions/runs/9704666554/job/26785314354 ``` Error: Unable to resolve action `ossf/scorecard-action@v2`, unable to find version `v2` ```
We want to start regularly pushing Maven releases. I'll work with @jDramaix and @12wrigja on automating this process. Possibly related issues: #4215 , #4168, #4208, #4161
As noted in https://github.com/google/closure-compiler/issues/2731 - the compiler incorrectly reports "[JSC_USED_GLOBAL_THIS] dangerous use of the global this object" on the `this.y` reference below. ``` js class Foo { x = ()...