@effect/tsgo-linux-arm64 0.24.2 → 0.26.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/oxlint.linux-arm64-gnu.node +0 -0
- package/lib/tsc +0 -0
- package/lib/tsc-next +0 -0
- package/lib/tsgolint +0 -0
- package/lib/upstream.json +39 -0
- package/package.json +11 -4
- package/lib/tsc-next.json +0 -4
- package/lib/tsc.json +0 -4
|
Binary file
|
package/lib/tsc
CHANGED
|
Binary file
|
package/lib/tsc-next
CHANGED
|
Binary file
|
package/lib/tsgolint
ADDED
|
Binary file
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 2,
|
|
3
|
+
"profiles": [
|
|
4
|
+
{
|
|
5
|
+
"kind": "ts",
|
|
6
|
+
"name": "next",
|
|
7
|
+
"ts": {
|
|
8
|
+
"npmVersion": "7.1.0-dev.20260801.1",
|
|
9
|
+
"gitHead": "5b1047d10d32e7d5b446be4de56b126ff42f82bb"
|
|
10
|
+
},
|
|
11
|
+
"binName": "tsc-next"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"kind": "ts",
|
|
15
|
+
"name": "latest",
|
|
16
|
+
"ts": {
|
|
17
|
+
"npmVersion": "7.0.2",
|
|
18
|
+
"gitHead": "2bd066d87f5bafd315be9f40889d0a60b9e58e0b"
|
|
19
|
+
},
|
|
20
|
+
"binName": "tsc"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"kind": "oxlint",
|
|
24
|
+
"name": "oxlint",
|
|
25
|
+
"ts": {
|
|
26
|
+
"npmVersion": "7.0.2",
|
|
27
|
+
"gitHead": "2bd066d87f5bafd315be9f40889d0a60b9e58e0b"
|
|
28
|
+
},
|
|
29
|
+
"tsgolint": {
|
|
30
|
+
"npmVersion": "7.0.2001",
|
|
31
|
+
"gitHead": "482dcf70bffce7ea56f63128c74beb67dec658a2"
|
|
32
|
+
},
|
|
33
|
+
"oxlint": {
|
|
34
|
+
"npmVersion": "1.76.0",
|
|
35
|
+
"gitHead": "65fe65d8429e1d1bdf86c517ff08bd119ee87660"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
]
|
|
39
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@effect/tsgo-linux-arm64",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.26.7",
|
|
4
4
|
"description": "Effect Language Service for TypeScript-Go — Effect-specific diagnostics and hover features.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -12,14 +12,21 @@
|
|
|
12
12
|
"homepage": "https://github.com/Effect-TS/tsgo#readme",
|
|
13
13
|
"publishConfig": {
|
|
14
14
|
"access": "public",
|
|
15
|
-
"provenance": true
|
|
15
|
+
"provenance": true,
|
|
16
|
+
"executableFiles": [
|
|
17
|
+
"./lib/tsc",
|
|
18
|
+
"./lib/tsc-next",
|
|
19
|
+
"./lib/tsgolint"
|
|
20
|
+
]
|
|
16
21
|
},
|
|
17
22
|
"preferUnplugged": true,
|
|
18
23
|
"files": [
|
|
19
24
|
"lib/tsc",
|
|
20
25
|
"lib/tsc-next",
|
|
21
|
-
"lib
|
|
22
|
-
"
|
|
26
|
+
"lib/tsgolint",
|
|
27
|
+
"lib/oxlint.linux-arm64-gnu.node",
|
|
28
|
+
"README.md",
|
|
29
|
+
"lib/upstream.json"
|
|
23
30
|
],
|
|
24
31
|
"os": [
|
|
25
32
|
"linux"
|
package/lib/tsc-next.json
DELETED
package/lib/tsc.json
DELETED