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

fix: fix illegal decorator check #6723

Merged
merged 20 commits into from
Jun 17, 2023

Commits on Mar 21, 2023

  1. Fix illegal decorator check

    fisker committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    282e115 View commit details
    Browse the repository at this point in the history
  2. Fix

    fisker committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    35304da View commit details
    Browse the repository at this point in the history
  3. Fix scope-manager tests

    fisker committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    07b03ee View commit details
    Browse the repository at this point in the history
  4. Fix member-ordering.test.ts

    fisker committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    1a4b800 View commit details
    Browse the repository at this point in the history
  5. Fix no-unused-vars.test.ts

    fisker committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    a2e2a42 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    63f0c3f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    01c197f View commit details
    Browse the repository at this point in the history
  8. Linting

    fisker committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    af3a56f View commit details
    Browse the repository at this point in the history
  9. Don't check setter getters

    fisker committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    6360076 View commit details
    Browse the repository at this point in the history
  10. Implement nodeCanBeDecorated

    fisker committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    acaee6b View commit details
    Browse the repository at this point in the history
  11. Fix comment

    fisker committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    ee03f74 View commit details
    Browse the repository at this point in the history
  12. Fix type

    fisker committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    28a43e7 View commit details
    Browse the repository at this point in the history
  13. Revert

    fisker committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    9a83be1 View commit details
    Browse the repository at this point in the history
  14. Fix

    fisker committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    229c4ce View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    aea5e0d View commit details
    Browse the repository at this point in the history
  2. Use ts.hasAmbientModifier

    fisker committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    04e3b73 View commit details
    Browse the repository at this point in the history
  3. Revert "Use ts.hasAmbientModifier"

    This reverts commit 04e3b73.
    fisker committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    a84fa78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1bbf432 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. Configuration menu
    Copy the full SHA
    00e9b42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7743d4 View commit details
    Browse the repository at this point in the history