前端初始化

This commit is contained in:
“hsc”
2026-08-21 15:36:24 +08:00
commit e4d8ecde13
14411 changed files with 2275932 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
require("../_virtual/_rolldown/runtime.js");
let _vue_shared = require("@vue/shared");
//#region ../../packages/utils/strings.ts
const kebabCase = _vue_shared.hyphenate;
/**
* fork from {@link https://github.com/sindresorhus/escape-string-regexp}
*/
const escapeStringRegexp = (string = "") => string.replace(/[|\\{}()[\]^$+*?.]/g, "\\$&").replace(/-/g, "\\x2d");
const capitalize = (str) => (0, _vue_shared.capitalize)(str);
//#endregion
exports.camelize = _vue_shared.camelize;
exports.capitalize = capitalize;
exports.escapeStringRegexp = escapeStringRegexp;
exports.hyphenate = _vue_shared.hyphenate;
exports.kebabCase = kebabCase;
//# sourceMappingURL=strings.js.map