mirror of
https://github.com/chenasraf/DefinitelyTyped-tools.git
synced 2026-05-18 01:49:03 +00:00
* Deprecate Typescript 3.1 [According to the schedule](https://github.com/DefinitelyTyped/DefinitelyTyped#older-versions-of-typescript-30-and-earlier), it's time to deprecate 3.1. I delayed the 3.0 deprecation to match the 4.0 release since it was a complicated one. This should be much easier. The follow-up tasks are: 1. Update dtslint and dts-critic. 2. Remove ts3.1/ directories from web-animations-js, openpgp, jest, es-to-primitive. 3. Remove ts3./1 directories from all versions of node. (This is big enough that it deserves its own task; the default implementations will have to move up to the next TS version directory since node's types build from the oldest versions.) * never forget yarn format * Fallback to first shipped version Instead of a hard-coded version. Thanks to @andrewbranch for the idea.