- Add support for
bigint
type.
- Add support for rest types in tuples, and for the type
unknown
.
- Adds support for index signatures.
- Adds babel macros getTypeSuite() and getCheckers().
- Adds support for
-c
(--changed-only
) option. - Support globs in command-line arguments.
- Adds support for intersection of types.