George Zahariev

Results 13 issues of George Zahariev

Summary: Bump hermes-parser and related packages to [0.21.0](https://github.com/facebook/hermes/blob/main/tools/hermes-parser/js/CHANGELOG.md). Changelog: [internal] Differential Revision: D56857738

CLA Signed
p: Facebook
Partner

## Description Inexact tuple types are like inexact object types - they have a trailing `...` in their element list, e.g. `type T = [number, ...]`. If you have an...

## Description Adds support for Flow's `implies x is T` type guards, along with the basic one and the asserts varient. ## Checklist - [x] I’ve added tests to confirm...