Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Message: "warning: unhandled node kind: 193" #73

Closed
xf3 opened this issue Dec 2, 2020 · 2 comments
Closed

Message: "warning: unhandled node kind: 193" #73

xf3 opened this issue Dec 2, 2020 · 2 comments
Labels
bug Something isn't working fixed and released

Comments

@xf3
Copy link

xf3 commented Dec 2, 2020

Version: 2.14.5

Typescript version: 4.1.2

Code:

type World = 'world';

export type Greeting = `hello ${World}`;

Similar to #71, the problem is caused by newly added Typescript's template literal types: https://devblogs.microsoft.com/typescript/announcing-typescript-4-1/#template-literal-types

@plantain-00
Copy link
Owner

v2.14.6 should fix this.

plantain-00 added a commit that referenced this issue Dec 2, 2020
@plantain-00 plantain-00 added the bug Something isn't working label Dec 2, 2020
@xf3
Copy link
Author

xf3 commented Dec 3, 2020

Fixed, great job, thank you!

@xf3 xf3 closed this as completed Dec 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed and released
Projects
None yet
Development

No branches or pull requests

2 participants