-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot import local ES6 modules #198
Comments
Works!
You can easily test the k6 example:
|
A description of how the new load-file-system works (for both import statements and when specifying scripts to execute on the command line) would be very useful, yeah. If @liclac could write some short bullet points, or pseudo code that describes how it works, I can flesh it out into a proper docs page (and test it, so it works as expected). |
Omitting .js is not supposed to work; we can check if a version with .js exists if we're loading locally, but not from a remote host, so we'd end up with code that works differently depending on where it's loaded from. Pseudocode:
|
Using an example from samples/REST_API_testsuite/
The text was updated successfully, but these errors were encountered: