You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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