Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

@ts-ast-parser/core@0.8.0

Latest
Compare
Choose a tag to compare
@jordimarimon jordimarimon released this 14 Mar 18:10
· 2 commits to main since this release

2024-03-14

Features

  • Support for TypeScript 5.4
  • Enable support for Node 21.x

🚨 Breaking Changes

  • The type ObjectLiteral has been renamed to TypeLiteral. The type PrimitiveType has been renamed
    to IntrinsicType. 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 property formattedDiagnostics. 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.