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