tsgo-wasm 2025.11.30 → 2025.12.2-20.11
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/README.md +1 -1
- package/package.json +14 -14
- package/tsgo.wasm +0 -0
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Unofficial TypeScript 7 WASM
|
|
2
2
|
|
|
3
|
-
This package contains **unofficial** WASM distribution of [TypeScript 7
|
|
3
|
+
This package contains **unofficial** WASM distribution of [TypeScript 7](https://github.com/microsoft/typescript-go),
|
|
4
4
|
built daily using GitHub Actions.
|
|
5
5
|
|
|
6
6
|
Read more about the TypeScript 7 [here](https://devblogs.microsoft.com/typescript/typescript-native-port/)!
|
package/package.json
CHANGED
|
@@ -1,15 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tsgo-wasm",
|
|
3
|
-
"version": "2025.11.30",
|
|
4
|
-
"description": "TypeScript Go for WASM",
|
|
5
3
|
"type": "module",
|
|
6
|
-
"
|
|
7
|
-
|
|
8
|
-
"typescript",
|
|
9
|
-
"tsgo",
|
|
10
|
-
"go",
|
|
11
|
-
"wasm"
|
|
12
|
-
],
|
|
4
|
+
"version": "2025.12.2-20.11",
|
|
5
|
+
"description": "TypeScript Go for WASM",
|
|
13
6
|
"license": "Apache-2.0",
|
|
14
7
|
"homepage": "https://github.com/sxzz/tsgo-releases#readme",
|
|
15
8
|
"repository": {
|
|
@@ -17,20 +10,27 @@
|
|
|
17
10
|
"url": "git+https://github.com/sxzz/tsgo-releases.git",
|
|
18
11
|
"directory": "packages/wasm"
|
|
19
12
|
},
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
13
|
+
"keywords": [
|
|
14
|
+
"typescript-go",
|
|
15
|
+
"typescript",
|
|
16
|
+
"tsgo",
|
|
17
|
+
"go",
|
|
18
|
+
"wasm"
|
|
23
19
|
],
|
|
24
20
|
"main": "tsgo.wasm",
|
|
25
21
|
"bin": {
|
|
26
22
|
"tsgo-wasm": "tsgo-wasm"
|
|
27
23
|
},
|
|
24
|
+
"files": [
|
|
25
|
+
"tsgo-wasm",
|
|
26
|
+
"tsgo.wasm"
|
|
27
|
+
],
|
|
28
28
|
"publishConfig": {
|
|
29
29
|
"access": "public",
|
|
30
30
|
"tag": "latest"
|
|
31
31
|
},
|
|
32
32
|
"buildInfo": {
|
|
33
|
-
"date": "2025-
|
|
34
|
-
"commit": "
|
|
33
|
+
"date": "2025-12-02",
|
|
34
|
+
"commit": "db7696435d0f3f4777ad86dc3df53b7c5e253850"
|
|
35
35
|
}
|
|
36
36
|
}
|
package/tsgo.wasm
CHANGED
|
Binary file
|