error TS2304: Cannot find name 'EventListenerOrEventListenerObject' #21922
Labels
Bug
A bug in TypeScript
Domain: lib.d.ts
The issue relates to the different libraries shipped with TypeScript
Fixed
A PR has been merged for this issue
Milestone
TypeScript Version: 2.8.0-dev.20180213
Search Terms:
Problem
EventListenerOrEventListenerObject
is not defined anymore inlib.d.ts
, (it seems it has been renamed simply asEventListener
).This causes
electron.d.ts
to throw two errors during compilation:The text was updated successfully, but these errors were encountered: