Package com.google.javascript.jscomp.js
package com.google.javascript.jscomp.js
-
ClassDescriptionInjects 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.