Deprecated Methods |
com.google.javascript.jscomp.Compiler.compile(JSSourceFile[], JSModule[], CompilerOptions)
Convert your arrays to lists and use the list-based
compileModules method. |
com.google.javascript.jscomp.Compiler.compile(JSSourceFile[], JSSourceFile[], CompilerOptions)
Convert your arrays to lists and use the list-based compile
method. |
com.google.javascript.jscomp.Compiler.compile(JSSourceFile, JSModule[], CompilerOptions)
Convert your arrays to lists and use the list-based
compileModules method. |
com.google.javascript.jscomp.Compiler.compile(SourceFile, JSSourceFile[], CompilerOptions)
Convert your arrays to lists and use the list-based API. |
com.google.javascript.jscomp.CompilerOptions.enableExternExports(boolean)
replaced by CompilerOptions.setExternExports(boolean) |
com.google.javascript.rhino.JSDocInfo.Marker.getName()
Use #getNameNode |
com.google.debugging.sourcemap.SourceMapSection.getSectionUrl()
|
com.google.javascript.jscomp.Compiler.init(JSSourceFile[], JSModule[], CompilerOptions)
Convert your arrays to lists and use the list-based API. |
com.google.javascript.jscomp.Compiler.init(JSSourceFile[], JSSourceFile[], CompilerOptions)
Convert your arrays to lists and use the list-based API. |
com.google.javascript.rhino.JSDocInfoBuilder.markName(String, int, int)
Use #markName(String, StaticSourceFile, int, int) |
com.google.javascript.jscomp.CompilerOptions.setInputPropertyMapSerialized(byte[])
|
com.google.javascript.jscomp.CompilerOptions.setInputVariableMapSerialized(byte[])
|
com.google.javascript.jscomp.CompilerOptions.setRemoveUnusedVariable(CompilerOptions.Reach)
|
com.google.javascript.jscomp.CompilerOptions.setRewriteNewDateGoogNow(boolean)
|
com.google.javascript.jscomp.WhitelistWarningsGuard.WhitelistBuilder.setWithLineNumber(boolean)
|