Created
April 17, 2014 13:17
-
-
Save pasberth/10982658 to your computer and use it in GitHub Desktop.
??????????????
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ tsc a.ts | |
| /Users/pasberth/Library/Gentoo/usr/lib/node_modules/typescript/bin/lib.d.ts(10729,11): error TS2143: Interface 'SVGComponentTransferFunctionElement' cannot extend interface 'SVGElement': | |
| Types of property 'type' of types 'SVGComponentTransferFunctionElement' and 'SVGElement' are incompatible. | |
| /Users/pasberth/Library/Gentoo/usr/lib/node_modules/typescript/bin/lib.d.ts(10873,11): error TS2143: Interface 'SVGFETurbulenceElement' cannot extend interface 'SVGElement': | |
| Types of property 'type' of types 'SVGFETurbulenceElement' and 'SVGElement' are incompatible. | |
| /Users/pasberth/Library/Gentoo/usr/lib/node_modules/typescript/bin/lib.d.ts(10905,11): error TS2143: Interface 'SVGFEColorMatrixElement' cannot extend interface 'SVGElement': | |
| Types of property 'type' of types 'SVGFEColorMatrixElement' and 'SVGElement' are incompatible. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| interface Node { | |
| type: string; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment