Initial commit

This commit is contained in:
jiapengyu
2026-07-27 13:37:48 +08:00
commit ecba71e2a5
39123 changed files with 5989154 additions and 0 deletions
@@ -0,0 +1,5 @@
export declare function normalizeAppManifestJson(userManifestJson: Record<string, any>, pagesJson: UniApp.PagesJson): Record<string, any>;
export * from './env';
export { APP_CONFUSION_FILENAME, isConfusionFile, hasConfusionFile, } from './confusion';
export { getNVueCompiler, getNVueStyleCompiler, getNVueFlexDirection, } from './nvue';
export { parseArguments } from './arguments';