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

ESM all the things #12161

Merged
merged 27 commits into from
May 18, 2022
Merged

ESM all the things #12161

merged 27 commits into from
May 18, 2022

Commits on Aug 23, 2021

  1. ESM all the things

    This PR changes all internal code (scripts/, test/, util/) to ESM. The
    built package for NPM now contains an ESM and CJS entrypoint.
    lucacasonato committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    1c63552 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Configuration menu
    Copy the full SHA
    9bc2ce2 View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    queengooborg committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    4074a80 View commit details
    Browse the repository at this point in the history
  3. Add missing import

    queengooborg committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    d7aeb66 View commit details
    Browse the repository at this point in the history
  4. Fix remaining files

    queengooborg committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    9ffd02f View commit details
    Browse the repository at this point in the history
  5. Install es-main package

    queengooborg committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    4b957ee View commit details
    Browse the repository at this point in the history
  6. Utilize es-main package

    queengooborg committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    f4c1bc0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ba8ff3c View commit details
    Browse the repository at this point in the history
  8. Fix exports

    queengooborg committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    32708b2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d1ff939 View commit details
    Browse the repository at this point in the history
  10. Fix yargs

    queengooborg committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    3e29fe6 View commit details
    Browse the repository at this point in the history
  11. Fix imports

    queengooborg committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    3d33917 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2fee2f2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7f3b30b View commit details
    Browse the repository at this point in the history
  14. Fix release-notes script

    queengooborg committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    dd208db View commit details
    Browse the repository at this point in the history
  15. Fix enumerate-features

    queengooborg committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    1de266c View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

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

Commits on May 5, 2022

  1. review comments

    lucacasonato committed May 5, 2022
    Configuration menu
    Copy the full SHA
    ba01cda View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Configuration menu
    Copy the full SHA
    7fd90a3 View commit details
    Browse the repository at this point in the history
  2. Fix imports and exports

    queengooborg committed May 18, 2022
    Configuration menu
    Copy the full SHA
    3bd064d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a00de8a View commit details
    Browse the repository at this point in the history
  4. Fix import

    queengooborg committed May 18, 2022
    Configuration menu
    Copy the full SHA
    f4db6ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9be1335 View commit details
    Browse the repository at this point in the history
  6. Fix ESLint

    queengooborg committed May 18, 2022
    Configuration menu
    Copy the full SHA
    35f0457 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6acf25a View commit details
    Browse the repository at this point in the history
  8. Fix unittest

    queengooborg committed May 18, 2022
    Configuration menu
    Copy the full SHA
    c6c687c View commit details
    Browse the repository at this point in the history
  9. Fix unittest (again)

    queengooborg committed May 18, 2022
    Configuration menu
    Copy the full SHA
    66d49fa View commit details
    Browse the repository at this point in the history