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: ec0d4ca
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: cb39839
Choose a head ref
  • 5 commits
  • 7 files changed
  • 3 contributors

Commits on Oct 2, 2024

  1. chore: remove comment.

    7086cmd committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    715017c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cde1935 View commit details
    Browse the repository at this point in the history
  3. refactor(transformer): move functionality of common transforms into s…

    …tores (#6243)
    
    In common transforms, move all functionality into the `*Store` structs. The `Traverse` impls become just thin wrappers which call into methods on the `*Store` structs.
    
    I think this is clearer because now reading these files from top-to-bottom, you have the code that inserts into the stores before the code that reads from the stores and acts on it.
    overlookmotel authored and 7086cmd committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    87adf82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6fcc0df View commit details
    Browse the repository at this point in the history
  5. test: port test262 suite.

    7086cmd committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    cb39839 View commit details
    Browse the repository at this point in the history
Loading