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
$ tsc node_modules/event-target-shim/index.d.ts:377:34 - error TS1005: ']' expected. 377 [P in string & keyof TEventMap as `on${P}`]: EventTarget.CallbackFunction<TEventTarget, TEventMap[P]> | null; ~~ node_modules/event-target-shim/index.d.ts:377:45 - error TS1005: ';' expected. 377 [P in string & keyof TEventMap as `on${P}`]: EventTarget.CallbackFunction<TEventTarget, TEventMap[P]> | null; ~ node_modules/event-target-shim/index.d.ts:377:46 - error TS1128: Declaration or statement expected. 377 [P in string & keyof TEventMap as `on${P}`]: EventTarget.CallbackFunction<TEventTarget, TEventMap[P]> | null; ~ node_modules/event-target-shim/index.d.ts:377:105 - error TS1005: '(' expected. 377 [P in string & keyof TEventMap as `on${P}`]: EventTarget.CallbackFunction<TEventTarget, TEventMap[P]> | null; ~ node_modules/event-target-shim/index.d.ts:377:111 - error TS1005: ')' expected. 377 [P in string & keyof TEventMap as `on${P}`]: EventTarget.CallbackFunction<TEventTarget, TEventMap[P]> | null; ~ node_modules/event-target-shim/index.d.ts:379:1 - error TS1128: Declaration or statement expected. 379 } ~
Typescript version ^3.8.3
The text was updated successfully, but these errors were encountered:
@dmca-glasgow were you able to fix it?
Sorry, something went wrong.
For anyone else running into this, we fixed it using patch-package. You can see our patch here: https://github.com/moodlehq/moodleapp/blob/master/patches/event-target-shim%2B6.0.2.patch
No branches or pull requests
Typescript version ^3.8.3
The text was updated successfully, but these errors were encountered: