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

Commits on Oct 24, 2024

  1. fix(types): Change @oxc/types package name (#6874)

    Closes #6862.
    
    Possible options:
    - `oxc-types`
    - `@oxc-project/types`
    - `@oxc-ast/types`
    - `oxc-ast-types`
    ottomated committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    b075982 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    fccf82e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50744f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c26020e View commit details
    Browse the repository at this point in the history
  4. fix(linter): react/iframe-missing-sandbox ignores vanilla JS APIs (#…

    …6872)
    
    > Closes #6750
    
    Fixes a false positive in `react/iframe-missing-sandbox` on `document.createElement`, which is not react and has no way of passing a sandbox prop/attribute on creation.
    DonIsaac committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    f49b3e2 View commit details
    Browse the repository at this point in the history
Loading