Skip to content

Commit

Permalink
Internal changes.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 565685968
  • Loading branch information
Closure Team authored and copybara-github committed Sep 15, 2023
1 parent 4ec9fa9 commit 5080646
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/com/google/javascript/jscomp/PassNames.java
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public final class PassNames {
public static final String INLINE_PROPERTIES = "inlineProperties";
public static final String INLINE_TYPE_ALIASES = "inlineTypeAliases";
public static final String INLINE_VARIABLES = "inlineVariables";
public static final String LATE_PEEPHOLE_OPTIMIZATIONS = "latePeepholeOptimizations";
public static final String LINT_CHECKS = "lintChecks";
public static final String MARK_UNNORMALIZED = "markUnnormalized";
public static final String NORMALIZE = "normalize";
Expand Down

0 comments on commit 5080646

Please sign in to comment.