We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
E.g. the following error exists:
windows/WinRTTurboModule/Generated Files/types/Windows.Devices.Custom.d.ts:55:48 - error TS1138: Parameter declaration expected. 55 public constructor(deviceType: number, function: number, accessMode: Windows.Devices.Custom.IOControlAccessMode, bufferingMethod: Windows.Devices.Custom.IOControlBufferingMethod); ~~~~~~~~
The text was updated successfully, but these errors were encountered:
Helpful list: microsoft/TypeScript#2536
To be fair, we probably don't do this with C++ (though I'm not entirely sure you can get valid idl that way?)
Sorry, something went wrong.
No branches or pull requests
E.g. the following error exists:
The text was updated successfully, but these errors were encountered: