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
The `CompilerTestCase.transpileToEs5` method creates its own PassListBuilder to create and invoke custom transpiler passes. In doing that, it only includes select passes from outside `addEarlyOptimizationTranspilation`.
This change ensures that the `reportUntranspilableFeatures` gets included and executes in that code path also.
PiperOrigin-RevId: 551316236
0 commit comments