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: gajus/eslint-plugin-jsdoc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6e0f752
Choose a base ref
...
head repository: gajus/eslint-plugin-jsdoc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bf0acfe
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Mar 17, 2025

  1. Configuration menu
    Copy the full SHA
    1c38930 View commit details
    Browse the repository at this point in the history
  2. use standard loops and array.push for performance

    realised that performance matter a lot for eslint, and functional map, recursive calls and converting forth and back between set and creating new arrays would not be very performant, so changed implementation to old style loops and working with a single SET
    sebastian-fredriksson-bernholtz authored and brettz9 committed Mar 17, 2025
    Configuration menu
    Copy the full SHA
    bf0acfe View commit details
    Browse the repository at this point in the history
Loading