Skip to content

v0.36.0

Compare
Choose a tag to compare
@borela borela released this 04 Oct 10:20
· 2311 commits to master since this release

General

  • Change template and flow punctuation’s colors.

FJSX15

  • Allow dangling comma in object literals.
  • Allow nested template literals.
  • Enhance method and property prediction for object literals.
  • Allow comments in class body.
  • Allow anonymous generators.
  • Allow comments in JSX tags and relax the prediction to account for multi-line tags.

HTML5

  • Highlight FJSX15 inside <script type="text/babel"> tags.