This repository was archived by the owner on May 19, 2018. It is now read-only.
6.17.2
π Bug Fix
- Fixed disappearing comments following a trailing comma on the last property of an object literal or the last argument of a call expression (#478) (aardito2)
- Fix #437: only prohibit 'export type from "module" ' when flow is enabled (#438) (Kevin Gibbons)
- Fix handling of anonymous parameters in
flowParseObjectTypeMethodish. (#526) (Max Schaefer) - Convert argument of SpreadElement correctly to assignable (#518) (Daniel Tschinder)