What's Changed
- Fix for immediately invoked anonymous function by @arodionov in #150
- Implemented TypeDeclaration by @arodionov in #151
- add type-literal & index signature support by @OlegDokuka in #154
- Reimplemented for-in/of loop by @arodionov in #153
- make type literal to extend TypeTree by @OlegDokuka in #155
- Implement type validation as part of parser by @knutwannheden in #152
- Implemented ConstructorType and TypeQuery by @arodionov in #156
- add array binding pattern by @OlegDokuka in #157
- Implemented TupleType, OptionalType, RestType, TypeOperator by @arodionov in #158
Full Changelog: v0.22.0...v0.22.1