Skip to content

Commit 9b591a2

Browse files
committed
Revert "chore: add test cases for 5.0.4"
This reverts commit bad81ff.
1 parent bad81ff commit 9b591a2

File tree

3 files changed

+6
-20
lines changed

3 files changed

+6
-20
lines changed

test/config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
import ts from "typescript";
22
import tsThree from "typescript-3";
33
import tsFourSeven from "typescript-4.7";
4-
import tsFiveZero from "typescript-5.0";
54
import tsFiveFive from "typescript-5.5";
65
import tsFiveSix from "typescript-5.6";
76
import path from "node:path";
87

98
export const tsModules = <const>[
109
["3.6.5", tsThree, "typescript-3"],
1110
["4.7.4", tsFourSeven, "typescript-4.7"],
12-
["5.0.4", tsFiveZero, "typescript-5.0"],
1311
["5.5.4", tsFiveFive, "typescript-5.5"],
1412
["5.6.3", tsFiveSix, "typescript-5.6"],
1513
["Latest", ts, "typescript"],

test/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"typescript": "^5.7.2",
2525
"typescript-3": "npm:typescript@3.6.5",
2626
"typescript-4.7": "npm:typescript@4.7.4",
27-
"typescript-5.0": "npm:typescript@5.0.4",
2827
"typescript-5.5": "npm:typescript@5.5.4",
2928
"typescript-5.6": "npm:typescript@5.6.3",
3029
"typescript-transform-paths": "portal:../"

test/yarn.lock

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8097,7 +8097,6 @@ __metadata:
80978097
typescript: "npm:^5.7.2"
80988098
typescript-3: "npm:typescript@3.6.5"
80998099
typescript-4.7: "npm:typescript@4.7.4"
8100-
typescript-5.0: "npm:typescript@5.0.4"
81018100
typescript-5.5: "npm:typescript@5.5.4"
81028101
typescript-5.6: "npm:typescript@5.6.3"
81038102
typescript-transform-paths: "portal:../"
@@ -9258,16 +9257,6 @@ __metadata:
92589257
languageName: node
92599258
linkType: hard
92609259

9261-
"typescript-5.0@npm:typescript@5.0.4":
9262-
version: 5.0.4
9263-
resolution: "typescript@npm:5.0.4"
9264-
bin:
9265-
tsc: bin/tsc
9266-
tsserver: bin/tsserver
9267-
checksum: 10c0/2f5bd1cead194905957cb34e220b1d6ff1662399adef8ec1864f74620922d860ee35b6e50eafb3b636ea6fd437195e454e1146cb630a4236b5095ed7617395c2
9268-
languageName: node
9269-
linkType: hard
9270-
92719260
"typescript-5.5@npm:typescript@5.5.4":
92729261
version: 5.5.4
92739262
resolution: "typescript@npm:5.5.4"
@@ -9299,22 +9288,22 @@ __metadata:
92999288
linkType: soft
93009289

93019290
"typescript@npm:^5.7.2":
9302-
version: 5.8.2
9303-
resolution: "typescript@npm:5.8.2"
9291+
version: 5.7.2
9292+
resolution: "typescript@npm:5.7.2"
93049293
bin:
93059294
tsc: bin/tsc
93069295
tsserver: bin/tsserver
9307-
checksum: 10c0/5c4f6fbf1c6389b6928fe7b8fcd5dc73bb2d58cd4e3883f1d774ed5bd83b151cbac6b7ecf11723de56d4676daeba8713894b1e9af56174f2f9780ae7848ec3c6
9296+
checksum: 10c0/a873118b5201b2ef332127ef5c63fb9d9c155e6fdbe211cbd9d8e65877283797cca76546bad742eea36ed7efbe3424a30376818f79c7318512064e8625d61622
93089297
languageName: node
93099298
linkType: hard
93109299

93119300
"typescript@patch:typescript@npm%3A^5.7.2#optional!builtin<compat/typescript>":
9312-
version: 5.8.2
9313-
resolution: "typescript@patch:typescript@npm%3A5.8.2#optional!builtin<compat/typescript>::version=5.8.2&hash=5786d5"
9301+
version: 5.7.2
9302+
resolution: "typescript@patch:typescript@npm%3A5.7.2#optional!builtin<compat/typescript>::version=5.7.2&hash=5786d5"
93149303
bin:
93159304
tsc: bin/tsc
93169305
tsserver: bin/tsserver
9317-
checksum: 10c0/5448a08e595cc558ab321e49d4cac64fb43d1fa106584f6ff9a8d8e592111b373a995a1d5c7f3046211c8a37201eb6d0f1566f15cdb7a62a5e3be01d087848e2
9306+
checksum: 10c0/f3b8082c9d1d1629a215245c9087df56cb784f9fb6f27b5d55577a20e68afe2a889c040aacff6d27e35be165ecf9dca66e694c42eb9a50b3b2c451b36b5675cb
93189307
languageName: node
93199308
linkType: hard
93209309

0 commit comments

Comments
 (0)