X Tutup
Skip to content

Generated angular2.d.ts fails DefinitelyTyped tests #2686

@alexeagle

Description

@alexeagle

in DefinitelyTyped, there is an existing build and test scheme. In prior releases of our angular2.d.ts I've had to manually work around some things:

  • dgeni includes the generic type parameter as a member (eg. classes start with T;)
  • TS 1.4: destructured args have to be rewritten as a named interface
  • TS 1.4: change const to var
  • comply with noImplicitAny: add return types and type missing stuff as any

note that DT should start accepting TS 1.5 after the official release: see DefinitelyTyped/DefinitelyTyped#4564

Metadata

Metadata

Assignees

Labels

area: build & ciRelated the build and CI infrastructure of the projecteffort2: daysfeatureLabel used to distinguish feature request from other issues

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    X Tutup