Releases: HaxeCheckstyle/tokentree
Releases · HaxeCheckstyle/tokentree
tokentree v1.2.18
tokentree v1.2.17
- Fixed nested conditionals
tokentree v1.2.16
- Fixed conditionals after PClose
tokentree v1.2.15
- Fixed operator keyword used in Haxe 3 code
tokentree v1.2.14
- Fixed getArrowType running into a null pointer exception with conditionals
tokentree v1.2.13
- Fixed metadata for parens
tokentree v1.2.12
- Fixed parsing a single
false
,true
ornull
tokentree v1.2.11
- Added getBkOpenType utils function
- Fixed empty switch cases with comments
tokentree v1.2.10
- fixed extends handling in interfaces
tokentree v1.2.9
- Fixed unicode in regexp, fixes #219