Class ModuleNames
java.lang.Object
com.google.javascript.jscomp.deps.ModuleNames
Static methods related to module names.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringfileToJsIdentifier(String path) Returns a module name for an absolute path, with no resolution or checking.static StringfileToModuleName(String path) Returns a module name for an absolute path, with no resolution or checking.
-
Method Details
-
fileToModuleName
Returns a module name for an absolute path, with no resolution or checking. -
fileToJsIdentifier
Returns a module name for an absolute path, with no resolution or checking.
-