-
- All Known Implementing Classes:
JsGuestModule
,JsHostLibraryModule
public interface JsModule
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
evalModule()
org.graalvm.polyglot.Value
moduleExports()
UriPath
moduleId()
JsModuleSystem
moduleSystem()
-
-
-
Method Detail
-
moduleSystem
JsModuleSystem moduleSystem()
-
moduleId
UriPath moduleId()
-
moduleExports
org.graalvm.polyglot.Value moduleExports()
-
evalModule
void evalModule()
-
-