mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
385 B
385 B
tooling
- AST printing in Visual Studio Code has been improved. Notable changes are:
- Duplications of namespace declarations have been removed.
TypeMentionnodes have been added to the tree.- Child nodes of assignments and casts have been rearranged to represent syntax order instead of execution order.
- Various fixes have been applied for
TypeMentionextraction.