@shikijs/types 1.19.0 → 1.20.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/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -552,7 +552,7 @@ interface HighlighterCoreOptions<Sync extends boolean = false> {
|
|
|
552
552
|
/**
|
|
553
553
|
* Load wasm file from a custom path or using a custom function.
|
|
554
554
|
*
|
|
555
|
-
* @deprecated Use `engine:
|
|
555
|
+
* @deprecated Use `engine: createOnigurumaEngine(loadWasm)` instead.
|
|
556
556
|
*/
|
|
557
557
|
loadWasm?: Sync extends true ? never : LoadWasmOptions;
|
|
558
558
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -552,7 +552,7 @@ interface HighlighterCoreOptions<Sync extends boolean = false> {
|
|
|
552
552
|
/**
|
|
553
553
|
* Load wasm file from a custom path or using a custom function.
|
|
554
554
|
*
|
|
555
|
-
* @deprecated Use `engine:
|
|
555
|
+
* @deprecated Use `engine: createOnigurumaEngine(loadWasm)` instead.
|
|
556
556
|
*/
|
|
557
557
|
loadWasm?: Sync extends true ? never : LoadWasmOptions;
|
|
558
558
|
}
|