Initial commit: New MoreminiMore website with fresh design

This commit is contained in:
MoreminiMore
2026-04-22 01:59:05 +07:00
commit 76409638cc
14010 changed files with 2052041 additions and 0 deletions

22
node_modules/shiki/LICENSE generated vendored Normal file
View File

@@ -0,0 +1,22 @@
MIT License
Copyright (c) 2021 Pine Wu
Copyright (c) 2023 Anthony Fu <https://github.com/antfu>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

15
node_modules/shiki/README.md generated vendored Normal file
View File

@@ -0,0 +1,15 @@
<img src="https://raw.githubusercontent.com/shikijs/shiki/main/docs/public/logo.svg" width="150" alt="Shiki Logo" />
# Shiki 式
[![NPM version](https://img.shields.io/npm/v/shiki?color=32A9C3&labelColor=1B3C4A&label=npm)](https://www.npmjs.com/package/shiki)
[![NPM downloads](https://img.shields.io/npm/dm/shiki?color=32A9C3&labelColor=1B3C4A&label=downloads)](https://www.npmjs.com/package/shiki)
[![Codecov](https://img.shields.io/codecov/c/github/shikijs/shiki?token=B85J0E2I7I&style=flat&labelColor=1B3C4A&color=32A9C3&precision=1)](https://app.codecov.io/gh/shikijs/shiki)
A beautiful syntax highlighter based on TextMate grammars, accurate and powerful.
[📚 **Documentation**](https://shiki.style)
## License
[MIT](./LICENSE)

26
node_modules/shiki/dist/bundle-full.d.mts generated vendored Normal file
View File

@@ -0,0 +1,26 @@
import { a as bundledLanguagesInfo, i as bundledLanguagesBase, n as bundledLanguages, r as bundledLanguagesAlias, t as BundledLanguage } from "./langs-bundle-full-C-zczmvu.mjs";
import { BundledTheme, bundledThemes, bundledThemesInfo } from "./themes.mjs";
import * as _shikijs_types0 from "@shikijs/types";
import { HighlighterGeneric } from "@shikijs/types";
import * as hast from "hast";
export * from "@shikijs/core";
//#region src/bundle-full.d.ts
declare namespace bundle_full_d_exports {
export { BundledLanguage, BundledTheme, Highlighter, bundledLanguages, bundledLanguagesAlias, bundledLanguagesBase, bundledLanguagesInfo, bundledThemes, bundledThemesInfo, codeToHast, codeToHtml, codeToTokens, codeToTokensBase, codeToTokensWithThemes, createHighlighter, getLastGrammarState, getSingletonHighlighter };
}
type Highlighter = HighlighterGeneric<BundledLanguage, BundledTheme>;
/**
* Initiate a highlighter instance and load the specified languages and themes.
* Later it can be used synchronously to highlight code.
*
* Importing this function will bundle all languages and themes.
* @see https://shiki.style/guide/bundles#shiki-bundle-full
*
* For granular control over the bundle, check:
* @see https://shiki.style/guide/bundles#fine-grained-bundle
*/
declare const createHighlighter: _shikijs_types0.CreateHighlighterFactory<BundledLanguage, BundledTheme>;
declare const codeToHtml: (code: string, options: _shikijs_types0.CodeToHastOptions<BundledLanguage, BundledTheme>) => Promise<string>, codeToHast: (code: string, options: _shikijs_types0.CodeToHastOptions<BundledLanguage, BundledTheme>) => Promise<hast.Root>, codeToTokens: (code: string, options: _shikijs_types0.CodeToTokensOptions<BundledLanguage, BundledTheme>) => Promise<_shikijs_types0.TokensResult>, codeToTokensBase: (code: string, options: _shikijs_types0.RequireKeys<_shikijs_types0.CodeToTokensBaseOptions<BundledLanguage, BundledTheme>, "theme" | "lang">) => Promise<_shikijs_types0.ThemedToken[][]>, codeToTokensWithThemes: (code: string, options: _shikijs_types0.RequireKeys<_shikijs_types0.CodeToTokensWithThemesOptions<BundledLanguage, BundledTheme>, "lang" | "themes">) => Promise<_shikijs_types0.ThemedTokenWithVariants[][]>, getSingletonHighlighter: (options?: Partial<_shikijs_types0.BundledHighlighterOptions<BundledLanguage, BundledTheme>> | undefined) => Promise<HighlighterGeneric<BundledLanguage, BundledTheme>>, getLastGrammarState: ((element: _shikijs_types0.ThemedToken[][] | hast.Root) => _shikijs_types0.GrammarState) | ((code: string, options: _shikijs_types0.CodeToTokensBaseOptions<BundledLanguage, BundledTheme>) => Promise<_shikijs_types0.GrammarState>);
//#endregion
export { BundledLanguage, BundledTheme, Highlighter, bundledLanguages, bundledLanguagesAlias, bundledLanguagesBase, bundledLanguagesInfo, bundledThemes, bundledThemesInfo, codeToHast, codeToHtml, codeToTokens, codeToTokensBase, codeToTokensWithThemes, createHighlighter, getLastGrammarState, getSingletonHighlighter, bundle_full_d_exports as t };

44
node_modules/shiki/dist/bundle-full.mjs generated vendored Normal file
View File

@@ -0,0 +1,44 @@
import { n as __reExport, t as __exportAll } from "./chunk-CtajNgzt.mjs";
import { t as engine_oniguruma_exports } from "./engine-oniguruma.mjs";
import { i as bundledLanguagesInfo, n as bundledLanguagesAlias, r as bundledLanguagesBase, t as bundledLanguages } from "./langs-bundle-full-DfKZStlK.mjs";
import { bundledThemes, bundledThemesInfo } from "./themes.mjs";
import { createBundledHighlighter, createSingletonShorthands, guessEmbeddedLanguages } from "@shikijs/core";
export * from "@shikijs/core"
//#region src/bundle-full.ts
var bundle_full_exports = /* @__PURE__ */ __exportAll({
bundledLanguages: () => bundledLanguages,
bundledLanguagesAlias: () => bundledLanguagesAlias,
bundledLanguagesBase: () => bundledLanguagesBase,
bundledLanguagesInfo: () => bundledLanguagesInfo,
bundledThemes: () => bundledThemes,
bundledThemesInfo: () => bundledThemesInfo,
codeToHast: () => codeToHast,
codeToHtml: () => codeToHtml,
codeToTokens: () => codeToTokens,
codeToTokensBase: () => codeToTokensBase,
codeToTokensWithThemes: () => codeToTokensWithThemes,
createHighlighter: () => createHighlighter,
getLastGrammarState: () => getLastGrammarState,
getSingletonHighlighter: () => getSingletonHighlighter
});
/**
* Initiate a highlighter instance and load the specified languages and themes.
* Later it can be used synchronously to highlight code.
*
* Importing this function will bundle all languages and themes.
* @see https://shiki.style/guide/bundles#shiki-bundle-full
*
* For granular control over the bundle, check:
* @see https://shiki.style/guide/bundles#fine-grained-bundle
*/
const createHighlighter = /* @__PURE__ */ createBundledHighlighter({
langs: bundledLanguages,
themes: bundledThemes,
engine: () => (0, engine_oniguruma_exports.createOnigurumaEngine)(import("shiki/wasm"))
});
const { codeToHtml, codeToHast, codeToTokens, codeToTokensBase, codeToTokensWithThemes, getSingletonHighlighter, getLastGrammarState } = /* @__PURE__ */ createSingletonShorthands(createHighlighter, { guessEmbeddedLanguages });
//#endregion
export { bundledLanguages, bundledLanguagesAlias, bundledLanguagesBase, bundledLanguagesInfo, bundledThemes, bundledThemesInfo, codeToHast, codeToHtml, codeToTokens, codeToTokensBase, codeToTokensWithThemes, createHighlighter, getLastGrammarState, getSingletonHighlighter, bundle_full_exports as t };

34
node_modules/shiki/dist/bundle-web.d.mts generated vendored Normal file
View File

@@ -0,0 +1,34 @@
import { BundledTheme, bundledThemes, bundledThemesInfo } from "./themes.mjs";
import * as _shikijs_types0 from "@shikijs/types";
import { BundledLanguageInfo, DynamicImportLanguageRegistration, HighlighterGeneric } from "@shikijs/types";
import * as hast from "hast";
export * from "@shikijs/core";
//#region src/langs-bundle-web.d.ts
declare const bundledLanguagesInfo: BundledLanguageInfo[];
declare const bundledLanguagesBase: {
[k: string]: DynamicImportLanguageRegistration;
};
declare const bundledLanguagesAlias: {
[k: string]: DynamicImportLanguageRegistration;
};
type BundledLanguage = 'angular-html' | 'angular-ts' | 'astro' | 'bash' | 'blade' | 'c' | 'c++' | 'cjs' | 'coffee' | 'coffeescript' | 'cpp' | 'css' | 'csv' | 'cts' | 'glsl' | 'gql' | 'graphql' | 'haml' | 'handlebars' | 'hbs' | 'html' | 'html-derivative' | 'http' | 'hurl' | 'imba' | 'jade' | 'java' | 'javascript' | 'jinja' | 'jison' | 'jl' | 'js' | 'json' | 'json5' | 'jsonc' | 'jsonl' | 'jsx' | 'julia' | 'less' | 'lit' | 'markdown' | 'marko' | 'md' | 'mdc' | 'mdx' | 'mjs' | 'mts' | 'php' | 'postcss' | 'pug' | 'py' | 'python' | 'r' | 'regex' | 'regexp' | 'sass' | 'scss' | 'sh' | 'shell' | 'shellscript' | 'sql' | 'styl' | 'stylus' | 'svelte' | 'ts' | 'ts-tags' | 'tsx' | 'typescript' | 'vue' | 'vue-html' | 'vue-vine' | 'wasm' | 'wgsl' | 'wit' | 'xml' | 'yaml' | 'yml' | 'zsh';
declare const bundledLanguages: Record<BundledLanguage, DynamicImportLanguageRegistration>;
declare namespace bundle_web_d_exports {
export { BundledLanguage, BundledTheme, Highlighter, bundledLanguages, bundledLanguagesAlias, bundledLanguagesBase, bundledLanguagesInfo, bundledThemes, bundledThemesInfo, codeToHast, codeToHtml, codeToTokens, codeToTokensBase, codeToTokensWithThemes, createHighlighter, getLastGrammarState, getSingletonHighlighter };
}
type Highlighter = HighlighterGeneric<BundledLanguage, BundledTheme>;
/**
* Initiate a highlighter instance and load the specified languages and themes.
* Later it can be used synchronously to highlight code.
*
* Importing this function will bundle all languages and themes.
* @see https://shiki.style/guide/bundles#shiki-bundle-web
*
* For granular control over the bundle, check:
* @see https://shiki.style/guide/bundles#fine-grained-bundle
*/
declare const createHighlighter: _shikijs_types0.CreateHighlighterFactory<BundledLanguage, BundledTheme>;
declare const codeToHtml: (code: string, options: _shikijs_types0.CodeToHastOptions<BundledLanguage, BundledTheme>) => Promise<string>, codeToHast: (code: string, options: _shikijs_types0.CodeToHastOptions<BundledLanguage, BundledTheme>) => Promise<hast.Root>, codeToTokensBase: (code: string, options: _shikijs_types0.RequireKeys<_shikijs_types0.CodeToTokensBaseOptions<BundledLanguage, BundledTheme>, "theme" | "lang">) => Promise<_shikijs_types0.ThemedToken[][]>, codeToTokens: (code: string, options: _shikijs_types0.CodeToTokensOptions<BundledLanguage, BundledTheme>) => Promise<_shikijs_types0.TokensResult>, codeToTokensWithThemes: (code: string, options: _shikijs_types0.RequireKeys<_shikijs_types0.CodeToTokensWithThemesOptions<BundledLanguage, BundledTheme>, "lang" | "themes">) => Promise<_shikijs_types0.ThemedTokenWithVariants[][]>, getSingletonHighlighter: (options?: Partial<_shikijs_types0.BundledHighlighterOptions<BundledLanguage, BundledTheme>> | undefined) => Promise<HighlighterGeneric<BundledLanguage, BundledTheme>>, getLastGrammarState: ((element: _shikijs_types0.ThemedToken[][] | hast.Root) => _shikijs_types0.GrammarState) | ((code: string, options: _shikijs_types0.CodeToTokensBaseOptions<BundledLanguage, BundledTheme>) => Promise<_shikijs_types0.GrammarState>);
//#endregion
export { BundledLanguage, BundledTheme, Highlighter, bundledLanguages, bundledLanguagesAlias, bundledLanguagesBase, bundledLanguagesInfo, bundledThemes, bundledThemesInfo, codeToHast, codeToHtml, codeToTokens, codeToTokensBase, codeToTokensWithThemes, createHighlighter, getLastGrammarState, getSingletonHighlighter };

362
node_modules/shiki/dist/bundle-web.mjs generated vendored Normal file
View File

@@ -0,0 +1,362 @@
import { n as __reExport, t as __exportAll } from "./chunk-CtajNgzt.mjs";
import { t as engine_oniguruma_exports } from "./engine-oniguruma.mjs";
import { bundledThemes, bundledThemesInfo } from "./themes.mjs";
import { createBundledHighlighter, createSingletonShorthands, guessEmbeddedLanguages } from "@shikijs/core";
export * from "@shikijs/core"
//#region src/langs-bundle-web.ts
const bundledLanguagesInfo = [
{
"id": "angular-html",
"name": "Angular HTML",
"import": (() => import("@shikijs/langs/angular-html"))
},
{
"id": "angular-ts",
"name": "Angular TypeScript",
"import": (() => import("@shikijs/langs/angular-ts"))
},
{
"id": "astro",
"name": "Astro",
"import": (() => import("@shikijs/langs/astro"))
},
{
"id": "blade",
"name": "Blade",
"import": (() => import("@shikijs/langs/blade"))
},
{
"id": "c",
"name": "C",
"import": (() => import("@shikijs/langs/c"))
},
{
"id": "coffee",
"name": "CoffeeScript",
"aliases": ["coffeescript"],
"import": (() => import("@shikijs/langs/coffee"))
},
{
"id": "cpp",
"name": "C++",
"aliases": ["c++"],
"import": (() => import("@shikijs/langs/cpp"))
},
{
"id": "css",
"name": "CSS",
"import": (() => import("@shikijs/langs/css"))
},
{
"id": "csv",
"name": "CSV",
"import": (() => import("@shikijs/langs/csv"))
},
{
"id": "glsl",
"name": "GLSL",
"import": (() => import("@shikijs/langs/glsl"))
},
{
"id": "graphql",
"name": "GraphQL",
"aliases": ["gql"],
"import": (() => import("@shikijs/langs/graphql"))
},
{
"id": "haml",
"name": "Ruby Haml",
"import": (() => import("@shikijs/langs/haml"))
},
{
"id": "handlebars",
"name": "Handlebars",
"aliases": ["hbs"],
"import": (() => import("@shikijs/langs/handlebars"))
},
{
"id": "html",
"name": "HTML",
"import": (() => import("@shikijs/langs/html"))
},
{
"id": "html-derivative",
"name": "HTML (Derivative)",
"import": (() => import("@shikijs/langs/html-derivative"))
},
{
"id": "http",
"name": "HTTP",
"import": (() => import("@shikijs/langs/http"))
},
{
"id": "hurl",
"name": "Hurl",
"import": (() => import("@shikijs/langs/hurl"))
},
{
"id": "imba",
"name": "Imba",
"import": (() => import("@shikijs/langs/imba"))
},
{
"id": "java",
"name": "Java",
"import": (() => import("@shikijs/langs/java"))
},
{
"id": "javascript",
"name": "JavaScript",
"aliases": [
"js",
"cjs",
"mjs"
],
"import": (() => import("@shikijs/langs/javascript"))
},
{
"id": "jinja",
"name": "Jinja",
"import": (() => import("@shikijs/langs/jinja"))
},
{
"id": "jison",
"name": "Jison",
"import": (() => import("@shikijs/langs/jison"))
},
{
"id": "json",
"name": "JSON",
"import": (() => import("@shikijs/langs/json"))
},
{
"id": "json5",
"name": "JSON5",
"import": (() => import("@shikijs/langs/json5"))
},
{
"id": "jsonc",
"name": "JSON with Comments",
"import": (() => import("@shikijs/langs/jsonc"))
},
{
"id": "jsonl",
"name": "JSON Lines",
"import": (() => import("@shikijs/langs/jsonl"))
},
{
"id": "jsx",
"name": "JSX",
"import": (() => import("@shikijs/langs/jsx"))
},
{
"id": "julia",
"name": "Julia",
"aliases": ["jl"],
"import": (() => import("@shikijs/langs/julia"))
},
{
"id": "less",
"name": "Less",
"import": (() => import("@shikijs/langs/less"))
},
{
"id": "markdown",
"name": "Markdown",
"aliases": ["md"],
"import": (() => import("@shikijs/langs/markdown"))
},
{
"id": "marko",
"name": "Marko",
"import": (() => import("@shikijs/langs/marko"))
},
{
"id": "mdc",
"name": "MDC",
"import": (() => import("@shikijs/langs/mdc"))
},
{
"id": "mdx",
"name": "MDX",
"import": (() => import("@shikijs/langs/mdx"))
},
{
"id": "php",
"name": "PHP",
"import": (() => import("@shikijs/langs/php"))
},
{
"id": "postcss",
"name": "PostCSS",
"import": (() => import("@shikijs/langs/postcss"))
},
{
"id": "pug",
"name": "Pug",
"aliases": ["jade"],
"import": (() => import("@shikijs/langs/pug"))
},
{
"id": "python",
"name": "Python",
"aliases": ["py"],
"import": (() => import("@shikijs/langs/python"))
},
{
"id": "r",
"name": "R",
"import": (() => import("@shikijs/langs/r"))
},
{
"id": "regexp",
"name": "RegExp",
"aliases": ["regex"],
"import": (() => import("@shikijs/langs/regexp"))
},
{
"id": "sass",
"name": "Sass",
"import": (() => import("@shikijs/langs/sass"))
},
{
"id": "scss",
"name": "SCSS",
"import": (() => import("@shikijs/langs/scss"))
},
{
"id": "shellscript",
"name": "Shell",
"aliases": [
"bash",
"sh",
"shell",
"zsh"
],
"import": (() => import("@shikijs/langs/shellscript"))
},
{
"id": "sql",
"name": "SQL",
"import": (() => import("@shikijs/langs/sql"))
},
{
"id": "stylus",
"name": "Stylus",
"aliases": ["styl"],
"import": (() => import("@shikijs/langs/stylus"))
},
{
"id": "svelte",
"name": "Svelte",
"import": (() => import("@shikijs/langs/svelte"))
},
{
"id": "ts-tags",
"name": "TypeScript with Tags",
"aliases": ["lit"],
"import": (() => import("@shikijs/langs/ts-tags"))
},
{
"id": "tsx",
"name": "TSX",
"import": (() => import("@shikijs/langs/tsx"))
},
{
"id": "typescript",
"name": "TypeScript",
"aliases": [
"ts",
"cts",
"mts"
],
"import": (() => import("@shikijs/langs/typescript"))
},
{
"id": "vue",
"name": "Vue",
"import": (() => import("@shikijs/langs/vue"))
},
{
"id": "vue-html",
"name": "Vue HTML",
"import": (() => import("@shikijs/langs/vue-html"))
},
{
"id": "vue-vine",
"name": "Vue Vine",
"import": (() => import("@shikijs/langs/vue-vine"))
},
{
"id": "wasm",
"name": "WebAssembly",
"import": (() => import("@shikijs/langs/wasm"))
},
{
"id": "wgsl",
"name": "WGSL",
"import": (() => import("@shikijs/langs/wgsl"))
},
{
"id": "wit",
"name": "WebAssembly Interface Types",
"import": (() => import("@shikijs/langs/wit"))
},
{
"id": "xml",
"name": "XML",
"import": (() => import("@shikijs/langs/xml"))
},
{
"id": "yaml",
"name": "YAML",
"aliases": ["yml"],
"import": (() => import("@shikijs/langs/yaml"))
}
];
const bundledLanguagesBase = Object.fromEntries(bundledLanguagesInfo.map((i) => [i.id, i.import]));
const bundledLanguagesAlias = Object.fromEntries(bundledLanguagesInfo.flatMap((i) => i.aliases?.map((a) => [a, i.import]) || []));
const bundledLanguages = {
...bundledLanguagesBase,
...bundledLanguagesAlias
};
//#endregion
//#region src/bundle-web.ts
var bundle_web_exports = /* @__PURE__ */ __exportAll({
bundledLanguages: () => bundledLanguages,
bundledLanguagesAlias: () => bundledLanguagesAlias,
bundledLanguagesBase: () => bundledLanguagesBase,
bundledLanguagesInfo: () => bundledLanguagesInfo,
bundledThemes: () => bundledThemes,
bundledThemesInfo: () => bundledThemesInfo,
codeToHast: () => codeToHast,
codeToHtml: () => codeToHtml,
codeToTokens: () => codeToTokens,
codeToTokensBase: () => codeToTokensBase,
codeToTokensWithThemes: () => codeToTokensWithThemes,
createHighlighter: () => createHighlighter,
getLastGrammarState: () => getLastGrammarState,
getSingletonHighlighter: () => getSingletonHighlighter
});
/**
* Initiate a highlighter instance and load the specified languages and themes.
* Later it can be used synchronously to highlight code.
*
* Importing this function will bundle all languages and themes.
* @see https://shiki.style/guide/bundles#shiki-bundle-web
*
* For granular control over the bundle, check:
* @see https://shiki.style/guide/bundles#fine-grained-bundle
*/
const createHighlighter = /* @__PURE__ */ createBundledHighlighter({
langs: bundledLanguages,
themes: bundledThemes,
engine: () => (0, engine_oniguruma_exports.createOnigurumaEngine)(import("shiki/wasm"))
});
const { codeToHtml, codeToHast, codeToTokensBase, codeToTokens, codeToTokensWithThemes, getSingletonHighlighter, getLastGrammarState } = /* @__PURE__ */ createSingletonShorthands(createHighlighter, { guessEmbeddedLanguages });
//#endregion
export { bundledLanguages, bundledLanguagesAlias, bundledLanguagesBase, bundledLanguagesInfo, bundledThemes, bundledThemesInfo, codeToHast, codeToHtml, codeToTokens, codeToTokensBase, codeToTokensWithThemes, createHighlighter, getLastGrammarState, getSingletonHighlighter };

36
node_modules/shiki/dist/chunk-CtajNgzt.mjs generated vendored Normal file
View File

@@ -0,0 +1,36 @@
//#region \0rolldown/runtime.js
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __exportAll = (all, no_symbols) => {
let target = {};
for (var name in all) {
__defProp(target, name, {
get: all[name],
enumerable: true
});
}
if (!no_symbols) {
__defProp(target, Symbol.toStringTag, { value: "Module" });
}
return target;
};
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
key = keys[i];
if (!__hasOwnProp.call(to, key) && key !== except) {
__defProp(to, key, {
get: ((k) => from[k]).bind(null, key),
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
});
}
}
}
return to;
};
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
//#endregion
export { __reExport as n, __exportAll as t };

1
node_modules/shiki/dist/core-unwasm.d.mts generated vendored Normal file
View File

@@ -0,0 +1 @@
export * from "@shikijs/core";

13
node_modules/shiki/dist/core-unwasm.mjs generated vendored Normal file
View File

@@ -0,0 +1,13 @@
import { setDefaultWasmLoader } from "@shikijs/engine-oniguruma";
export * from "@shikijs/core"
//#region src/core-unwasm.ts
/**
* In environments where WebAssembly can be treated as native ESM and https://github.com/unjs/unwasm,
* We add the wasm file as the dependency so users don't need to call `loadWasm` manually.
*/
setDefaultWasmLoader(() => import("shiki/wasm"));
//#endregion
export { };

1
node_modules/shiki/dist/core.d.mts generated vendored Normal file
View File

@@ -0,0 +1 @@
export * from "@shikijs/core";

5
node_modules/shiki/dist/core.mjs generated vendored Normal file
View File

@@ -0,0 +1,5 @@
import { n as __reExport, t as __exportAll } from "./chunk-CtajNgzt.mjs";
export * from "@shikijs/core"
export { };

1
node_modules/shiki/dist/engine-javascript.d.mts generated vendored Normal file
View File

@@ -0,0 +1 @@
export * from "@shikijs/engine-javascript";

3
node_modules/shiki/dist/engine-javascript.mjs generated vendored Normal file
View File

@@ -0,0 +1,3 @@
export * from "@shikijs/engine-javascript"
export { };

1
node_modules/shiki/dist/engine-oniguruma.d.mts generated vendored Normal file
View File

@@ -0,0 +1 @@
export * from "@shikijs/engine-oniguruma";

11
node_modules/shiki/dist/engine-oniguruma.mjs generated vendored Normal file
View File

@@ -0,0 +1,11 @@
import { n as __reExport, t as __exportAll } from "./chunk-CtajNgzt.mjs";
export * from "@shikijs/engine-oniguruma"
//#region src/engine-oniguruma.ts
var engine_oniguruma_exports = /* @__PURE__ */ __exportAll({});
import * as import__shikijs_engine_oniguruma from "@shikijs/engine-oniguruma";
__reExport(engine_oniguruma_exports, import__shikijs_engine_oniguruma);
//#endregion
export { engine_oniguruma_exports as t };

14
node_modules/shiki/dist/index.d.mts generated vendored Normal file
View File

@@ -0,0 +1,14 @@
import { a as bundledLanguagesInfo, i as bundledLanguagesBase, n as bundledLanguages, r as bundledLanguagesAlias, t as BundledLanguage } from "./langs-bundle-full-C-zczmvu.mjs";
import { BundledTheme, bundledThemes, bundledThemesInfo } from "./themes.mjs";
import { Highlighter, codeToHast, codeToHtml, codeToTokens, codeToTokensBase, codeToTokensWithThemes, createHighlighter, getLastGrammarState, getSingletonHighlighter, t as bundle_full_d_exports } from "./bundle-full.mjs";
import { BuiltinLanguage, BuiltinTheme } from "./types.mjs";
import { createOnigurumaEngine, loadWasm } from "@shikijs/engine-oniguruma";
import { createJavaScriptRegexEngine, defaultJavaScriptRegexConstructor } from "@shikijs/engine-javascript";
export * from "@shikijs/core";
//#region src/index.d.ts
declare namespace index_d_exports {
export { BuiltinLanguage, BuiltinTheme, BundledLanguage, BundledTheme, Highlighter, bundledLanguages, bundledLanguagesAlias, bundledLanguagesBase, bundledLanguagesInfo, bundledThemes, bundledThemesInfo, codeToHast, codeToHtml, codeToTokens, codeToTokensBase, codeToTokensWithThemes, createHighlighter, createJavaScriptRegexEngine, createOnigurumaEngine, defaultJavaScriptRegexConstructor, getLastGrammarState, getSingletonHighlighter, loadWasm };
}
//#endregion
export { type BuiltinLanguage, type BuiltinTheme, BundledLanguage, BundledTheme, Highlighter, bundledLanguages, bundledLanguagesAlias, bundledLanguagesBase, bundledLanguagesInfo, bundledThemes, bundledThemesInfo, codeToHast, codeToHtml, codeToTokens, codeToTokensBase, codeToTokensWithThemes, createHighlighter, createJavaScriptRegexEngine, createOnigurumaEngine, defaultJavaScriptRegexConstructor, getLastGrammarState, getSingletonHighlighter, loadWasm };

34
node_modules/shiki/dist/index.mjs generated vendored Normal file
View File

@@ -0,0 +1,34 @@
import { n as __reExport, t as __exportAll } from "./chunk-CtajNgzt.mjs";
import { i as bundledLanguagesInfo, n as bundledLanguagesAlias, r as bundledLanguagesBase, t as bundledLanguages } from "./langs-bundle-full-DfKZStlK.mjs";
import { bundledThemes, bundledThemesInfo } from "./themes.mjs";
import { codeToHast, codeToHtml, codeToTokens, codeToTokensBase, codeToTokensWithThemes, createHighlighter, getLastGrammarState, getSingletonHighlighter, t as bundle_full_exports } from "./bundle-full.mjs";
import { createOnigurumaEngine, loadWasm } from "@shikijs/engine-oniguruma";
import { createJavaScriptRegexEngine, defaultJavaScriptRegexConstructor } from "@shikijs/engine-javascript";
export * from "@shikijs/core"
//#region src/index.ts
var src_exports = /* @__PURE__ */ __exportAll({
bundledLanguages: () => bundledLanguages,
bundledLanguagesAlias: () => bundledLanguagesAlias,
bundledLanguagesBase: () => bundledLanguagesBase,
bundledLanguagesInfo: () => bundledLanguagesInfo,
bundledThemes: () => bundledThemes,
bundledThemesInfo: () => bundledThemesInfo,
codeToHast: () => codeToHast,
codeToHtml: () => codeToHtml,
codeToTokens: () => codeToTokens,
codeToTokensBase: () => codeToTokensBase,
codeToTokensWithThemes: () => codeToTokensWithThemes,
createHighlighter: () => createHighlighter,
createJavaScriptRegexEngine: () => createJavaScriptRegexEngine,
createOnigurumaEngine: () => createOnigurumaEngine,
defaultJavaScriptRegexConstructor: () => defaultJavaScriptRegexConstructor,
getLastGrammarState: () => getLastGrammarState,
getSingletonHighlighter: () => getSingletonHighlighter,
loadWasm: () => loadWasm
});
__reExport(src_exports, bundle_full_exports);
//#endregion
export { bundledLanguages, bundledLanguagesAlias, bundledLanguagesBase, bundledLanguagesInfo, bundledThemes, bundledThemesInfo, codeToHast, codeToHtml, codeToTokens, codeToTokensBase, codeToTokensWithThemes, createHighlighter, createJavaScriptRegexEngine, createOnigurumaEngine, defaultJavaScriptRegexConstructor, getLastGrammarState, getSingletonHighlighter, loadWasm };

View File

@@ -0,0 +1,14 @@
import { BundledLanguageInfo, DynamicImportLanguageRegistration } from "@shikijs/types";
//#region src/langs-bundle-full.d.ts
declare const bundledLanguagesInfo: BundledLanguageInfo[];
declare const bundledLanguagesBase: {
[k: string]: DynamicImportLanguageRegistration;
};
declare const bundledLanguagesAlias: {
[k: string]: DynamicImportLanguageRegistration;
};
type BundledLanguage = '1c' | '1c-query' | 'abap' | 'actionscript-3' | 'ada' | 'adoc' | 'angular-html' | 'angular-ts' | 'apache' | 'apex' | 'apl' | 'applescript' | 'ara' | 'asciidoc' | 'asm' | 'astro' | 'awk' | 'ballerina' | 'bash' | 'bat' | 'batch' | 'be' | 'beancount' | 'berry' | 'bibtex' | 'bicep' | 'bird' | 'bird2' | 'blade' | 'bsl' | 'c' | 'c#' | 'c++' | 'c3' | 'cadence' | 'cairo' | 'cdc' | 'cjs' | 'clarity' | 'clj' | 'clojure' | 'closure-templates' | 'cmake' | 'cmd' | 'cobol' | 'codeowners' | 'codeql' | 'coffee' | 'coffeescript' | 'common-lisp' | 'console' | 'coq' | 'cpp' | 'cql' | 'crystal' | 'cs' | 'csharp' | 'css' | 'csv' | 'cts' | 'cue' | 'cypher' | 'd' | 'dart' | 'dax' | 'desktop' | 'diff' | 'docker' | 'dockerfile' | 'dotenv' | 'dream-maker' | 'edge' | 'elisp' | 'elixir' | 'elm' | 'emacs-lisp' | 'erb' | 'erl' | 'erlang' | 'f' | 'f#' | 'f03' | 'f08' | 'f18' | 'f77' | 'f90' | 'f95' | 'fennel' | 'fish' | 'fluent' | 'for' | 'fortran-fixed-form' | 'fortran-free-form' | 'fs' | 'fsharp' | 'fsl' | 'ftl' | 'gd' | 'gdresource' | 'gdscript' | 'gdshader' | 'genie' | 'gherkin' | 'git-commit' | 'git-rebase' | 'gjs' | 'gleam' | 'glimmer-js' | 'glimmer-ts' | 'glsl' | 'gn' | 'gnuplot' | 'go' | 'gql' | 'graphql' | 'groovy' | 'gts' | 'hack' | 'haml' | 'handlebars' | 'haskell' | 'haxe' | 'hbs' | 'hcl' | 'hjson' | 'hlsl' | 'hs' | 'html' | 'html-derivative' | 'http' | 'hurl' | 'hxml' | 'hy' | 'imba' | 'ini' | 'jade' | 'java' | 'javascript' | 'jinja' | 'jison' | 'jl' | 'js' | 'json' | 'json5' | 'jsonc' | 'jsonl' | 'jsonnet' | 'jssm' | 'jsx' | 'julia' | 'just' | 'kdl' | 'kotlin' | 'kql' | 'kt' | 'kts' | 'kusto' | 'latex' | 'lean' | 'lean4' | 'less' | 'liquid' | 'lisp' | 'lit' | 'llvm' | 'log' | 'logo' | 'lua' | 'luau' | 'make' | 'makefile' | 'markdown' | 'marko' | 'matlab' | 'mbt' | 'mbti' | 'md' | 'mdc' | 'mdx' | 'mediawiki' | 'mermaid' | 'mips' | 'mipsasm' | 'mjs' | 'mmd' | 'mojo' | 'moonbit' | 'move' | 'mts' | 'nar' | 'narrat' | 'nextflow' | 'nextflow-groovy' | 'nf' | 'nginx' | 'nim' | 'nix' | 'nu' | 'nushell' | 'objc' | 'objective-c' | 'objective-cpp' | 'ocaml' | 'odin' | 'openscad' | 'pascal' | 'perl' | 'perl6' | 'php' | 'pkl' | 'plsql' | 'po' | 'polar' | 'postcss' | 'pot' | 'potx' | 'powerquery' | 'powershell' | 'prisma' | 'prolog' | 'properties' | 'proto' | 'protobuf' | 'ps' | 'ps1' | 'pug' | 'puppet' | 'purescript' | 'py' | 'python' | 'ql' | 'qml' | 'qmldir' | 'qss' | 'r' | 'racket' | 'raku' | 'razor' | 'rb' | 'reg' | 'regex' | 'regexp' | 'rel' | 'riscv' | 'ron' | 'rosmsg' | 'rs' | 'rst' | 'ruby' | 'rust' | 'sas' | 'sass' | 'scad' | 'scala' | 'scheme' | 'scss' | 'sdbl' | 'sh' | 'shader' | 'shaderlab' | 'shell' | 'shellscript' | 'shellsession' | 'smalltalk' | 'solidity' | 'soy' | 'sparql' | 'spl' | 'splunk' | 'sql' | 'ssh-config' | 'stata' | 'styl' | 'stylus' | 'surql' | 'surrealql' | 'svelte' | 'swift' | 'system-verilog' | 'systemd' | 'talon' | 'talonscript' | 'tasl' | 'tcl' | 'templ' | 'terraform' | 'tex' | 'tf' | 'tfvars' | 'toml' | 'tres' | 'ts' | 'ts-tags' | 'tscn' | 'tsp' | 'tsv' | 'tsx' | 'turtle' | 'twig' | 'typ' | 'typescript' | 'typespec' | 'typst' | 'v' | 'vala' | 'vb' | 'verilog' | 'vhdl' | 'vim' | 'viml' | 'vimscript' | 'vue' | 'vue-html' | 'vue-vine' | 'vy' | 'vyper' | 'wasm' | 'wenyan' | 'wgsl' | 'wiki' | 'wikitext' | 'wit' | 'wl' | 'wolfram' | 'xml' | 'xsl' | 'yaml' | 'yml' | 'zenscript' | 'zig' | 'zsh' | '文言';
declare const bundledLanguages: Record<BundledLanguage, DynamicImportLanguageRegistration>;
//#endregion
export { bundledLanguagesInfo as a, bundledLanguagesBase as i, bundledLanguages as n, bundledLanguagesAlias as r, BundledLanguage as t };

1284
node_modules/shiki/dist/langs-bundle-full-DfKZStlK.mjs generated vendored Normal file

File diff suppressed because it is too large Load Diff

2
node_modules/shiki/dist/langs.d.mts generated vendored Normal file
View File

@@ -0,0 +1,2 @@
import { a as bundledLanguagesInfo, i as bundledLanguagesBase, n as bundledLanguages, r as bundledLanguagesAlias, t as BundledLanguage } from "./langs-bundle-full-C-zczmvu.mjs";
export { BundledLanguage, bundledLanguages, bundledLanguagesAlias, bundledLanguagesBase, bundledLanguagesInfo };

3
node_modules/shiki/dist/langs.mjs generated vendored Normal file
View File

@@ -0,0 +1,3 @@
import { i as bundledLanguagesInfo, n as bundledLanguagesAlias, r as bundledLanguagesBase, t as bundledLanguages } from "./langs-bundle-full-DfKZStlK.mjs";
export { bundledLanguages, bundledLanguagesAlias, bundledLanguagesBase, bundledLanguagesInfo };

1
node_modules/shiki/dist/langs/1c-query.d.mts generated vendored Normal file
View File

@@ -0,0 +1 @@
import { LanguageRegistration } from '@shikijs/core';declare const reg: LanguageRegistration[];export default reg

1
node_modules/shiki/dist/langs/1c-query.mjs generated vendored Normal file
View File

@@ -0,0 +1 @@
export { default } from '@shikijs/langs/1c-query'

1
node_modules/shiki/dist/langs/1c.d.mts generated vendored Normal file
View File

@@ -0,0 +1 @@
import { LanguageRegistration } from '@shikijs/core';declare const reg: LanguageRegistration[];export default reg

1
node_modules/shiki/dist/langs/1c.mjs generated vendored Normal file
View File

@@ -0,0 +1 @@
export { default } from '@shikijs/langs/1c'

1
node_modules/shiki/dist/langs/abap.d.mts generated vendored Normal file
View File

@@ -0,0 +1 @@
import { LanguageRegistration } from '@shikijs/core';declare const reg: LanguageRegistration[];export default reg

1
node_modules/shiki/dist/langs/abap.mjs generated vendored Normal file
View File

@@ -0,0 +1 @@
export { default } from '@shikijs/langs/abap'

1
node_modules/shiki/dist/langs/actionscript-3.d.mts generated vendored Normal file
View File

@@ -0,0 +1 @@
import { LanguageRegistration } from '@shikijs/core';declare const reg: LanguageRegistration[];export default reg

1
node_modules/shiki/dist/langs/actionscript-3.mjs generated vendored Normal file
View File

@@ -0,0 +1 @@
export { default } from '@shikijs/langs/actionscript-3'

1
node_modules/shiki/dist/langs/ada.d.mts generated vendored Normal file
View File

@@ -0,0 +1 @@
import { LanguageRegistration } from '@shikijs/core';declare const reg: LanguageRegistration[];export default reg

1
node_modules/shiki/dist/langs/ada.mjs generated vendored Normal file
View File

@@ -0,0 +1 @@
export { default } from '@shikijs/langs/ada'

1
node_modules/shiki/dist/langs/adoc.d.mts generated vendored Normal file
View File

@@ -0,0 +1 @@
import { LanguageRegistration } from '@shikijs/core';declare const reg: LanguageRegistration[];export default reg

1
node_modules/shiki/dist/langs/adoc.mjs generated vendored Normal file
View File

@@ -0,0 +1 @@
export { default } from '@shikijs/langs/adoc'

View File

@@ -0,0 +1 @@
import { LanguageRegistration } from '@shikijs/core';declare const reg: LanguageRegistration[];export default reg

1
node_modules/shiki/dist/langs/angular-expression.mjs generated vendored Normal file
View File

@@ -0,0 +1 @@
export { default } from '@shikijs/langs/angular-expression'

1
node_modules/shiki/dist/langs/angular-html.d.mts generated vendored Normal file
View File

@@ -0,0 +1 @@
import { LanguageRegistration } from '@shikijs/core';declare const reg: LanguageRegistration[];export default reg

1
node_modules/shiki/dist/langs/angular-html.mjs generated vendored Normal file
View File

@@ -0,0 +1 @@
export { default } from '@shikijs/langs/angular-html'

View File

@@ -0,0 +1 @@
import { LanguageRegistration } from '@shikijs/core';declare const reg: LanguageRegistration[];export default reg

View File

@@ -0,0 +1 @@
export { default } from '@shikijs/langs/angular-inline-style'

View File

@@ -0,0 +1 @@
import { LanguageRegistration } from '@shikijs/core';declare const reg: LanguageRegistration[];export default reg

View File

@@ -0,0 +1 @@
export { default } from '@shikijs/langs/angular-inline-template'

View File

@@ -0,0 +1 @@
import { LanguageRegistration } from '@shikijs/core';declare const reg: LanguageRegistration[];export default reg

View File

@@ -0,0 +1 @@
export { default } from '@shikijs/langs/angular-let-declaration'

View File

@@ -0,0 +1 @@
import { LanguageRegistration } from '@shikijs/core';declare const reg: LanguageRegistration[];export default reg

View File

@@ -0,0 +1 @@
export { default } from '@shikijs/langs/angular-template-blocks'

1
node_modules/shiki/dist/langs/angular-template.d.mts generated vendored Normal file
View File

@@ -0,0 +1 @@
import { LanguageRegistration } from '@shikijs/core';declare const reg: LanguageRegistration[];export default reg

1
node_modules/shiki/dist/langs/angular-template.mjs generated vendored Normal file
View File

@@ -0,0 +1 @@
export { default } from '@shikijs/langs/angular-template'

1
node_modules/shiki/dist/langs/angular-ts.d.mts generated vendored Normal file
View File

@@ -0,0 +1 @@
import { LanguageRegistration } from '@shikijs/core';declare const reg: LanguageRegistration[];export default reg

1
node_modules/shiki/dist/langs/angular-ts.mjs generated vendored Normal file
View File

@@ -0,0 +1 @@
export { default } from '@shikijs/langs/angular-ts'

1
node_modules/shiki/dist/langs/apache.d.mts generated vendored Normal file
View File

@@ -0,0 +1 @@
import { LanguageRegistration } from '@shikijs/core';declare const reg: LanguageRegistration[];export default reg

1
node_modules/shiki/dist/langs/apache.mjs generated vendored Normal file
View File

@@ -0,0 +1 @@
export { default } from '@shikijs/langs/apache'

1
node_modules/shiki/dist/langs/apex.d.mts generated vendored Normal file
View File

@@ -0,0 +1 @@
import { LanguageRegistration } from '@shikijs/core';declare const reg: LanguageRegistration[];export default reg

1
node_modules/shiki/dist/langs/apex.mjs generated vendored Normal file
View File

@@ -0,0 +1 @@
export { default } from '@shikijs/langs/apex'

1
node_modules/shiki/dist/langs/apl.d.mts generated vendored Normal file
View File

@@ -0,0 +1 @@
import { LanguageRegistration } from '@shikijs/core';declare const reg: LanguageRegistration[];export default reg

1
node_modules/shiki/dist/langs/apl.mjs generated vendored Normal file
View File

@@ -0,0 +1 @@
export { default } from '@shikijs/langs/apl'

1
node_modules/shiki/dist/langs/applescript.d.mts generated vendored Normal file
View File

@@ -0,0 +1 @@
import { LanguageRegistration } from '@shikijs/core';declare const reg: LanguageRegistration[];export default reg

1
node_modules/shiki/dist/langs/applescript.mjs generated vendored Normal file
View File

@@ -0,0 +1 @@
export { default } from '@shikijs/langs/applescript'

1
node_modules/shiki/dist/langs/ara.d.mts generated vendored Normal file
View File

@@ -0,0 +1 @@
import { LanguageRegistration } from '@shikijs/core';declare const reg: LanguageRegistration[];export default reg

1
node_modules/shiki/dist/langs/ara.mjs generated vendored Normal file
View File

@@ -0,0 +1 @@
export { default } from '@shikijs/langs/ara'

1
node_modules/shiki/dist/langs/asciidoc.d.mts generated vendored Normal file
View File

@@ -0,0 +1 @@
import { LanguageRegistration } from '@shikijs/core';declare const reg: LanguageRegistration[];export default reg

1
node_modules/shiki/dist/langs/asciidoc.mjs generated vendored Normal file
View File

@@ -0,0 +1 @@
export { default } from '@shikijs/langs/asciidoc'

1
node_modules/shiki/dist/langs/asm.d.mts generated vendored Normal file
View File

@@ -0,0 +1 @@
import { LanguageRegistration } from '@shikijs/core';declare const reg: LanguageRegistration[];export default reg

1
node_modules/shiki/dist/langs/asm.mjs generated vendored Normal file
View File

@@ -0,0 +1 @@
export { default } from '@shikijs/langs/asm'

1
node_modules/shiki/dist/langs/astro.d.mts generated vendored Normal file
View File

@@ -0,0 +1 @@
import { LanguageRegistration } from '@shikijs/core';declare const reg: LanguageRegistration[];export default reg

1
node_modules/shiki/dist/langs/astro.mjs generated vendored Normal file
View File

@@ -0,0 +1 @@
export { default } from '@shikijs/langs/astro'

1
node_modules/shiki/dist/langs/awk.d.mts generated vendored Normal file
View File

@@ -0,0 +1 @@
import { LanguageRegistration } from '@shikijs/core';declare const reg: LanguageRegistration[];export default reg

1
node_modules/shiki/dist/langs/awk.mjs generated vendored Normal file
View File

@@ -0,0 +1 @@
export { default } from '@shikijs/langs/awk'

1
node_modules/shiki/dist/langs/ballerina.d.mts generated vendored Normal file
View File

@@ -0,0 +1 @@
import { LanguageRegistration } from '@shikijs/core';declare const reg: LanguageRegistration[];export default reg

1
node_modules/shiki/dist/langs/ballerina.mjs generated vendored Normal file
View File

@@ -0,0 +1 @@
export { default } from '@shikijs/langs/ballerina'

1
node_modules/shiki/dist/langs/bash.d.mts generated vendored Normal file
View File

@@ -0,0 +1 @@
import { LanguageRegistration } from '@shikijs/core';declare const reg: LanguageRegistration[];export default reg

1
node_modules/shiki/dist/langs/bash.mjs generated vendored Normal file
View File

@@ -0,0 +1 @@
export { default } from '@shikijs/langs/bash'

1
node_modules/shiki/dist/langs/bat.d.mts generated vendored Normal file
View File

@@ -0,0 +1 @@
import { LanguageRegistration } from '@shikijs/core';declare const reg: LanguageRegistration[];export default reg

1
node_modules/shiki/dist/langs/bat.mjs generated vendored Normal file
View File

@@ -0,0 +1 @@
export { default } from '@shikijs/langs/bat'

1
node_modules/shiki/dist/langs/batch.d.mts generated vendored Normal file
View File

@@ -0,0 +1 @@
import { LanguageRegistration } from '@shikijs/core';declare const reg: LanguageRegistration[];export default reg

1
node_modules/shiki/dist/langs/batch.mjs generated vendored Normal file
View File

@@ -0,0 +1 @@
export { default } from '@shikijs/langs/batch'

1
node_modules/shiki/dist/langs/be.d.mts generated vendored Normal file
View File

@@ -0,0 +1 @@
import { LanguageRegistration } from '@shikijs/core';declare const reg: LanguageRegistration[];export default reg

1
node_modules/shiki/dist/langs/be.mjs generated vendored Normal file
View File

@@ -0,0 +1 @@
export { default } from '@shikijs/langs/be'

1
node_modules/shiki/dist/langs/beancount.d.mts generated vendored Normal file
View File

@@ -0,0 +1 @@
import { LanguageRegistration } from '@shikijs/core';declare const reg: LanguageRegistration[];export default reg

1
node_modules/shiki/dist/langs/beancount.mjs generated vendored Normal file
View File

@@ -0,0 +1 @@
export { default } from '@shikijs/langs/beancount'

1
node_modules/shiki/dist/langs/berry.d.mts generated vendored Normal file
View File

@@ -0,0 +1 @@
import { LanguageRegistration } from '@shikijs/core';declare const reg: LanguageRegistration[];export default reg

1
node_modules/shiki/dist/langs/berry.mjs generated vendored Normal file
View File

@@ -0,0 +1 @@
export { default } from '@shikijs/langs/berry'

1
node_modules/shiki/dist/langs/bibtex.d.mts generated vendored Normal file
View File

@@ -0,0 +1 @@
import { LanguageRegistration } from '@shikijs/core';declare const reg: LanguageRegistration[];export default reg

1
node_modules/shiki/dist/langs/bibtex.mjs generated vendored Normal file
View File

@@ -0,0 +1 @@
export { default } from '@shikijs/langs/bibtex'

1
node_modules/shiki/dist/langs/bicep.d.mts generated vendored Normal file
View File

@@ -0,0 +1 @@
import { LanguageRegistration } from '@shikijs/core';declare const reg: LanguageRegistration[];export default reg

1
node_modules/shiki/dist/langs/bicep.mjs generated vendored Normal file
View File

@@ -0,0 +1 @@
export { default } from '@shikijs/langs/bicep'

1
node_modules/shiki/dist/langs/bird.d.mts generated vendored Normal file
View File

@@ -0,0 +1 @@
import { LanguageRegistration } from '@shikijs/core';declare const reg: LanguageRegistration[];export default reg

1
node_modules/shiki/dist/langs/bird.mjs generated vendored Normal file
View File

@@ -0,0 +1 @@
export { default } from '@shikijs/langs/bird'

1
node_modules/shiki/dist/langs/bird2.d.mts generated vendored Normal file
View File

@@ -0,0 +1 @@
import { LanguageRegistration } from '@shikijs/core';declare const reg: LanguageRegistration[];export default reg

1
node_modules/shiki/dist/langs/bird2.mjs generated vendored Normal file
View File

@@ -0,0 +1 @@
export { default } from '@shikijs/langs/bird2'

1
node_modules/shiki/dist/langs/blade.d.mts generated vendored Normal file
View File

@@ -0,0 +1 @@
import { LanguageRegistration } from '@shikijs/core';declare const reg: LanguageRegistration[];export default reg

1
node_modules/shiki/dist/langs/blade.mjs generated vendored Normal file
View File

@@ -0,0 +1 @@
export { default } from '@shikijs/langs/blade'

1
node_modules/shiki/dist/langs/bsl.d.mts generated vendored Normal file
View File

@@ -0,0 +1 @@
import { LanguageRegistration } from '@shikijs/core';declare const reg: LanguageRegistration[];export default reg

1
node_modules/shiki/dist/langs/bsl.mjs generated vendored Normal file
View File

@@ -0,0 +1 @@
export { default } from '@shikijs/langs/bsl'

1
node_modules/shiki/dist/langs/c.d.mts generated vendored Normal file
View File

@@ -0,0 +1 @@
import { LanguageRegistration } from '@shikijs/core';declare const reg: LanguageRegistration[];export default reg

1
node_modules/shiki/dist/langs/c.mjs generated vendored Normal file
View File

@@ -0,0 +1 @@
export { default } from '@shikijs/langs/c'

1
node_modules/shiki/dist/langs/c3.d.mts generated vendored Normal file
View File

@@ -0,0 +1 @@
import { LanguageRegistration } from '@shikijs/core';declare const reg: LanguageRegistration[];export default reg

1
node_modules/shiki/dist/langs/c3.mjs generated vendored Normal file
View File

@@ -0,0 +1 @@
export { default } from '@shikijs/langs/c3'

1
node_modules/shiki/dist/langs/cadence.d.mts generated vendored Normal file
View File

@@ -0,0 +1 @@
import { LanguageRegistration } from '@shikijs/core';declare const reg: LanguageRegistration[];export default reg

1
node_modules/shiki/dist/langs/cadence.mjs generated vendored Normal file
View File

@@ -0,0 +1 @@
export { default } from '@shikijs/langs/cadence'

1
node_modules/shiki/dist/langs/cairo.d.mts generated vendored Normal file
View File

@@ -0,0 +1 @@
import { LanguageRegistration } from '@shikijs/core';declare const reg: LanguageRegistration[];export default reg

Some files were not shown because too many files have changed in this diff Show More