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

Fix ES module imports #541

Merged
merged 5 commits into from
Feb 5, 2024
Merged

Fix ES module imports #541

merged 5 commits into from
Feb 5, 2024

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    4836e34 View commit details
    Browse the repository at this point in the history
  2. Move output files for ES modules

    This allows conditional exports to work with ES module imports everywhere, not just for code with a build step.
    fruchtose-stripe committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    c2e1c35 View commit details
    Browse the repository at this point in the history
  3. Clean up pure module

    This change removes the old pure.js shim from the top-level directory and fixes types for the now-extension-free pure module.
    fruchtose-stripe committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    b1ab3ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8c6d3e View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Update jsnext:main

    fruchtose-stripe committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    afbd565 View commit details
    Browse the repository at this point in the history