Skip to content

Conversation

@a-tarasyuk
Copy link
Contributor

Fixes #2015


This PR adds the missing ModifierFlagsAbstract to eliminate property declarations

const isAmbient = node.flags & NodeFlags.Ambient || hasSyntacticModifier(node, ModifierFlags.Abstract);

@gabritto gabritto added this pull request to the merge queue Nov 4, 2025
Merged via the queue into microsoft:main with commit a27091b Nov 4, 2025
22 checks passed
@birgersp
Copy link

birgersp commented Nov 5, 2025

🤯 You guys are fast 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

abstract property created, overshadowing override

3 participants