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

feat(pnp): experimental esm support #2161

Merged
merged 45 commits into from Oct 20, 2021
Merged

feat(pnp): experimental esm support #2161

merged 45 commits into from Oct 20, 2021

Commits on Sep 1, 2021

  1. feat: esm support

    merceyz committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    48487a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9eba550 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d627dc2 View commit details
    Browse the repository at this point in the history
  4. test: add tests

    merceyz committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    11a3e7f View commit details
    Browse the repository at this point in the history
  5. chore: change loader name

    merceyz committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    a6af21a View commit details
    Browse the repository at this point in the history
  6. test: exports

    merceyz committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    02f375f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f7146f8 View commit details
    Browse the repository at this point in the history
  8. chore: update config name

    merceyz committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    c776dd1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8913e04 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7421fc1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0a08a60 View commit details
    Browse the repository at this point in the history
  12. ci: add SvelteKit test

    merceyz committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    8fccce5 View commit details
    Browse the repository at this point in the history
  13. ci: add Astro e2e test

    merceyz committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    b4d2207 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    27970e8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    710f753 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ef9fb4e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    fa1ee5f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7bcf000 View commit details
    Browse the repository at this point in the history
  19. Update packages/yarnpkg-pnp/sources/esm-loader/loader.ts

    Co-authored-by: Maël Nison <nison.mael@gmail.com>
    merceyz and arcanis committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    3896ee2 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    95670aa View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ee25d21 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    cb979c0 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    cea7bc0 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. refactor: cleanup

    merceyz committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    2cdd09a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2256cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f418b89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5168653 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c046a3 View commit details
    Browse the repository at this point in the history
  6. chore: versions

    merceyz committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    9b34829 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    21e033d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8ffef3a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a698c88 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Configuration menu
    Copy the full SHA
    5fde656 View commit details
    Browse the repository at this point in the history
  2. chore: lint after merge

    merceyz committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    d80ee2d View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. chore: update versions

    merceyz committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    62d3e18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a87fe3 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

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

Commits on Oct 19, 2021

  1. Configuration menu
    Copy the full SHA
    8d0eb39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae63ff0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9e411b View commit details
    Browse the repository at this point in the history
  4. chore: update warning message

    merceyz committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    f4c801d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f24fab3 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. ci: remove Astro e2e test

    I've added integration tests that cover the same things
    merceyz committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    d440279 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    872a974 View commit details
    Browse the repository at this point in the history
  3. test: add link to issue

    merceyz committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    61d4a21 View commit details
    Browse the repository at this point in the history