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

Added a few lines of code to src/widlprocess.ts in order to fix issue #903 #904

Closed
wants to merge 2 commits into from

Conversation

abu-co
Copy link
Contributor

@abu-co abu-co commented Aug 30, 2020

Added a forced cast from webidl2.CallbackInterfaceType to webidl2.InterfaceType on rootType as a solution to error TS2345 which occurred during "npm run build" (fixes #903).

Nothing else was modified.

Added a forced cast from webidl2.CallbackInterfaceType to webidl2.InterfaceType on rootType as a solution to error TS2345 which occurred during "npm run build".
@abu-co abu-co marked this pull request as ready for review August 30, 2020 04:37
@abu-co abu-co requested a review from sandersn as a code owner August 30, 2020 04:37
src/widlprocess.ts Outdated Show resolved Hide resolved
@abu-co abu-co closed this Sep 5, 2020
@abu-co abu-co reopened this Sep 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"npm run build" Fails - error TS2345
2 participants