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