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(cdn): Ensure ES5 bundles do not use non-ES5 code #7550

Merged
merged 5 commits into from
Mar 22, 2023
Merged

Commits on Mar 22, 2023

  1. ci: Check es5 bundles for valid syntax

    To avoid accidentally including non-ES5 code.
    mydea committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    fd207bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06ac164 View commit details
    Browse the repository at this point in the history
  3. use es-check instead

    mydea committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    679de0b View commit details
    Browse the repository at this point in the history
  4. fix code quality

    mydea committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    efc2cb2 View commit details
    Browse the repository at this point in the history
  5. fix polyfill

    mydea committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    cab6f96 View commit details
    Browse the repository at this point in the history