amin
amin

Reputation: 3852

typescript 1.5 language specifications

Where can i find the typescript 1.5 language specifications ?
This Link is for the 1.4 version.
Even a draft or a working version of 1.5 language specification is OK,

Since so much have changed in the new version of typescript.

Upvotes: 0

Views: 186

Answers (1)

Fenton
Fenton

Reputation: 250882

You can always grab the appropriate language specification from the GitHub branch you are interested in:

TypeScript 1.5 Language Specification

https://github.com/Microsoft/TypeScript/tree/release-1.5/doc

Just use the "Switch Branch" feature and you can view any version you like.

Upvotes: 4

Related Questions