Skip to content

Typescript 1.4 #35

@kosz78

Description

@kosz78

Typescript 1.4 was released a couple of weeks ago and already there are definition files which are only compatible with 1.4, which causes compilation errors with the current plugin.

For example, the latest jquery.d.ts file declares parameters of multiple allowed types:
attr(attributeName: string, value: string|number): JQuery;
which causes the TypEcs plugin to produce an error on the 'value' parameter.

Thank you,
Aaron


Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions