Deprecated API


Contents
Deprecated Fields
com.google.javascript.jscomp.JSError.level
          Use #getDefaultLevel 
 

Deprecated Methods
com.google.javascript.jscomp.parsing.ParserRunner.createConfig(boolean)
           
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.rhino.JSDocInfoBuilder.markName(String, int, int)
          Use #markName(String, StaticSourceFile, int, int) 
com.google.javascript.jscomp.CompilerOptions.setRemoveUnusedVariable(CompilerOptions.Reach)
           
 

Deprecated Constructors
com.google.debugging.sourcemap.SourceMapSection(String, int, int)