Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 14938f3

Browse files
committed
C#: Add change notes for AST printing improvements
1 parent 5d0c30d commit 14938f3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
tooling
2+
* AST printing in Visual Studio Code has been improved. Notable changes are:
3+
* Duplications of namespace declarations have been removed.
4+
* `TypeMention` nodes have been added to the tree.
5+
* Child nodes of assignments and casts have been rearranged to represent syntax order
6+
instead of execution order.
7+
* Various fixes have been applied for `TypeMention` extraction.

0 commit comments

Comments
 (0)