The public JavaScriptCore C API is currently missing functions for working with JavaScript modules in any form or shape, making it necessary to rely on external tools for bundling JavaScript modules prior to executing them in JavaScriptCore.
This also applies to dynamic import statements, `import()`.
*** Bug 190061 has been marked as a duplicate of this bug. ***
<rdar://problem/115888431>