Bug fixes:
- Fixed autocomplete when at the end of file
- Stopped filtering lints (e.g.
signature-verification-failure
) out when runningflow check-contents
Parser:
- Added support for
export default class implements Foo {}
[example] - Added support for type parameters in anonymous class expressions [example] (thanks @nicolo-ribaudo)
Library definitions:
- Fixed type of
navigator.mediaDevices.getUserMedia
(thanks @thecotne) - Added missing
InputEvent
toremoveEventListener
- Updated type of
ServiceWorkerContainer.getRegistration
Misc:
- Added
module.system.node.main_field
option (see #8128 for more details)