Skip to content

Instantly share code, notes, and snippets.

@pasberth
Created April 17, 2014 13:17
Show Gist options
  • Select an option

  • Save pasberth/10982658 to your computer and use it in GitHub Desktop.

Select an option

Save pasberth/10982658 to your computer and use it in GitHub Desktop.
??????????????
$ 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.
interface Node {
type: string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment