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: oxc-project/oxc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 448a000
Choose a base ref
...
head repository: oxc-project/oxc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8ffa654
Choose a head ref
  • 4 commits
  • 14 files changed
  • 3 contributors

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    cca433f View commit details
    Browse the repository at this point in the history
  2. perf(isolated-declarations): should clone transformed AST rather than…

    … original AST (#6078)
    
    close: #6074
    Performance regression introduced by #5909. After this PR we back to the fold pattern again
    Dunqing committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    6b7d3ed View commit details
    Browse the repository at this point in the history
  3. test(linter): add filter parsing test cases (#6080)

    I also deleted some commented-out-code I forgot to remove in a previous PR
    DonIsaac committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    1a6923a View commit details
    Browse the repository at this point in the history
  4. test(linter): add OxlintRules::override_rules tests

    wrote these while working on better understanding this method in prep
    for the `LinterBuilder` migration.
    DonIsaac committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    8ffa654 View commit details
    Browse the repository at this point in the history
Loading