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

Update CommonJS build target to ES 2020 and remove Array.flatMap polyfill #166

Merged
merged 2 commits into from
Apr 13, 2022

Commits on Apr 13, 2022

  1. Set CommonJS build target to be same as ESM build

    Target the same ES version (2020) when building the CommonJS output as
    for ESM. This reduces the complexity of the build matrix.
    robertknight committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    599ce61 View commit details
    Browse the repository at this point in the history
  2. Remove Array.flatMap polyfill

    This has been supported natively since Node v11, Chrome 69, Firefox 62
    and Safari 12.
    robertknight committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    bba20d8 View commit details
    Browse the repository at this point in the history