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

Implement package.json's imports field #4895

Merged
merged 14 commits into from
May 18, 2023
Merged

Implement package.json's imports field #4895

merged 14 commits into from
May 18, 2023

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    67a65f8 View commit details
    Browse the repository at this point in the history
  2. Rename exports module to remap modules

    To share `exports`, `imports`, and `alias` remapping
    jridgewell committed May 9, 2023
    Configuration menu
    Copy the full SHA
    83666af View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Implement Imports

    jridgewell committed May 10, 2023
    Configuration menu
    Copy the full SHA
    7680793 View commit details
    Browse the repository at this point in the history
  2. Fixes, cleanup, tests

    jridgewell committed May 10, 2023
    Configuration menu
    Copy the full SHA
    414dd38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99bafa7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d483f9 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Fix CJS require

    jridgewell committed May 11, 2023
    Configuration menu
    Copy the full SHA
    138d03a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5ec4cb View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

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

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    32c099e View commit details
    Browse the repository at this point in the history
  2. Comments and cleanups

    jridgewell committed May 16, 2023
    Configuration menu
    Copy the full SHA
    7d55f69 View commit details
    Browse the repository at this point in the history
  3. Lint

    jridgewell committed May 16, 2023
    Configuration menu
    Copy the full SHA
    2dc0fcc View commit details
    Browse the repository at this point in the history
  4. Fix snapshot

    jridgewell committed May 16, 2023
    Configuration menu
    Copy the full SHA
    626024d View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Rename to try_new

    jridgewell committed May 18, 2023
    Configuration menu
    Copy the full SHA
    ff7bca7 View commit details
    Browse the repository at this point in the history