@ttsc/wasm 0.13.0 → 0.13.1

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/dist/ttsc.wasm CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttsc/wasm",
3
- "version": "0.13.0",
3
+ "version": "0.13.1",
4
4
  "description": "Build in-browser ttsc playgrounds. Compose ttsc + typescript-go with your own plugins via the Go host helper.",
5
5
  "main": "lib/src/index.js",
6
6
  "types": "lib/src/index.d.ts",
@@ -132,6 +132,12 @@ const (
132
132
  NodeFlagsAwaitContext = innerast.NodeFlagsAwaitContext
133
133
  )
134
134
 
135
+ // ---- Modifier-flag constants ----
136
+
137
+ const (
138
+ ModifierFlagsAmbient = innerast.ModifierFlagsAmbient
139
+ )
140
+
135
141
  // ---- Statement / declaration / expression kinds ----
136
142
 
137
143
  const (