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: e4e9ef2
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: 5327acd
Choose a head ref
  • 9 commits
  • 30 files changed
  • 7 contributors

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    a6f9f96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0236e94 View commit details
    Browse the repository at this point in the history
  3. feat(minifier): implement dot define for member expressions (#3959)

    adds the ability to transform
    
    `process.env.NODE_ENV`
    
    into
    
    `"development"`
    
    when that config is passed in
    camc314 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    229a0e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cbf08d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9d6aa5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e8b662a View commit details
    Browse the repository at this point in the history
  7. refactor(semantic): simplify inherit scope flags from parent scope (#…

    …4664)
    
    close: #3862
    
    This is reaming last part of close #3862
    Dunqing committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    6e453db View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    09d9822 View commit details
    Browse the repository at this point in the history
  9. fix(transformer/react): the require IdentifierReference does not ha…

    …ve a `reference_id` (#4658)
    
    part of #4581. Looks we had to pass `TraverseCtx` to the `ModuleImports`
    Dunqing committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    5327acd View commit details
    Browse the repository at this point in the history
Loading