Skip to content

tokentree v1.0.10

Compare
Choose a tag to compare
@AlexHaxe AlexHaxe released this 20 Aug 19:36
· 154 commits to master since this release
4c3c1ee
  • Added TokenTreeCheckUtils.getColonType() #99 + #100 + #101
  • Fixed implements / extends handling #94
  • Fixed endless loop with macro patterns #94
  • Fixed macro class $name #94
  • Fixed conditionals in new #95
  • Fixed object literal detection #96
  • Fixed getBrOpenType detection of blocks #96 + #99 + #107 + #110
  • Fixed getArrowType detection #97 + #110 + #111
  • Fixed position of trailing comments in switch/cases #98
  • Fixed position of type checks on object literals #99
  • Fixed getPOpenType parameter detection #100 + #101 + #104
  • Fixed ternary position #102 + #105 + #108 + #109
  • Fixed structure extension position of & #103
  • Fixed do…while handling #105
  • Fixed "interesting" use of conditionals #106
  • Fixed arrow position in typedef to function type with structure argument #108
  • Fixed nested while loop detection #108
  • Fixed handling of typed parameters in structure extensions #109