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

feat: Implement SourceCode#markVariableAsUsed() #17086

Merged
merged 9 commits into from Apr 20, 2023
Merged

Commits on Apr 20, 2023

  1. feat: Implement SourceCode#markVariableAsUsed()

    Implements `SourceCode#markVariableAsUsed()` while leaving
    `context.markVariableAsUsed()` alone.
    
    Refs #16999
    nzakas committed Apr 20, 2023
    Copy the full SHA
    961f1cf View commit details
    Browse the repository at this point in the history
  2. Refactor markVariableAsUsed

    nzakas committed Apr 20, 2023
    Copy the full SHA
    0a27557 View commit details
    Browse the repository at this point in the history
  3. Finish refactor

    nzakas committed Apr 20, 2023
    Copy the full SHA
    eb14277 View commit details
    Browse the repository at this point in the history
  4. Update docs/src/extend/custom-rules.md

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    nzakas and mdjermanovic committed Apr 20, 2023
    Copy the full SHA
    2c65775 View commit details
    Browse the repository at this point in the history
  5. Update docs/src/extend/custom-rules.md

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    nzakas and mdjermanovic committed Apr 20, 2023
    Copy the full SHA
    51edd5d View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    b6a4876 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    eb54587 View commit details
    Browse the repository at this point in the history
  8. Update docs/src/extend/custom-rules.md

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    nzakas and mdjermanovic committed Apr 20, 2023
    Copy the full SHA
    984ff45 View commit details
    Browse the repository at this point in the history
  9. Fix lint errors

    nzakas committed Apr 20, 2023
    Copy the full SHA
    12019f8 View commit details
    Browse the repository at this point in the history