@vizejs/wasm 0.39.0 → 0.40.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/package.json +1 -1
- package/vize_vitrine.d.ts +1 -1
- package/vize_vitrine.js +1 -1
- package/vize_vitrine_bg.wasm +0 -0
package/package.json
CHANGED
package/vize_vitrine.d.ts
CHANGED
|
@@ -143,7 +143,7 @@ export function parseTemplate(template: string, options: any): any;
|
|
|
143
143
|
* Perform type checking on a Vue SFC
|
|
144
144
|
*
|
|
145
145
|
* This performs AST-based type analysis without requiring a TypeScript compiler.
|
|
146
|
-
* For full type checking, use the CLI with
|
|
146
|
+
* For full type checking, use the CLI with Corsa integration.
|
|
147
147
|
*/
|
|
148
148
|
export function typeCheck(source: string, options: any): any;
|
|
149
149
|
|
package/vize_vitrine.js
CHANGED
|
@@ -437,7 +437,7 @@ export function parseTemplate(template, options) {
|
|
|
437
437
|
* Perform type checking on a Vue SFC
|
|
438
438
|
*
|
|
439
439
|
* This performs AST-based type analysis without requiring a TypeScript compiler.
|
|
440
|
-
* For full type checking, use the CLI with
|
|
440
|
+
* For full type checking, use the CLI with Corsa integration.
|
|
441
441
|
* @param {string} source
|
|
442
442
|
* @param {any} options
|
|
443
443
|
* @returns {any}
|
package/vize_vitrine_bg.wasm
CHANGED
|
Binary file
|