| Package | Description |
|---|---|
| com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
| com.google.javascript.jscomp.deps |
Analyzes information about dependencies between files.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
ProcessCommonJSModules.getModuleName(ModuleLoader.ModulePath input) |
| Modifier and Type | Method and Description |
|---|---|
ModuleLoader.ModulePath |
ModuleLoader.resolve(java.lang.String path)
Resolves a path into a
ModuleLoader.ModulePath. |
ModuleLoader.ModulePath |
ModuleLoader.ModulePath.resolveJsModule(java.lang.String moduleAddress)
Find a JS module
requireName. |
ModuleLoader.ModulePath |
ModuleLoader.ModulePath.resolveJsModule(java.lang.String moduleAddress,
java.lang.String sourcename,
int lineno,
int colno)
Find a JS module
requireName. |
ModuleLoader.ModulePath |
ModuleLoader.ModulePath.resolveModuleAsPath(java.lang.String moduleAddress)
Treats the module address as a path and returns the name of that module.
|
Copyright © 2009-2017 Google. All Rights Reserved.