Replies: 1 comment 1 reply
-
|
This is feature work in progress. I can have this implemented with tests in short order. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, I'm having
$h͏_import is not definederror when importing module using dynamic import. This is the minimal snippet to reproduce the error:I believe SES transforms dynamic import statements to
$h_importstatements. If so, how to provide the implementation of$h_importfunction?The only related issue I found is #291 - is the feature work-in-progress?
Beta Was this translation helpful? Give feedback.
All reactions