as today, we only have loader.import('./foo.js').then(m => {...})
, which is reflective to import * as m from "./foo.js"
, as we discussed earlier today, we might need to provide reflection for the other two options (default and named exports import declarations).
@dherman suggested:
local.import("./foo.js").then((def, named) => ...) local.importNamespace("./foo.js").then(m => ...)
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4