{"version":3,"file":"ModuleInfoMiddleware.cjs","sources":["../../../../../packages/engine-http/src/common/ModuleInfoMiddleware.ts"],"sourcesContent":["import { KoaMiddleware } from '../application'\n\nexport interface ModuleInfoMiddlewareState {\n\tmodule: string\n}\n\nexport const createModuleInfoMiddleware = (module: string): KoaMiddleware<ModuleInfoMiddlewareState> => {\n\treturn (ctx, next) => {\n\t\tctx.state.module = module\n\t\treturn next()\n\t}\n}\n"],"names":["module"],"mappings":";;AAMa,MAAA,6BAA6B,CAACA,YAA6D;AAChG,SAAA,CAAC,KAAK,SAAS;AACrB,QAAI,MAAM,SAASA;AACnB,WAAO,KAAK;AAAA,EACb;AACD;;"}