Uses of Interface
com.google.javascript.jscomp.js.RuntimeJsLibManager.JsLibField
Packages that use RuntimeJsLibManager.JsLibField
-
Uses of RuntimeJsLibManager.JsLibField in com.google.javascript.jscomp.js
Subinterfaces of RuntimeJsLibManager.JsLibField in com.google.javascript.jscomp.jsModifier and TypeInterfaceDescriptionstatic interfaceARuntimeJsLibManager.InjectedJsLibFieldthat was injected inRuntimeJsLibManager.RuntimeLibraryMode.EXTERN_FIELD_NAMESmode, and so has both a regular "qualified name" by which transpilation passes should refer to it - this is the externed name - but also provides the uncompiled, raw name of the field.static interfaceARuntimeJsLibManager.JsLibFieldthat is statically guaranteed to be available at runtime, i.e.Methods in com.google.javascript.jscomp.js that return RuntimeJsLibManager.JsLibFieldModifier and TypeMethodDescriptionRuntimeJsLibManager.getJsLibField(String fieldName) Returns a field definition for the given name, without actually asserting or requiring its definition to be injected.