This website requires JavaScript.
Explore
Help
Register
Sign In
flip
/
DefinitelyTyped
Watch
1
Star
0
Fork
0
You've already forked DefinitelyTyped
mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced
2026-02-06 10:56:53 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
d07d3eefaa
DefinitelyTyped
/
types
/
parse
/
package.json
12 lines
164 B
JSON
Raw
Normal View
History
Unescape
Escape
[parse] Add better support for TS 3.7 (#42459)
2020-02-26 00:25:50 +00:00
{
"private"
:
true
,
"types"
:
"index"
,
"typesVersions"
:
{
Put current version of parse in the root (#47207) * Put current version of parse 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.7 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.7/ * restore disabled /// references
2020-09-01 23:16:49 +00:00
"<=3.6"
:
{
#no-publishing-comment Remove all tabs from everything
2020-05-15 03:15:14 +00:00
"*"
:
[
Put current version of parse in the root (#47207) * Put current version of parse 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.7 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.7/ * restore disabled /// references
2020-09-01 23:16:49 +00:00
"ts3.6/*"
#no-publishing-comment Remove all tabs from everything
2020-05-15 03:15:14 +00:00
]
}
[parse] Add better support for TS 3.7 (#42459)
2020-02-26 00:25:50 +00:00
}
}
Reference in New Issue
Copy Permalink