mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-19 18:27:29 -05:00
[next] Drop web like events (#1578)
* Use registerJSModule when available (#1573) * Updated version to publish latest
This commit is contained in:
committed by
GitHub
parent
a14e701be4
commit
c6b5ce7f55
@@ -1,6 +1,7 @@
|
||||
import { fetchPaths, stdio } from "./_utils.js";
|
||||
import {
|
||||
run,
|
||||
getGlobal,
|
||||
setGlobal,
|
||||
deleteGlobal,
|
||||
registerJSModule,
|
||||
@@ -22,6 +23,7 @@ export default {
|
||||
if (config.fetch) await fetchPaths(this, interpreter, config.fetch);
|
||||
return interpreter;
|
||||
},
|
||||
getGlobal,
|
||||
setGlobal,
|
||||
deleteGlobal,
|
||||
registerJSModule,
|
||||
|
||||
Reference in New Issue
Block a user