first commit

This commit is contained in:
2026-09-08 20:28:54 +08:00
commit 2ada8d3d5a
37380 changed files with 4886169 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
"use strict";function init(e){const t=[{name:"debugger",path:require.resolve("@hap-toolkit/debugger/lib/router")},{name:"packager",path:require.resolve("@hap-toolkit/packager/lib/router")},{name:"preview",path:require.resolve("../preview/index.js")}],o=e.options.moduleList;t.filter(e=>!o.length||o.indexOf(e.name)>=0).forEach(e=>{const t={name:e.name,path:e.path,hash:require(e.path)};moduler.moduleList.push(t),moduler.moduleHash[t.name]=t})}function contains(e){return!!moduler.moduleHash[e]}Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=void 0;const moduler={moduleList:[],moduleHash:{},init:init,contains:contains};var _default=moduler;exports.default=_default;
//# sourceMappingURL=modules.js.map