This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
Promise<unknown> and other things #81
Comments
is a common occurence |
|
|
|
Promise fails |
are enum like this parsed correctly:
|
gives notice |
ghost
changed the title
Promise<unknown>
Promise<unknown> and other things
Mar 2, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
None yet
0 participants
Hi
I have a .d.ts file containing
Promise<unknown>
and it failsbut when I change the code to
Promise<any>
it's okI'm trying to understand why so I found that
unknown
was introduced in typescript 3.So my question is, is
js_facade_gen
compatible only with ts 2 or I else I need to change a config somewhere?The text was updated successfully, but these errors were encountered: