tsgo-wasm 0.0.0-20250314

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.
Files changed (3) hide show
  1. package/README.md +15 -0
  2. package/package.json +21 -0
  3. package/tsgo.wasm +0 -0
package/README.md ADDED
@@ -0,0 +1,15 @@
1
+ # Unofficial TypeScript 7 WASM
2
+
3
+ This package contains **unofficial** WASM distribution of [TypeScript 7 (native port)](https://github.com/microsoft/typescript-go),
4
+ built daily using GitHub Actions.
5
+
6
+ Read more about the TypeScript 7 [here](https://devblogs.microsoft.com/typescript/typescript-native-port/)!
7
+
8
+ > [!WARNING]
9
+ > This is **NOT** an official distribution from the TypeScript official team.
10
+
11
+ ## Usage
12
+
13
+ ```bash
14
+ npm install tsgo-wasm
15
+ ```
package/package.json ADDED
@@ -0,0 +1,21 @@
1
+ {
2
+ "name": "tsgo-wasm",
3
+ "type": "module",
4
+ "version": "0.0.0-20250314",
5
+ "description": "Native port of TypeScript",
6
+ "homepage": "https://github.com/sxzz/tsgo-releases#readme",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/sxzz/tsgo-releases.git",
10
+ "directory": "packages/wasm"
11
+ },
12
+ "license": "Apache-2.0",
13
+ "files": [
14
+ "tsgo.wasm"
15
+ ],
16
+ "main": "tsgo.wasm",
17
+ "publishConfig": {
18
+ "access": "public",
19
+ "tag": "latest"
20
+ }
21
+ }
package/tsgo.wasm ADDED
Binary file