LeDDGroup / typescript-transform-paths

Transforms module resolution paths using TypeScript path mapping and/or custom paths
MIT License
465 stars 22 forks source link

[Feature] TypeScript 4.8 support. #161

Closed rogerleung0411 closed 1 year ago

rogerleung0411 commented 1 year ago

After upgrading ts to 4.8+, a deprecation warning log appears, like: DeprecationWarning: 'updateImportTypeNode' has been deprecated since v4.6.0. Use the overload that accepts 'assertions'. FYI:

May this package internally support both typescript 4.8 above/below, or just upgrade deps and release a version with such a breaking change? I personally have time to send a pr if you are busy, just to discuss how we should do before coding. @nonara

nonara commented 1 year ago

Hi @rogerleung0411! Thanks for the report.

There is another open issue that is related. I appreciate the offer to help! I have been slammed lately, but I will addressing this later today. I'll keep you posted.

nonara commented 1 year ago

Added in v3.4.0