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
Remove GETPROP/GETELEM from NodeUtil.isSimpleOperator as getters/sett…
…ers can have side-effects.
This CL should be a no-op, because getprop/getelem checks have been added at the call sites.
PiperOrigin-RevId: 431810100
[ROLLBACK]: Record missing **= and trailing comma features in TypedAS…
…T deserialization
This fixes a bug where the transpilation passes for those features might not run in a multistage build.
PiperOrigin-RevId: 419648299
Crash in Closure Compiler if languageOut is incompatible with ZoneJS
This only happens when the compiler detects ZoneJS as one of the inputs. This
is because ZoneJS is incompatible with async functions (see
angular/angular#31730)
PiperOrigin-RevId: 401026783
Move CheckConstPrivateProperties and CheckUnusedPrivateProperties int…
…o the linter
I've removed type information uses since the linter runs per-file. This means the passes stop warning on constructors not defined as a fully qualified name. This adds some complexity to the passes, but seems worthwhile to let the passes run in the linter and remove some complexity around DiagnosticGroups.ANALYZER_CHECKS_INTERNAL.
PiperOrigin-RevId: 395292523
Serialize node properties using node prop list.
Iterate the property list on Node once and translate each `Prop` to `NodeProperty`.
PiperOrigin-RevId: 389240345