Likely to cause new Flow errors:
- The Flow parser now requires that variables declared using the
declare var
syntax be annotated with a type.declare var x;
is now illegal.
Notable bug fixes:
- No longer attempt to provide autocomplete or
flow autocomplete
on non-Flow files. - Fix a crash when deleting a file in lazy mode
- Fix a bug that prevented some code actions from adding type imports for
export default class
definitions