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

Add support for import assertions #746

Merged
merged 2 commits into from
Sep 15, 2022
Merged

Commits on Sep 14, 2022

  1. Add support for import assertions

    Fixes #744
    Fixes #566
    
    In ESM mode, we parse import assertions and usually just pass them through to
    the output code, though TS import elision needs to know how to remove them as
    well.
    
    In CJS mode, we always remove import assertions since `require` can handle JSON
    files.
    alangpierce committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    8e3f254 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

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