Skip to content

Commit 1b505e5

Browse files
committed
Types dir refactoring & some fixes & some improvements
1 parent 6df7f26 commit 1b505e5

File tree

191 files changed

+161
-222
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

191 files changed

+161
-222
lines changed

packages/core-js-types/package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -30,50 +30,50 @@
3030
"typesVersions": {
3131
">=5.6": {
3232
"*": [
33-
"./dist/56/*"
33+
"./dist/ts5-6/*"
3434
]
3535
},
3636
">=5.2": {
3737
"*": [
38-
"./dist/52/*"
38+
"./dist/ts5-2/*"
3939
]
4040
}
4141
},
4242
"exports": {
4343
".": {
44-
"types@>=5.6": "./dist/56/actual.d.ts",
45-
"types": "./dist/52/actual.d.ts",
46-
"default": "./dist/56/actual.d.ts"
44+
"types@>=5.6": "./dist/ts5-6/actual.d.ts",
45+
"types": "./dist/ts5-2/actual.d.ts",
46+
"default": "./dist/ts5-6/actual.d.ts"
4747
},
4848
"./actual": {
49-
"types@>=5.6": "./dist/56/actual.d.ts",
50-
"types": "./dist/52/actual.d.ts",
51-
"default": "./dist/56/actual.d.ts"
49+
"types@>=5.6": "./dist/ts5-6/actual.d.ts",
50+
"types": "./dist/ts5-2/actual.d.ts",
51+
"default": "./dist/ts5-6/actual.d.ts"
5252
},
5353
"./es": {
54-
"types@>=5.6": "./dist/56/es.d.ts",
55-
"types": "./dist/52/es.d.ts",
56-
"default": "./dist/56/es.d.ts"
54+
"types@>=5.6": "./dist/ts5-6/es.d.ts",
55+
"types": "./dist/ts5-2/es.d.ts",
56+
"default": "./dist/ts5-6/es.d.ts"
5757
},
5858
"./full": {
59-
"types@>=5.6": "./dist/56/full.d.ts",
60-
"types": "./dist/52/full.d.ts",
61-
"default": "./dist/56/full.d.ts"
59+
"types@>=5.6": "./dist/ts5-6/full.d.ts",
60+
"types": "./dist/ts5-2/full.d.ts",
61+
"default": "./dist/ts5-6/full.d.ts"
6262
},
6363
"./proposals/*": {
64-
"types@>=5.6": "./dist/56/proposals/*.d.ts",
65-
"types": "./dist/52/proposals/*.d.ts",
66-
"default": "./dist/56/proposals/*.d.ts"
64+
"types@>=5.6": "./dist/ts5-6/proposals/*.d.ts",
65+
"types": "./dist/ts5-2/proposals/*.d.ts",
66+
"default": "./dist/ts5-6/proposals/*.d.ts"
6767
},
6868
"./pure": {
69-
"types@>=5.6": "./dist/56/pure.d.ts",
70-
"types": "./dist/52/pure.d.ts",
71-
"default": "./dist/56/pure.d.ts"
69+
"types@>=5.6": "./dist/ts5-6/pure.d.ts",
70+
"types": "./dist/ts5-2/pure.d.ts",
71+
"default": "./dist/ts5-6/pure.d.ts"
7272
},
7373
"./stable": {
74-
"types@>=5.6": "./dist/56/stable.d.ts",
75-
"types": "./dist/52/stable.d.ts",
76-
"default": "./dist/56/stable.d.ts"
74+
"types@>=5.6": "./dist/ts5-6/stable.d.ts",
75+
"types": "./dist/ts5-2/stable.d.ts",
76+
"default": "./dist/ts5-6/stable.d.ts"
7777
}
7878
}
7979
}

packages/core-js-types/src/52/web/atob.d.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/core-js-types/src/52/web/btoa.d.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/core-js-types/src/52/web/efficient-script-yielding.d.ts

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/core-js-types/src/52/web/queue-microtask.d.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/core-js-types/src/52/web/structured-clone.d.ts

Lines changed: 0 additions & 14 deletions
This file was deleted.

packages/core-js-types/src/52/web/url-parse.d.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/core-js-types/src/52/web/url-to-json.d.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

packages/core-js-types/src/56/common/object-prototype-accessor-methods.d.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/core-js-types/src/56/core-js-types/string-base.d.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)