Commit cf375cb 1 parent c309a8c commit cf375cb Copy full SHA for cf375cb
File tree 2 files changed +0
-4
lines changed
src/com/google/javascript/jscomp
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -378,9 +378,6 @@ protected PassListBuilder getChecks() {
378
378
checks .maybeAdd (checkRegExp );
379
379
}
380
380
381
- // Passes running before this point should expect to see language features up to ES_2017.
382
- checks .maybeAdd (createEmptyPass (PassNames .BEFORE_PRE_TYPECHECK_TRANSPILATION ));
383
-
384
381
checks .maybeAdd (createEmptyPass (PassNames .BEFORE_TYPE_CHECKING ));
385
382
386
383
if (options .checkTypes || options .inferTypes ) {
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ public final class PassNames {
33
33
public static final String BEFORE_STANDARD_OPTIMIZATIONS = "beforeStandardOptimizations" ;
34
34
public static final String BEFORE_MAIN_OPTIMIZATIONS = "beforeMainOptimizations" ;
35
35
public static final String BEFORE_TYPE_CHECKING = "beforeTypeChecking" ;
36
- public static final String BEFORE_PRE_TYPECHECK_TRANSPILATION = "beforePreTypeCheckTranspilation" ;
37
36
public static final String BEFORE_SERIALIZATION = "beforeSerialization" ;
38
37
public static final String CHECK_CONFORMANCE = "checkConformance" ;
39
38
public static final String CHECK_CONST_PARAMS = "checkConstParams" ;
You can’t perform that action at this time.
0 commit comments