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

build: update package output to use ES2022 #25804

Merged
merged 1 commit into from Sep 8, 2023
Merged

Commits on Sep 7, 2023

  1. build: update package output to use ES2022

    The JavaScript generated for the published packages is now using ES2022.
    This removes additional downleveling of code that was previously necessary
    to use newer features.
    The minimum Node.js version of 18.13 provides support for the needed features.
    While this change does require a patch to `@bazel/concatjs` to allow the target
    to be set to `ES2022`, this patch is now already required by the migration of
    the universal repository into the CLI repository.
    clydin committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    6961ac1 View commit details
    Browse the repository at this point in the history