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: v35.0.0
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: v35.1.0
Choose a head ref
  • 13 commits
  • 15 files changed
  • 2 contributors

Commits on May 30, 2021

  1. feat: use jsdoc-type-pratt-parser

    simonseyock authored and brettz9 committed May 30, 2021
    Configuration menu
    Copy the full SHA
    647d47e View commit details
    Browse the repository at this point in the history
  2. 'permissive' workaround

    simonseyock authored and brettz9 committed May 30, 2021
    Configuration menu
    Copy the full SHA
    cd1de52 View commit details
    Browse the repository at this point in the history
  3. use function interface

    simonseyock authored and brettz9 committed May 30, 2021
    Configuration menu
    Copy the full SHA
    da81618 View commit details
    Browse the repository at this point in the history
  4. remove unnecessary file

    simonseyock authored and brettz9 committed May 30, 2021
    Configuration menu
    Copy the full SHA
    e6347a8 View commit details
    Browse the repository at this point in the history
  5. This is breaking for the users of the experimental comment syntax; …

    …changes `JSDoc` to `Jsdoc` and uses a different AST format (jsdoc-type-pratt-parser over jsdoctypeparser)
    brettz9 committed May 30, 2021
    Configuration menu
    Copy the full SHA
    8359c83 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    15bc934 View commit details
    Browse the repository at this point in the history
  7. Update parser

    simonseyock authored and brettz9 committed May 30, 2021
    Configuration menu
    Copy the full SHA
    e9f6a0a View commit details
    Browse the repository at this point in the history
  8. Linting: Fix errors

    brettz9 committed May 30, 2021
    Configuration menu
    Copy the full SHA
    9c68b94 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f5c9a43 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bd90d9b View commit details
    Browse the repository at this point in the history
  11. Update jsdoc-type-pratt-parser

    simonseyock authored and brettz9 committed May 30, 2021
    Configuration menu
    Copy the full SHA
    e1da049 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bb51f15 View commit details
    Browse the repository at this point in the history
  13. fix(no-missing-syntax, no-restricted-syntax): support "any" with …

    …comment including global comments
    brettz9 committed May 30, 2021
    Configuration menu
    Copy the full SHA
    dc641cc View commit details
    Browse the repository at this point in the history
Loading