Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typescript-eslint workaround + misc fixes #613

Merged
merged 2 commits into from
Feb 16, 2023
Merged

Commits on Feb 16, 2023

  1. typescript-eslint workaround + misc fixes

    1. typescript-eslint memory usage workaround provided by @bradzacher in
    typescript-eslint/typescript-eslint#6462.
    Clear caches after each run so that ts.Program objects aren't retained
    forever.
    2. typescript-eslint speedup provided the same way. Avoid constructing
    some objects that are only needed for editors.
    3. Add yet another jsdoc tag to no-redundant-jsdoc2
    4. Correct and reduce amount of perf-related printing at end of
    ExpectRule. The correction is needed now that ExpectRule saves the
    equivalent of --extendedDiagnostics after running; I changed the name of
    the properties to match.
    sandersn committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    34290af View commit details
    Browse the repository at this point in the history
  2. fix semicolon lint

    sandersn committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    cb0179d View commit details
    Browse the repository at this point in the history