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

Migrate to swc_core #9131

Merged
merged 3 commits into from
Jul 16, 2023

Commits on Jul 13, 2023

  1. Migrate to swc_core

    Using `swc_ecmascript` etc directly is deprecated and the recommendation
    is to migrate to swc_core instead as a meta-pacakge.
    
    This change makes that migration - it's mostly a case of updating a lot
    of imports, but also as a side-effect of bumping a few versions of SWC
    to pick up bugfixes there were some deprecated fields where code changes
    were needed.
    
    One major change with the latest SWC is that it currently requires Rust
    nightly to build. I've updated the `rust-toolchain` to reflect this, but
    I'm not sure if there are any broader implications.
    marcins committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    2e5405c View commit details
    Browse the repository at this point in the history
  2. Update Rust toolchain file

    This ensures correct tools are available in GH actions.
    marcins committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    d009ad6 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

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