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

refactor(es/ast): Remove unused fields of TsPropertySignature #8955

Merged
merged 3 commits into from
Jun 14, 2024

Commits on Jun 14, 2024

  1. chore: remove unused, always empty fields from TsTypeElement

    - TsPropertySignature can not have params, type params, or an initializer.
    - TsGetterSignature can not be optional or readonly.
    - TsSetterSignature can not be optional or readonly.
    - TsMethodSignature can not be readonly.
    lucacasonato authored and kdy1 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    d6bc36a View commit details
    Browse the repository at this point in the history
  2. Update test refd

    kdy1 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    1b21424 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92fc18e View commit details
    Browse the repository at this point in the history