@vizejs/wasm 0.318.0 → 0.322.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 +2 -0
- package/package.json +1 -1
- package/vize_vitrine_bg.wasm +0 -0
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
package/vize_vitrine_bg.wasm
CHANGED
|
Binary file
|