Skip to content
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

Native ESM support #3456

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Native ESM support #3456

wants to merge 2 commits into from

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    63b46bb View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. js: Use the new ESM support in goja through k6

    This is still very hackish and tries to preserve every observable
    behavior possible.
    
    This also specifically skips adding support for:
    1. dynamic import
    2. top level await
    3. anything around the internal go modules
    
    Which will be added later. Also let us concentrate on making this change
    as not breaking as possible.
    mstoykov committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    27973ce View commit details
    Browse the repository at this point in the history