@vizejs/wasm 0.120.0 → 0.123.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 +4 -0
- package/package.json +1 -1
- package/vize_vitrine_bg.wasm +0 -0
package/index.d.ts
CHANGED
|
@@ -26,6 +26,10 @@ export interface CompilerOptions {
|
|
|
26
26
|
outputMode?: "vdom" | "vapor";
|
|
27
27
|
/** Whether the template contains TypeScript */
|
|
28
28
|
isTs?: boolean;
|
|
29
|
+
/** Whether the template targets a custom renderer instead of the DOM. */
|
|
30
|
+
customRenderer?: boolean;
|
|
31
|
+
/** Enable Vue parser quirk compatibility for known edge cases. */
|
|
32
|
+
vueParserQuirks?: boolean;
|
|
29
33
|
}
|
|
30
34
|
|
|
31
35
|
/** Result of template compilation */
|
package/package.json
CHANGED
package/vize_vitrine_bg.wasm
CHANGED
|
Binary file
|