Uses of Interface
com.google.javascript.jscomp.SourceFileMapping
-
Packages that use SourceFileMapping Package Description com.google.javascript.jscomp Provides the core compiler and its public API. -
-
Uses of SourceFileMapping in com.google.javascript.jscomp
Classes in com.google.javascript.jscomp that implement SourceFileMapping Modifier and Type Class Description class
Compiler
Compiler (and the other classes in this package) does the following: parses JS code checks for undefined variables performs optimizations such as constant folding and constants inlining renames variables (to short names) outputs compact JavaScript code External variables are declared in 'externs' files.Methods in com.google.javascript.jscomp with parameters of type SourceFileMapping Modifier and Type Method Description void
SourceMap. setSourceFileMapping(SourceFileMapping mapping)
-