Skip to content

v1.0.0-alpha.8

Compare
Choose a tag to compare
@dangmai dangmai released this 28 May 14:18
· 2929 commits to master since this release
  • Fix comments not being printed if they appear before the root node (issue).
  • Fix dangling comments not being printed for Class, Interface, Enum and Block Statement (issue).
  • Add new lines in empty blocks (issue).
  • Fix trailing comment being mistaken as leading comment in certain situations,
    because jorje provides wrong start and end indexes for some node types (issue).