You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeScript team had decided to support formal transform API since v5.2 update.
However, as TS v5.2 transform API provides types of typescript/lib/tsclibrary instead of typescript, typia must be entirely rewritten. In such reason, typiawould be rewritten with break changes. Also, asnestia is utilizing TypeScript API in not only transformation mode(@nestia/core) but also generation (@nestia/sdk) mode, nestia` must be entirely rewritten with major version update.
Release date of TS 5.2 may 2023-08, but nestia v2 would be released a little bit earlier. It's because next nestia will support both ts-patch and TS 5.2 transform API. When you run npx nestia setup, it will configure tsconfig.json file properly considering TS version. If TS version is lower than 5.2, ts-patch would be utilized. Otherwise, pure typescript would be utilized.
The text was updated successfully, but these errors were encountered:
TypeScript team had decided to support formal transform API since v5.2 update.
However, as TS v5.2 transform API provides types of
typescript/lib/tsclibrary
instead oftypescript
,typia
must be entirely rewritten. In such reason, typiawould be rewritten with break changes. Also, as
nestiais utilizing TypeScript API in not only transformation mode(
@nestia/core) but also generation (
@nestia/sdk) mode,
nestia` must be entirely rewritten with major version update.Release date of TS 5.2 may
2023-08
, butnestia v2
would be released a little bit earlier. It's because nextnestia
will support bothts-patch
and TS 5.2 transform API. When you runnpx nestia setup
, it will configuretsconfig.json
file properly considering TS version. If TS version is lower than 5.2,ts-patch
would be utilized. Otherwise, puretypescript
would be utilized.The text was updated successfully, but these errors were encountered: