Skip to content

v2.1.0: Merge pull request #71 from Thom1729/flow-import-export

Compare
Choose a tag to compare
@Thom1729 Thom1729 released this 13 Jul 18:51
· 187 commits to master since this release
1e4fa87
  • Combine custom_template_tags and styled_components options into a single custom_templates option with sub-options.
  • Add a new custom_templates.clear_all_scopes option to make custom templates compatible with Emmet (at the cost of LSP compatibility).
  • Improve flow support to correctly scope type imports and exports.
  • Running syntax tests for the core JavaScript package will no longer run JS Custom tests.
  • Improve error handling when the tests fail because Sublime didn't compile syntaxes in time.
  • Handle weird permissions errors on Windows.