Skip to content

Tags: google/closure-compiler

Tags

v20240609

Toggle v20240609's commit message
Adds the chrome.runtime API user script methods to the chrome_extensi…

…ons.js externs file.

PiperOrigin-RevId: 640730106

v20240605

Toggle v20240605's commit message
Remove the PeepholeReorderConstantExpression pass.

PiperOrigin-RevId: 640239082

v20240604

Toggle v20240604's commit message
Remove the PeepholeReorderConstantExpression pass.

PiperOrigin-RevId: 640239082

v20240317

Toggle v20240317's commit message
Merge pull request #4155 from nhelfman:master

PiperOrigin-RevId: 615931858

v20231112

Toggle v20231112's commit message
Enable type checking and colors for J2clPassTest

It's important that the correct colors be applied to nodes that J2clPass
may create in order to avoid problems with PropertyDisambiguation/Ambiguation.
This change just enables the `CompilerTestCase` options that will ensure
that nodes have colors applied to them when the tests run.

Also add logic to one test to verify that the correct color is applied
when inlining a `$markImplementor()` call.

PiperOrigin-RevId: 581383647

v20231031

Toggle v20231031's commit message
Merge pull request #4127 from google:dependabot/github_actions/action…

…s/setup-node-4

PiperOrigin-RevId: 578243732

v20230802

Toggle v20230802's commit message
RemoveUnusedCode: log reasons for not removing variables.

Add a new log file that contains the reason why RemoveUnusedCode
decided it could not remove a variable declaration.

PiperOrigin-RevId: 552975927

v20230502

Toggle v20230502's commit message
Remove excessive logging from InlineSimpleMethods

PiperOrigin-RevId: 528509211

v20230411

Toggle v20230411's commit message
Remove AbstractCompiler#getDeletedScopeNodesForPass

This method is only used in unit tests.

PiperOrigin-RevId: 523526848

v20230228

Toggle v20230228's commit message
Delete unused CodingConvention::isInlinableByConvention

PiperOrigin-RevId: 512759603