Skip to content

v3.7.4

Compare
Choose a tag to compare
@borela borela released this 02 Mar 00:05
· 462 commits to master since this release

JavaScript

  • Turn yield into an expression instead of statement #89 ;
  • Normalize async scope #89;
  • Add module.default #89;
  • Enhance highlighting after module. to prevent class declarations from being declared;
  • Enhance arrow function prediction;
  • Add extension .mjs #89;