Skip to content
This repository was archived by the owner on Dec 5, 2022. It is now read-only.
This repository was archived by the owner on Dec 5, 2022. It is now read-only.

Promise<unknown> and other things #81

Open
@ghost

Description

Hi
I have a .d.ts file containing Promise<unknown> and it fails
but when I change the code to Promise<any> it's ok

I'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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions