@openload28/tt-lang 1.0.0-dev.20260908.330 → 1.0.0-dev.20260910.348
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 +2 -2
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -24,8 +24,8 @@ looks. The TT installer does not add it for you:
|
|
|
24
24
|
bun add -d @openload28/tt-lang@next typescript@7.1.0-dev.20260826.1
|
|
25
25
|
```
|
|
26
26
|
|
|
27
|
-
Content mappers use APIs that arrived in TypeScript
|
|
28
|
-
on 7.0. See the
|
|
27
|
+
Content mappers and `ttc --types` both use APIs that arrived in TypeScript
|
|
28
|
+
7.1; everything else works on 7.0. See the
|
|
29
29
|
[installation guide](https://github.com/load28/tt/blob/main/docs/getting-started.md).
|
|
30
30
|
|
|
31
31
|
```sh
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openload28/tt-lang",
|
|
3
|
-
"version": "1.0.0-dev.
|
|
3
|
+
"version": "1.0.0-dev.20260910.348",
|
|
4
4
|
"description": "tt — a tiny TypeScript preprocessor adding Rust-style variants, match expressions, try, let-else, if let and the pipeline operator. Installs the ttc compiler.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"bin": {
|
|
@@ -50,10 +50,10 @@
|
|
|
50
50
|
"node": ">=18"
|
|
51
51
|
},
|
|
52
52
|
"optionalDependencies": {
|
|
53
|
-
"@openload28/tt-lang-linux-x64": "1.0.0-dev.
|
|
54
|
-
"@openload28/tt-lang-linux-arm64": "1.0.0-dev.
|
|
55
|
-
"@openload28/tt-lang-darwin-x64": "1.0.0-dev.
|
|
56
|
-
"@openload28/tt-lang-darwin-arm64": "1.0.0-dev.
|
|
57
|
-
"@openload28/tt-lang-win32-x64-msvc": "1.0.0-dev.
|
|
53
|
+
"@openload28/tt-lang-linux-x64": "1.0.0-dev.20260910.348",
|
|
54
|
+
"@openload28/tt-lang-linux-arm64": "1.0.0-dev.20260910.348",
|
|
55
|
+
"@openload28/tt-lang-darwin-x64": "1.0.0-dev.20260910.348",
|
|
56
|
+
"@openload28/tt-lang-darwin-arm64": "1.0.0-dev.20260910.348",
|
|
57
|
+
"@openload28/tt-lang-win32-x64-msvc": "1.0.0-dev.20260910.348"
|
|
58
58
|
}
|
|
59
59
|
}
|