File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/com/google/javascript/jscomp Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 3939import com .google .debugging .sourcemap .SourceMapConsumerV3 ;
4040import com .google .debugging .sourcemap .proto .Mapping .OriginalMapping ;
4141import com .google .errorprone .annotations .CanIgnoreReturnValue ;
42+ import com .google .errorprone .annotations .FormatMethod ;
4243import com .google .errorprone .annotations .MustBeClosed ;
4344import com .google .javascript .jscomp .CodePrinter .LicenseTracker ;
4445import com .google .javascript .jscomp .CompilerInput .ModuleType ;
@@ -4523,6 +4524,7 @@ public void resetAndIntitializeSourceMap() {
45234524 }
45244525
45254526 @ CanIgnoreReturnValue
4527+ @ FormatMethod
45264528 private static Node checkNotModule (Node script , String msg , Object ... args ) {
45274529 checkArgument (script .isScript (), script );
45284530 if (!script .hasOneChild ()) {
You can’t perform that action at this time.
0 commit comments