This repository has been archived by the owner on Jun 15, 2024. It is now read-only.
2024-03-14
Features
- Support for TypeScript
5.4
- Enable support for Node
21.x
🚨 Breaking Changes
- The type
ObjectLiteral
has been renamed toTypeLiteral
. The typePrimitiveType
has been renamed
toIntrinsicType
. This has been done for consistency with the TypeScript compiler and the ecosystem
(other tools that also work with the TypeScript compiler API). - Now the returning value of the parsing functions won't include
the propertyformattedDiagnostics
. Instead, the analyser in a future release will provide some
type of logging that will be disabled by default and will have
different levels of logging.