vscode-as3mxml
vscode-as3mxml copied to clipboard
asformat: Specific code signature causes formatting to break
It appears that a line of code with the following signature or similar will cause asformat to incorrectly set spaces around semicolons from that line onward:
if (bool ? Vector.<*>(data) : null)
The following is a working example (file attached as .txt):
Test.txt