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

Classes that implement WinRTPromiseBase do not declare the "extra" promise-like functions #113

Open
dunhor opened this issue Aug 20, 2021 · 0 comments
Labels
bug Something isn't working typescript Bugs/issues/feature asks for typescript generation

Comments

@dunhor
Copy link
Member

dunhor commented Aug 20, 2021

E.g. this results in the error:

windows/WinRTTurboModule/Generated Files/types/Windows.Storage.Streams.d.ts:46:11 - error TS2420: Class 'DataReaderLoadOperation' incorrectly implements interface 'WinRTPromiseBase<number, void> & Promise<number>'.
  Type 'DataReaderLoadOperation' is not assignable to type 'WinRTPromiseBase<number, void>'.
    Type 'DataReaderLoadOperation' is missing the following properties from type 'WinRTPromiseBase<number, void>': then, done, operation

46     class DataReaderLoadOperation implements Windows.Foundation.WinRTPromise<number, void>, Windows.Foundation.IAsyncInfo {
             ~~~~~~~~~~~~~~~~~~~~~~~
@dunhor dunhor added bug Something isn't working typescript Bugs/issues/feature asks for typescript generation labels Aug 20, 2021
@dunhor dunhor changed the title Classes that implement WinRTPromise do not declare the "extra" promise-like functions Classes that implement WinRTPromiseBase do not declare the "extra" promise-like functions Aug 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working typescript Bugs/issues/feature asks for typescript generation
Projects
None yet
Development

No branches or pull requests

1 participant