8000 Tags · maxxheth/closure-compiler · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: maxxheth/closure-compiler

Tags

v20220405

Toggle v20220405's commit message
Fully specifies ReadonlyArray in closure externs.

PiperOrigin-RevId: 439648356

v20220301

Toggle v20220301's commit message
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

v20220202

Toggle v20220202's commit message
Run j2cl source file checker in TypedAST compilations

Fixes an issue where the J2CL optimizations were skipped

PiperOrigin-RevId: 425733307

v20220104

Toggle v20220104's commit message
[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

v20211201

Toggle v20211201's commit message
Fix occasional stack overflow during Compiler::restoreState

PiperOrigin-RevId: 413539106

v20211107

Toggle v20211107's commit message
Inline deprecated method SourceFile#getOriginalPath

PiperOrigin-RevId: 407938066

v20211006

Toggle v20211006's commit message
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

v20210907

Toggle v20210907's commit message
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

v20210906

Toggle v20210906's commit message
Disallow setting --language_out in conjunction with --browser_feature…

…set_year

PiperOrigin-RevId: 394754139

v20210808

Toggle v20210808's commit message
Serialize node properties using node prop list.

Iterate the property list on Node once and translate each `Prop` to `NodeProperty`.

PiperOrigin-RevId: 389240345
0