Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
flow: Ignore a Flow "error" that is not one
Flow warns us that 'EventTarget is incompatible with Node'. But that is wrong. In fact the definition in Flow's code is this: ```js declare class Node extends EventTarget { ``` Ignore!
- Loading branch information