@tsrx/oxc-linux-x64-gnu 0.8.0 → 0.9.0
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/bin/oxc-tsrx +0 -0
- package/checksums.json +7 -7
- package/licenses/RUST_DEPENDENCIES.md +1 -1
- package/licenses/rust-dependencies.json +3 -3
- package/package.json +5 -5
- package/parser.node +0 -0
package/bin/oxc-tsrx
CHANGED
|
Binary file
|
package/checksums.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 2,
|
|
3
3
|
"packageName": "@tsrx/oxc-linux-x64-gnu",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.9.0",
|
|
5
5
|
"target": "x86_64-unknown-linux-gnu",
|
|
6
6
|
"oxcRevision": "8e0ed2ebb96137fb1611cdbd5742d5cb46037d40",
|
|
7
7
|
"rustc": "rustc 1.98.0 (88d9e12ae 2026-08-18)\nbinary: rustc\ncommit-hash: 88d9e12ae178fab0fb5cc050a94da85685d449ea\ncommit-date: 2026-08-18\nhost: x86_64-unknown-linux-gnu\nrelease: 1.98.0\nLLVM version: 22.1.8",
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
"verification": "host-executed",
|
|
10
10
|
"binaries": {
|
|
11
11
|
"oxc-tsrx": {
|
|
12
|
-
"sha256": "
|
|
13
|
-
"bytes":
|
|
12
|
+
"sha256": "030b103e90d6614551880562cad0dbf641c2e174d1b3648637f827b6e47ae9d0",
|
|
13
|
+
"bytes": 17463800,
|
|
14
14
|
"object": {
|
|
15
15
|
"format": "elf",
|
|
16
16
|
"os": "linux",
|
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
},
|
|
24
24
|
"addons": {
|
|
25
25
|
"parser.node": {
|
|
26
|
-
"packageVersion": "0.
|
|
26
|
+
"packageVersion": "0.9.0",
|
|
27
27
|
"target": "x86_64-unknown-linux-gnu",
|
|
28
|
-
"bytes":
|
|
29
|
-
"sha256": "
|
|
28
|
+
"bytes": 3056168,
|
|
29
|
+
"sha256": "9a7ebdb4d374288bb8f24bb25e0c387ae0cede131306eec51187f212572e091d",
|
|
30
30
|
"object": {
|
|
31
31
|
"format": "elf",
|
|
32
32
|
"imageKind": "dynamic-library",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"capabilities": {
|
|
43
43
|
"lazy": true,
|
|
44
44
|
"async": true,
|
|
45
|
-
"editorRecovery":
|
|
45
|
+
"editorRecovery": true,
|
|
46
46
|
"cssMaterialization": false,
|
|
47
47
|
"rawTransfer": false
|
|
48
48
|
},
|
|
@@ -6,7 +6,7 @@ build dependency closure of the three binaries in `oxc_tsrx_cli` and the
|
|
|
6
6
|
native addon in `parser_napi_binding`; benchmark and development-only
|
|
7
7
|
dependencies are excluded.
|
|
8
8
|
|
|
9
|
-
- Cargo.lock SHA-256: `
|
|
9
|
+
- Cargo.lock SHA-256: `e9fa59cd975357adb42d7f0859f20b5917be3d606510c2562c1b11fa5374c067`
|
|
10
10
|
- Canonical OXC revision: `8e0ed2ebb96137fb1611cdbd5742d5cb46037d40`
|
|
11
11
|
- Shipping third-party packages: 220
|
|
12
12
|
- Accepted license policy: `licenses/allowed-rust-license-expressions.json`
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
"schemaVersion": 2,
|
|
3
3
|
"generatedBy": "scripts/generate-rust-license-inventory.ts",
|
|
4
4
|
"rootPackages": [
|
|
5
|
-
"oxc_tsrx_cli@0.
|
|
6
|
-
"parser_napi_binding@0.
|
|
5
|
+
"oxc_tsrx_cli@0.9.0",
|
|
6
|
+
"parser_napi_binding@0.9.0"
|
|
7
7
|
],
|
|
8
|
-
"cargoLockSha256": "
|
|
8
|
+
"cargoLockSha256": "e9fa59cd975357adb42d7f0859f20b5917be3d606510c2562c1b11fa5374c067",
|
|
9
9
|
"oxcRevision": "8e0ed2ebb96137fb1611cdbd5742d5cb46037d40",
|
|
10
10
|
"licenseSelectionPolicy": "Each Cargo expression is reviewed; selectedDistributionLicense records the basis used for binary distribution.",
|
|
11
11
|
"packageCount": 220,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsrx/oxc-linux-x64-gnu",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.0",
|
|
4
4
|
"description": "OXC for TSRX native binaries and parser addon for x86_64-unknown-linux-gnu",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -56,10 +56,10 @@
|
|
|
56
56
|
],
|
|
57
57
|
"addons": {
|
|
58
58
|
"parser.node": {
|
|
59
|
-
"packageVersion": "0.
|
|
59
|
+
"packageVersion": "0.9.0",
|
|
60
60
|
"target": "x86_64-unknown-linux-gnu",
|
|
61
|
-
"bytes":
|
|
62
|
-
"sha256": "
|
|
61
|
+
"bytes": 3056168,
|
|
62
|
+
"sha256": "9a7ebdb4d374288bb8f24bb25e0c387ae0cede131306eec51187f212572e091d",
|
|
63
63
|
"object": {
|
|
64
64
|
"format": "elf",
|
|
65
65
|
"imageKind": "dynamic-library",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"capabilities": {
|
|
76
76
|
"lazy": true,
|
|
77
77
|
"async": true,
|
|
78
|
-
"editorRecovery":
|
|
78
|
+
"editorRecovery": true,
|
|
79
79
|
"cssMaterialization": false,
|
|
80
80
|
"rawTransfer": false
|
|
81
81
|
},
|
package/parser.node
CHANGED
|
Binary file
|