@vizejs/wasm 0.315.1 → 0.321.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/index.d.ts CHANGED
@@ -221,6 +221,8 @@ export interface JsxCompileOptions {
221
221
  * `filename`).
222
222
  */
223
223
  lang?: "jsx" | "tsx";
224
+ /** JSX semantics; `"babel"` opts into @vue/babel-plugin-jsx compatibility. */
225
+ jsxCompat?: "native" | "babel";
224
226
  /**
225
227
  * Default output mode: `true` compiles components to Vapor, `false`
226
228
  * (default) to VDOM. Per-component `"use vue:vapor"` / `"use vue:vdom"`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vizejs/wasm",
3
- "version": "0.315.1",
3
+ "version": "0.321.0",
4
4
  "description": "Vize WASM bindings for browser environments",
5
5
  "homepage": "https://github.com/ubugeeei-prod/vize",
6
6
  "bugs": {
Binary file