Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: swc-project/swc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: [email protected]
Choose a base ref
...
head repository: swc-project/swc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: [email protected]
Choose a head ref
  • 3 commits
  • 128 files changed
  • 3 contributors

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    9f8c14f View commit details
    Browse the repository at this point in the history
  2. refactor(es/compat): Use special span instead of passing `static_bloc…

    …ks_mark` (#9725)
    
    **Description:**
    
    Let's make an assumption in the code: the use of dummy span as a private class field name is generated by us, it is there simply because it is necessary to maintain the order of side effect execution, its name is not referenced elsewhere, so we can safely remove its name.
    
    This is a breaking change for Rust users.
    magic-akari authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    6ad0735 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

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