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: 03de1033332d9bacb2b1041ad7bead1c16d09295
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: b1913907535e8d8fab38d8135cbe5eb865dd7486
Choose a head ref
  • 2 commits
  • 6 files changed
  • 2 contributors

Commits on Feb 8, 2025

  1. chore(oxc_macros): remove commented-out unused code (#8896)

    - Add line breaks to `What it does` and `Why is this bad?` comments for
    consistency with `Examples`
    - Remove commented-out unused code
    shulaoda authored Feb 8, 2025
    Configuration menu
    Copy the full SHA
    5b548a1 View commit details
    Browse the repository at this point in the history
  2. fix(linter): no-global-assign look into globals config (#8963)

    `no-global-assign` should report when `readonly` global variables are written.
    Also the rule did only look into `env` and not into `global` too.
    
    Created a new `ctx` pub function. Will maybe refactor other places. I think they have some problems too :)
    Sysix committed Feb 8, 2025
    Configuration menu
    Copy the full SHA
    b191390 View commit details
    Browse the repository at this point in the history
Loading