Update baselines

This commit is contained in:
Nathan Shively-Sanders 2017-11-10 14:36:49 -08:00
parent 0d63589fb2
commit ba232b2164
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Exit Code: 2
Exit Code: 1
Standard output:
node_modules/electron/electron.d.ts(5390,13): error TS2430: Interface 'WebviewTag' incorrectly extends interface 'HTMLElement'.
Types of property 'addEventListener' are incompatible.

View File

@ -1,4 +1,4 @@
Exit Code: 2
Exit Code: 1
Standard output:
node_modules/abstract-leveldown/index.d.ts(2,3): error TS7010: 'open', which lacks return-type annotation, implicitly has an 'any' return type.
node_modules/abstract-leveldown/index.d.ts(3,3): error TS7010: 'open', which lacks return-type annotation, implicitly has an 'any' return type.

View File

@ -1,4 +1,4 @@
Exit Code: 2
Exit Code: 1
Standard output:
node_modules/rxjs/scheduler/VirtualTimeScheduler.d.ts(22,22): error TS2415: Class 'VirtualAction<T>' incorrectly extends base class 'AsyncAction<T>'.
Types of property 'work' are incompatible.