Complete residential site build with Docker Compose & Gitea Actions deployment
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
import { RegexEngine } from "@shikijs/types";
|
||||
|
||||
//#region src/engine-raw.d.ts
|
||||
/**
|
||||
* Raw JavaScript regex engine that only supports precompiled grammars.
|
||||
*
|
||||
* This further simplifies the engine by excluding the regex compilation step.
|
||||
*
|
||||
* Zero dependencies.
|
||||
*/
|
||||
declare function createJavaScriptRawEngine(): RegexEngine;
|
||||
//#endregion
|
||||
export { createJavaScriptRawEngine };
|
||||
Reference in New Issue
Block a user