Package com.google.javascript.jscomp.js
Interface RuntimeJsLibManager.ResourceProvider
- Enclosing class:
RuntimeJsLibManager
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Loads /js resources into AST format
-
Method Summary
-
Method Details
-
parse
Returns an AST for the given resource name, with a synthetic source file with the given path- Parameters:
resourceName- for example, es6/setpath- for example, /my/filesystem/jscomp/js/es6/set
-