Skip to content

v2.7.0

Compare
Choose a tag to compare
@trotzig trotzig released this 02 Aug 18:40

Changes:

  • Support flow type imports (including finding the exports) (@rndmerle)
  • Improve messaging when imports are added
  • Update Meteor environment to support api.mainModule (@coagmano)
  • Allow coexistence of homonymous named and default exports in same module (@rndmerle) (requires updates to editor plugins, which will come later)
  • Take variable hoisting into account when finding undefined variables
  • Add sortImports to known configuration options (@dabbott)