DefinitelyTyped/types/reconnectingwebsocket
Nathan Shively-Sanders b0f14dcb37
Put current version of reconnectingwebsocket in the root (#47209)
* Put current version of reconnectingwebsocket in the root

Previously, the code that supports the oldest version of Typescript was in the root: 3.1 and below. Newer versions were in ts*/ subdirectories.

This PR puts the newest version in the root, and older versions -- before 3.4 in this case -- in ts*/ subdirectories. This is possible because all supported versions of the Typescript now understand the typesVersions property in package.json.

This PR needs a new version of DefinitelyTyped-tools and dtslint, which I will ship soon. It also needs to be brought up to date with master.

* Delete ts3.4/
2020-09-01 12:58:15 -07:00
..
ts3.3
index.d.ts
package.json
reconnectingwebsocket-tests.ts
tsconfig.json
tslint.json