Uses of Package
com.google.javascript.jscomp.js
Packages that use com.google.javascript.jscomp.js
-
Classes in com.google.javascript.jscomp.js used by com.google.javascript.jscompClassDescriptionInjects runtime libraries from the jscomp/js directory into an ASTWhat to do with the runtime libraries under the js/ directory: the compiler can ignore them completely; can validate any attempted library usage is correct but not modify the AST; or both validate invalid input: '&' add to the AST.
-
Classes in com.google.javascript.jscomp.js used by com.google.javascript.jscomp.jsClassDescriptionInjects runtime libraries from the jscomp/js directory into an ASTA
RuntimeJsLibManager.JsLibFieldthat is statically guaranteed to be available at runtime, i.e.A $jscomp.* field (could be a method, class, or any arbitrary value) that exists in some runtime library under the js/ directory.Loads /js resources into AST formatWhat to do with the runtime libraries under the js/ directory: the compiler can ignore them completely; can validate any attempted library usage is correct but not modify the AST; or both validate invalid input: '&' add to the AST.