Skip to content

tokentree v1.0.6

Compare
Choose a tag to compare
@AlexHaxe AlexHaxe released this 16 Jul 20:35
· 249 commits to master since this release
6424dbb
  • Added TokenTreeCheckUtils.isTypeEnumAbstract #16
  • Added FieldUtils #17
  • Added isComment and isCIdent to TokentTreeAccessHelper #23
  • Added TokenTreeCheckUtils.isOpGtTypedefExtension #24
  • Added TokenTreeCheckUtils.isBrOpenAnonTypeOrTypedef #26
  • Added tempStore to TokenStream #27
  • Fixed @:default #18
  • Fixed position of cast children #19
  • Fixed position of comments in case/default #20
  • Fixed error handling to work with --no-inline #21
  • Fixed position of BinOp() in anon objects #22
  • Fixed ternary handling #25
  • Fixed missing modifiers in conditionals #27
  • Changed isImport to also incluide using #20