phecda-server 7.0.0-alpha.11 → 7.0.0-alpha.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. package/assets/schema.json +11 -2
  2. package/bin/cli.mjs +62 -9
  3. package/dist/{chunk-G7JFKM2M.js → chunk-IJFIY6QN.js} +1 -9
  4. package/dist/{chunk-Z7NAAE4M.mjs → chunk-VX4BZEL7.mjs} +0 -8
  5. package/dist/{core-CUTbX_IS.d.ts → core-CDzIy2g0.d.ts} +1 -1
  6. package/dist/{core-DIfgUKIU.d.mts → core-jUg1HvYT.d.mts} +1 -1
  7. package/dist/helper.d.mts +2 -4
  8. package/dist/helper.d.ts +2 -4
  9. package/dist/helper.js +2 -4
  10. package/dist/helper.mjs +1 -3
  11. package/dist/http/elysia/index.d.mts +3 -3
  12. package/dist/http/elysia/index.d.ts +3 -3
  13. package/dist/http/elysia/index.js +18 -17
  14. package/dist/http/elysia/index.mjs +2 -1
  15. package/dist/http/express/index.d.mts +3 -3
  16. package/dist/http/express/index.d.ts +3 -3
  17. package/dist/http/express/index.js +17 -16
  18. package/dist/http/express/index.mjs +2 -1
  19. package/dist/http/fastify/index.d.mts +3 -3
  20. package/dist/http/fastify/index.d.ts +3 -3
  21. package/dist/http/fastify/index.js +17 -16
  22. package/dist/http/fastify/index.mjs +2 -1
  23. package/dist/http/h3/index.d.mts +3 -3
  24. package/dist/http/h3/index.d.ts +3 -3
  25. package/dist/http/h3/index.js +18 -17
  26. package/dist/http/h3/index.mjs +2 -1
  27. package/dist/http/hono/index.d.mts +3 -3
  28. package/dist/http/hono/index.d.ts +3 -3
  29. package/dist/http/hono/index.js +15 -14
  30. package/dist/http/hono/index.mjs +2 -1
  31. package/dist/http/hyper-express/index.d.mts +3 -3
  32. package/dist/http/hyper-express/index.d.ts +3 -3
  33. package/dist/http/hyper-express/index.js +16 -15
  34. package/dist/http/hyper-express/index.mjs +2 -1
  35. package/dist/http/koa/index.d.mts +3 -3
  36. package/dist/http/koa/index.d.ts +3 -3
  37. package/dist/http/koa/index.js +17 -16
  38. package/dist/http/koa/index.mjs +2 -1
  39. package/dist/index.d.mts +8 -8
  40. package/dist/index.d.ts +8 -8
  41. package/dist/index.js +19 -19
  42. package/dist/index.mjs +1 -1
  43. package/dist/{meta-CR-D39hQ.d.mts → meta-xvg6V7pH.d.mts} +2 -19
  44. package/dist/{meta-CR-D39hQ.d.ts → meta-xvg6V7pH.d.ts} +2 -19
  45. package/dist/rpc/bullmq/index.d.mts +4 -6
  46. package/dist/rpc/bullmq/index.d.ts +4 -6
  47. package/dist/rpc/bullmq/index.js +7 -75
  48. package/dist/rpc/bullmq/index.mjs +3 -71
  49. package/dist/rpc/electron/index.d.mts +13 -0
  50. package/dist/rpc/electron/index.d.ts +13 -0
  51. package/dist/rpc/electron/index.js +72 -0
  52. package/dist/rpc/electron/index.mjs +72 -0
  53. package/dist/rpc/kafka/index.d.mts +4 -9
  54. package/dist/rpc/kafka/index.d.ts +4 -9
  55. package/dist/rpc/kafka/index.js +7 -86
  56. package/dist/rpc/kafka/index.mjs +3 -82
  57. package/dist/rpc/nats/index.d.mts +4 -6
  58. package/dist/rpc/nats/index.d.ts +4 -6
  59. package/dist/rpc/nats/index.js +7 -67
  60. package/dist/rpc/nats/index.mjs +2 -62
  61. package/dist/rpc/rabbitmq/index.d.mts +4 -6
  62. package/dist/rpc/rabbitmq/index.d.ts +4 -6
  63. package/dist/rpc/rabbitmq/index.js +7 -73
  64. package/dist/rpc/rabbitmq/index.mjs +3 -69
  65. package/dist/rpc/redis/index.d.mts +4 -9
  66. package/dist/rpc/redis/index.d.ts +4 -9
  67. package/dist/rpc/redis/index.js +7 -74
  68. package/dist/rpc/redis/index.mjs +3 -70
  69. package/dist/rpc/ws/index.d.mts +14 -0
  70. package/dist/rpc/ws/index.d.ts +14 -0
  71. package/dist/rpc/ws/index.js +73 -0
  72. package/dist/rpc/ws/index.mjs +73 -0
  73. package/dist/test.d.mts +7 -3
  74. package/dist/test.d.ts +7 -3
  75. package/dist/types-6qaaUIKZ.d.mts +14 -0
  76. package/dist/{types-BF1TDbFV.d.ts → types-B-1OL-3P.d.ts} +1 -1
  77. package/dist/types-BtXOT5rI.d.ts +14 -0
  78. package/dist/{types-DYviSl5B.d.mts → types-Ctd6pLNE.d.mts} +1 -1
  79. package/package.json +13 -2
  80. package/register/index.mjs +0 -1
  81. package/register/loader.mjs +12 -52
  82. package/register/utils.mjs +7 -7
  83. package/assets/ps.json +0 -24
  84. package/assets/tsconfig.json +0 -21
  85. package/dist/types-DYRu0vic.d.ts +0 -19
  86. package/dist/types-DqH1qA-q.d.mts +0 -19
@@ -7,7 +7,7 @@ var _chunkKCPBITYZjs = require('../../chunk-KCPBITYZ.js');
7
7
 
8
8
 
9
9
 
10
- var _chunkG7JFKM2Mjs = require('../../chunk-G7JFKM2M.js');
10
+ var _chunkIJFIY6QNjs = require('../../chunk-IJFIY6QN.js');
11
11
 
12
12
 
13
13
  var _chunk4LLLQOMFjs = require('../../chunk-4LLLQOMF.js');
@@ -18,14 +18,14 @@ var debug = _debug2.default.call(void 0, "phecda-server/fastify");
18
18
  function bind(fastify, data, opts = {}) {
19
19
  const { globalGuards, parallelRoute = "/__PHECDA_SERVER__", globalAddons = [], parallelAddons = [], globalFilter, globalPipe, fastifyOpts, dynamic = false } = opts;
20
20
  const { moduleMap, meta } = data;
21
- const metaMap = _chunkG7JFKM2Mjs.createControllerMetaMap.call(void 0, meta, (meta2) => {
21
+ const metaMap = _chunkIJFIY6QNjs.createControllerMetaMap.call(void 0, meta, (meta2) => {
22
22
  const { controller, http, func, tag } = meta2.data;
23
23
  if (controller === "http" && _optionalChain([http, 'optionalAccess', _2 => _2.type])) {
24
24
  debug(`register method "${func}" in module "${tag}"`);
25
25
  return true;
26
26
  }
27
27
  });
28
- _chunkG7JFKM2Mjs.detectAopDep.call(void 0, meta, {
28
+ _chunkIJFIY6QNjs.detectAopDep.call(void 0, meta, {
29
29
  addons: [
30
30
  ...globalAddons,
31
31
  ...parallelAddons
@@ -33,27 +33,28 @@ function bind(fastify, data, opts = {}) {
33
33
  guards: globalGuards
34
34
  });
35
35
  fastify.register(async (fastify2, _, done) => {
36
- _chunkG7JFKM2Mjs.Context.applyAddons(globalAddons, fastify2, "fastify");
36
+ _chunkIJFIY6QNjs.Context.applyAddons(globalAddons, fastify2, "fastify");
37
37
  if (parallelRoute) {
38
38
  fastify2.register(async (fastify3, _opts, done2) => {
39
- _chunkG7JFKM2Mjs.Context.applyAddons(parallelAddons, fastify3, "fastify");
39
+ _chunkIJFIY6QNjs.Context.applyAddons(parallelAddons, fastify3, "fastify");
40
40
  fastify3.post(parallelRoute, async (req, res) => {
41
41
  const { body } = req;
42
42
  async function errorHandler(e) {
43
- const error = await _chunkG7JFKM2Mjs.Context.filterRecord.default(e);
43
+ const error = await _chunkIJFIY6QNjs.Context.filterRecord.default(e);
44
44
  return res.status(error.status).send(error);
45
45
  }
46
46
  _chunk4LLLQOMFjs.__name.call(void 0, errorHandler, "errorHandler");
47
- if (!Array.isArray(body)) return errorHandler(new (0, _chunkG7JFKM2Mjs.BadRequestException)("data format should be an array"));
47
+ if (!Array.isArray(body)) return errorHandler(new (0, _chunkIJFIY6QNjs.BadRequestException)("data format should be an array"));
48
48
  try {
49
49
  return Promise.all(body.map((item, i) => {
50
50
  return new Promise(async (resolve) => {
51
+ if (!item) return resolve(null);
51
52
  const { tag, func } = item;
52
53
  debug(`(parallel)invoke method "${func}" in module "${tag}"`);
53
- if (!metaMap.has(tag)) return resolve(await _chunkG7JFKM2Mjs.Context.filterRecord.default(new (0, _chunkG7JFKM2Mjs.BadRequestException)(`module "${tag}" doesn't exist`)));
54
+ if (!metaMap.has(tag)) return resolve(await _chunkIJFIY6QNjs.Context.filterRecord.default(new (0, _chunkIJFIY6QNjs.BadRequestException)(`module "${tag}" doesn't exist`)));
54
55
  const meta2 = metaMap.get(tag)[func];
55
- if (!meta2) return resolve(await _chunkG7JFKM2Mjs.Context.filterRecord.default(new (0, _chunkG7JFKM2Mjs.BadRequestException)(`"${func}" in "${tag}" doesn't exist`)));
56
- const aop = _chunkG7JFKM2Mjs.Context.getAop(meta2, {
56
+ if (!meta2) return resolve(await _chunkIJFIY6QNjs.Context.filterRecord.default(new (0, _chunkIJFIY6QNjs.BadRequestException)(`"${func}" in "${tag}" doesn't exist`)));
57
+ const aop = _chunkIJFIY6QNjs.Context.getAop(meta2, {
57
58
  globalFilter,
58
59
  globalGuards,
59
60
  globalPipe
@@ -81,7 +82,7 @@ function bind(fastify, data, opts = {}) {
81
82
  getRequest: /* @__PURE__ */ _chunk4LLLQOMFjs.__name.call(void 0, () => req.raw, "getRequest"),
82
83
  getResponse: /* @__PURE__ */ _chunk4LLLQOMFjs.__name.call(void 0, () => res.raw, "getResponse")
83
84
  };
84
- const context = new (0, _chunkG7JFKM2Mjs.Context)(contextData);
85
+ const context = new (0, _chunkIJFIY6QNjs.Context)(contextData);
85
86
  context.run(aop, resolve, resolve);
86
87
  });
87
88
  })).then((ret) => {
@@ -100,16 +101,16 @@ function bind(fastify, data, opts = {}) {
100
101
  const { data: { addons, define, http } } = meta2;
101
102
  if (!_optionalChain([http, 'optionalAccess', _3 => _3.type])) continue;
102
103
  fastify2.register(async (fastify3, _opts, done2) => {
103
- _chunkG7JFKM2Mjs.Context.applyAddons(addons, fastify3, "fastify");
104
+ _chunkIJFIY6QNjs.Context.applyAddons(addons, fastify3, "fastify");
104
105
  let aop;
105
106
  if (!dynamic) {
106
- aop = _chunkG7JFKM2Mjs.Context.getAop(meta2, {
107
+ aop = _chunkIJFIY6QNjs.Context.getAop(meta2, {
107
108
  globalFilter,
108
109
  globalGuards,
109
110
  globalPipe
110
111
  });
111
112
  }
112
- fastify3[http.type](_chunkG7JFKM2Mjs.joinUrl.call(void 0, http.prefix, http.route), _optionalChain([define, 'optionalAccess', _4 => _4.fastify]) || {}, async (req, res) => {
113
+ fastify3[http.type](_chunkIJFIY6QNjs.joinUrl.call(void 0, http.prefix, http.route), _optionalChain([define, 'optionalAccess', _4 => _4.fastify]) || {}, async (req, res) => {
113
114
  debug(`invoke method "${func}" in module "${tag}"`);
114
115
  const contextData = {
115
116
  type: "fastify",
@@ -139,10 +140,10 @@ function bind(fastify, data, opts = {}) {
139
140
  getRequest: /* @__PURE__ */ _chunk4LLLQOMFjs.__name.call(void 0, () => req.raw, "getRequest"),
140
141
  getResponse: /* @__PURE__ */ _chunk4LLLQOMFjs.__name.call(void 0, () => res.raw, "getResponse")
141
142
  };
142
- const context = new (0, _chunkG7JFKM2Mjs.Context)(contextData);
143
+ const context = new (0, _chunkIJFIY6QNjs.Context)(contextData);
143
144
  if (http.headers) res.headers(http.headers);
144
145
  if (dynamic) {
145
- aop = _chunkG7JFKM2Mjs.Context.getAop(meta2, {
146
+ aop = _chunkIJFIY6QNjs.Context.getAop(meta2, {
146
147
  globalFilter,
147
148
  globalGuards,
148
149
  globalPipe
@@ -7,7 +7,7 @@ import {
7
7
  createControllerMetaMap,
8
8
  detectAopDep,
9
9
  joinUrl
10
- } from "../../chunk-Z7NAAE4M.mjs";
10
+ } from "../../chunk-VX4BZEL7.mjs";
11
11
  import {
12
12
  __name
13
13
  } from "../../chunk-NQ55PA2X.mjs";
@@ -48,6 +48,7 @@ function bind(fastify, data, opts = {}) {
48
48
  try {
49
49
  return Promise.all(body.map((item, i) => {
50
50
  return new Promise(async (resolve) => {
51
+ if (!item) return resolve(null);
51
52
  const { tag, func } = item;
52
53
  debug(`(parallel)invoke method "${func}" in module "${tag}"`);
53
54
  if (!metaMap.has(tag)) return resolve(await Context.filterRecord.default(new BadRequestException(`module "${tag}" doesn't exist`)));
@@ -1,8 +1,8 @@
1
1
  import { H3Event, Router, _RequestMiddleware } from 'h3';
2
- import { F as Factory } from '../../core-DIfgUKIU.mjs';
3
- import { H as HttpCtx, a as HttpOptions } from '../../types-DYviSl5B.mjs';
2
+ import { F as Factory } from '../../core-jUg1HvYT.mjs';
3
+ import { H as HttpCtx, a as HttpOptions } from '../../types-Ctd6pLNE.mjs';
4
4
  import 'phecda-core';
5
- import '../../meta-CR-D39hQ.mjs';
5
+ import '../../meta-xvg6V7pH.mjs';
6
6
  import 'node:http';
7
7
 
8
8
  interface H3Ctx extends HttpCtx {
@@ -1,8 +1,8 @@
1
1
  import { H3Event, Router, _RequestMiddleware } from 'h3';
2
- import { F as Factory } from '../../core-CUTbX_IS.js';
3
- import { H as HttpCtx, a as HttpOptions } from '../../types-BF1TDbFV.js';
2
+ import { F as Factory } from '../../core-CDzIy2g0.js';
3
+ import { H as HttpCtx, a as HttpOptions } from '../../types-B-1OL-3P.js';
4
4
  import 'phecda-core';
5
- import '../../meta-CR-D39hQ.js';
5
+ import '../../meta-xvg6V7pH.js';
6
6
  import 'node:http';
7
7
 
8
8
  interface H3Ctx extends HttpCtx {
@@ -4,7 +4,7 @@
4
4
 
5
5
 
6
6
 
7
- var _chunkG7JFKM2Mjs = require('../../chunk-G7JFKM2M.js');
7
+ var _chunkIJFIY6QNjs = require('../../chunk-IJFIY6QN.js');
8
8
 
9
9
 
10
10
  var _chunk4LLLQOMFjs = require('../../chunk-4LLLQOMF.js');
@@ -16,14 +16,14 @@ var debug = _debug2.default.call(void 0, "phecda-server/h3");
16
16
  function bind(router, data, opts = {}) {
17
17
  const { globalGuards, parallelRoute = "/__PHECDA_SERVER__", globalAddons = [], parallelAddons = [], globalFilter, globalPipe, dynamic = false } = opts;
18
18
  const { moduleMap, meta } = data;
19
- const metaMap = _chunkG7JFKM2Mjs.createControllerMetaMap.call(void 0, meta, (meta2) => {
19
+ const metaMap = _chunkIJFIY6QNjs.createControllerMetaMap.call(void 0, meta, (meta2) => {
20
20
  const { controller, http, func, tag } = meta2.data;
21
21
  if (controller === "http" && _optionalChain([http, 'optionalAccess', _ => _.type])) {
22
22
  debug(`register method "${func}" in module "${tag}"`);
23
23
  return true;
24
24
  }
25
25
  });
26
- _chunkG7JFKM2Mjs.detectAopDep.call(void 0, meta, {
26
+ _chunkIJFIY6QNjs.detectAopDep.call(void 0, meta, {
27
27
  addons: [
28
28
  ...globalAddons,
29
29
  ...parallelAddons
@@ -32,31 +32,32 @@ function bind(router, data, opts = {}) {
32
32
  });
33
33
  registerRoute();
34
34
  function registerRoute() {
35
- _chunkG7JFKM2Mjs.Context.applyAddons(globalAddons, router, "h3");
35
+ _chunkIJFIY6QNjs.Context.applyAddons(globalAddons, router, "h3");
36
36
  if (parallelRoute) {
37
37
  const subRouter = _h3.createRouter.call(void 0, );
38
- _chunkG7JFKM2Mjs.Context.applyAddons(parallelAddons, subRouter, "h3");
38
+ _chunkIJFIY6QNjs.Context.applyAddons(parallelAddons, subRouter, "h3");
39
39
  subRouter.post(parallelRoute, _h3.eventHandler.call(void 0, {
40
40
  handler: /* @__PURE__ */ _chunk4LLLQOMFjs.__name.call(void 0, async (event) => {
41
41
  const body = await _h3.readBody.call(void 0, event, {
42
42
  strict: true
43
43
  });
44
44
  async function errorHandler(e) {
45
- const error = await _chunkG7JFKM2Mjs.Context.filterRecord.default(e);
45
+ const error = await _chunkIJFIY6QNjs.Context.filterRecord.default(e);
46
46
  _h3.setResponseStatus.call(void 0, event, error.status);
47
47
  return error;
48
48
  }
49
49
  _chunk4LLLQOMFjs.__name.call(void 0, errorHandler, "errorHandler");
50
- if (!Array.isArray(body)) return errorHandler(new (0, _chunkG7JFKM2Mjs.BadRequestException)("data format should be an array"));
50
+ if (!Array.isArray(body)) return errorHandler(new (0, _chunkIJFIY6QNjs.BadRequestException)("data format should be an array"));
51
51
  try {
52
52
  return Promise.all(body.map((item, i) => {
53
53
  return new Promise(async (resolve) => {
54
+ if (!item) return resolve(null);
54
55
  const { tag, func } = item;
55
56
  debug(`(parallel)invoke method "${func}" in module "${tag}"`);
56
- if (!metaMap.has(tag)) return resolve(await _chunkG7JFKM2Mjs.Context.filterRecord.default(new (0, _chunkG7JFKM2Mjs.BadRequestException)(`module "${tag}" doesn't exist`)));
57
+ if (!metaMap.has(tag)) return resolve(await _chunkIJFIY6QNjs.Context.filterRecord.default(new (0, _chunkIJFIY6QNjs.BadRequestException)(`module "${tag}" doesn't exist`)));
57
58
  const meta2 = metaMap.get(tag)[func];
58
- if (!meta2) return resolve(await _chunkG7JFKM2Mjs.Context.filterRecord.default(new (0, _chunkG7JFKM2Mjs.BadRequestException)(`"${func}" in "${tag}" doesn't exist`)));
59
- const aop = _chunkG7JFKM2Mjs.Context.getAop(meta2, {
59
+ if (!meta2) return resolve(await _chunkIJFIY6QNjs.Context.filterRecord.default(new (0, _chunkIJFIY6QNjs.BadRequestException)(`"${func}" in "${tag}" doesn't exist`)));
60
+ const aop = _chunkIJFIY6QNjs.Context.getAop(meta2, {
60
61
  globalFilter,
61
62
  globalGuards,
62
63
  globalPipe
@@ -80,7 +81,7 @@ function bind(router, data, opts = {}) {
80
81
  getRequest: /* @__PURE__ */ _chunk4LLLQOMFjs.__name.call(void 0, () => event.node.req, "getRequest"),
81
82
  getResponse: /* @__PURE__ */ _chunk4LLLQOMFjs.__name.call(void 0, () => event.node.res, "getResponse")
82
83
  };
83
- const context = new (0, _chunkG7JFKM2Mjs.Context)(contextData);
84
+ const context = new (0, _chunkIJFIY6QNjs.Context)(contextData);
84
85
  context.run(aop, resolve, resolve);
85
86
  });
86
87
  }));
@@ -99,15 +100,15 @@ function bind(router, data, opts = {}) {
99
100
  const needBody = params.some((item) => item.type === "body");
100
101
  let aop;
101
102
  if (!dynamic) {
102
- aop = _chunkG7JFKM2Mjs.Context.getAop(meta2, {
103
+ aop = _chunkIJFIY6QNjs.Context.getAop(meta2, {
103
104
  globalFilter,
104
105
  globalGuards,
105
106
  globalPipe
106
107
  });
107
108
  }
108
109
  const subRouter = _h3.createRouter.call(void 0, );
109
- _chunkG7JFKM2Mjs.Context.applyAddons(addons, subRouter, "h3");
110
- subRouter[http.type](_chunkG7JFKM2Mjs.joinUrl.call(void 0, http.prefix, http.route), _h3.defineEventHandler.call(void 0, async (event) => {
110
+ _chunkIJFIY6QNjs.Context.applyAddons(addons, subRouter, "h3");
111
+ subRouter[http.type](_chunkIJFIY6QNjs.joinUrl.call(void 0, http.prefix, http.route), _h3.defineEventHandler.call(void 0, async (event) => {
111
112
  debug(`invoke method "${func}" in module "${tag}"`);
112
113
  const contextData = {
113
114
  type: "h3",
@@ -133,10 +134,10 @@ function bind(router, data, opts = {}) {
133
134
  getRequest: /* @__PURE__ */ _chunk4LLLQOMFjs.__name.call(void 0, () => event.node.req, "getRequest"),
134
135
  getResponse: /* @__PURE__ */ _chunk4LLLQOMFjs.__name.call(void 0, () => event.node.res, "getResponse")
135
136
  };
136
- const context = new (0, _chunkG7JFKM2Mjs.Context)(contextData);
137
+ const context = new (0, _chunkIJFIY6QNjs.Context)(contextData);
137
138
  _h3.setHeaders.call(void 0, event, http.headers || {});
138
139
  if (dynamic) {
139
- aop = _chunkG7JFKM2Mjs.Context.getAop(meta2, {
140
+ aop = _chunkIJFIY6QNjs.Context.getAop(meta2, {
140
141
  globalFilter,
141
142
  globalGuards,
142
143
  globalPipe
@@ -147,7 +148,7 @@ function bind(router, data, opts = {}) {
147
148
  return err;
148
149
  });
149
150
  }));
150
- router.use(_chunkG7JFKM2Mjs.joinUrl.call(void 0, http.prefix, http.route), _h3.useBase.call(void 0, "", subRouter.handler));
151
+ router.use(_chunkIJFIY6QNjs.joinUrl.call(void 0, http.prefix, http.route), _h3.useBase.call(void 0, "", subRouter.handler));
151
152
  }
152
153
  }
153
154
  }
@@ -4,7 +4,7 @@ import {
4
4
  createControllerMetaMap,
5
5
  detectAopDep,
6
6
  joinUrl
7
- } from "../../chunk-Z7NAAE4M.mjs";
7
+ } from "../../chunk-VX4BZEL7.mjs";
8
8
  import {
9
9
  __name
10
10
  } from "../../chunk-NQ55PA2X.mjs";
@@ -51,6 +51,7 @@ function bind(router, data, opts = {}) {
51
51
  try {
52
52
  return Promise.all(body.map((item, i) => {
53
53
  return new Promise(async (resolve) => {
54
+ if (!item) return resolve(null);
54
55
  const { tag, func } = item;
55
56
  debug(`(parallel)invoke method "${func}" in module "${tag}"`);
56
57
  if (!metaMap.has(tag)) return resolve(await Context.filterRecord.default(new BadRequestException(`module "${tag}" doesn't exist`)));
@@ -1,8 +1,8 @@
1
1
  import { Context, Hono, MiddlewareHandler } from 'hono';
2
- import { H as HttpCtx, a as HttpOptions } from '../../types-DYviSl5B.mjs';
3
- import { F as Factory } from '../../core-DIfgUKIU.mjs';
2
+ import { H as HttpCtx, a as HttpOptions } from '../../types-Ctd6pLNE.mjs';
3
+ import { F as Factory } from '../../core-jUg1HvYT.mjs';
4
4
  import 'node:http';
5
- import '../../meta-CR-D39hQ.mjs';
5
+ import '../../meta-xvg6V7pH.mjs';
6
6
  import 'phecda-core';
7
7
 
8
8
  interface HonoCtx extends HttpCtx {
@@ -1,8 +1,8 @@
1
1
  import { Context, Hono, MiddlewareHandler } from 'hono';
2
- import { H as HttpCtx, a as HttpOptions } from '../../types-BF1TDbFV.js';
3
- import { F as Factory } from '../../core-CUTbX_IS.js';
2
+ import { H as HttpCtx, a as HttpOptions } from '../../types-B-1OL-3P.js';
3
+ import { F as Factory } from '../../core-CDzIy2g0.js';
4
4
  import 'node:http';
5
- import '../../meta-CR-D39hQ.js';
5
+ import '../../meta-xvg6V7pH.js';
6
6
  import 'phecda-core';
7
7
 
8
8
  interface HonoCtx extends HttpCtx {
@@ -3,7 +3,7 @@
3
3
 
4
4
 
5
5
 
6
- var _chunkG7JFKM2Mjs = require('../../chunk-G7JFKM2M.js');
6
+ var _chunkIJFIY6QNjs = require('../../chunk-IJFIY6QN.js');
7
7
 
8
8
 
9
9
  var _chunk4LLLQOMFjs = require('../../chunk-4LLLQOMF.js');
@@ -16,14 +16,14 @@ var debug = _debug2.default.call(void 0, "phecda-server/hono");
16
16
  function bind(router, data, opts = {}) {
17
17
  const { globalGuards, parallelRoute = "/__PHECDA_SERVER__", globalAddons = [], parallelAddons = [], globalFilter, globalPipe, dynamic = false } = opts;
18
18
  const { moduleMap, meta } = data;
19
- const metaMap = _chunkG7JFKM2Mjs.createControllerMetaMap.call(void 0, meta, (meta2) => {
19
+ const metaMap = _chunkIJFIY6QNjs.createControllerMetaMap.call(void 0, meta, (meta2) => {
20
20
  const { controller, http, func, tag } = meta2.data;
21
21
  if (controller === "http" && _optionalChain([http, 'optionalAccess', _ => _.type])) {
22
22
  debug(`register method "${func}" in module "${tag}"`);
23
23
  return true;
24
24
  }
25
25
  });
26
- _chunkG7JFKM2Mjs.detectAopDep.call(void 0, meta, {
26
+ _chunkIJFIY6QNjs.detectAopDep.call(void 0, meta, {
27
27
  addons: [
28
28
  ...globalAddons,
29
29
  ...parallelAddons
@@ -34,25 +34,26 @@ function bind(router, data, opts = {}) {
34
34
  function registerRoute() {
35
35
  if (parallelRoute) {
36
36
  const subApp = new (0, _hono.Hono)();
37
- _chunkG7JFKM2Mjs.Context.applyAddons(parallelAddons, subApp, "hono");
37
+ _chunkIJFIY6QNjs.Context.applyAddons(parallelAddons, subApp, "hono");
38
38
  subApp.post("", async (c) => {
39
39
  const body = await c.req.json();
40
40
  async function errorHandler(e) {
41
- const error = await _chunkG7JFKM2Mjs.Context.filterRecord.default(e);
41
+ const error = await _chunkIJFIY6QNjs.Context.filterRecord.default(e);
42
42
  c.status(error.status);
43
43
  return c.json(error);
44
44
  }
45
45
  _chunk4LLLQOMFjs.__name.call(void 0, errorHandler, "errorHandler");
46
- if (!Array.isArray(body)) return errorHandler(new (0, _chunkG7JFKM2Mjs.BadRequestException)("data format should be an array"));
46
+ if (!Array.isArray(body)) return errorHandler(new (0, _chunkIJFIY6QNjs.BadRequestException)("data format should be an array"));
47
47
  try {
48
48
  return Promise.all(body.map((item, i) => {
49
49
  return new Promise(async (resolve) => {
50
+ if (!item) return resolve(null);
50
51
  const { tag, func } = item;
51
52
  debug(`(parallel)invoke method "${func}" in module "${tag}"`);
52
- if (!metaMap.has(tag)) return resolve(await _chunkG7JFKM2Mjs.Context.filterRecord.default(new (0, _chunkG7JFKM2Mjs.BadRequestException)(`module "${tag}" doesn't exist`)));
53
+ if (!metaMap.has(tag)) return resolve(await _chunkIJFIY6QNjs.Context.filterRecord.default(new (0, _chunkIJFIY6QNjs.BadRequestException)(`module "${tag}" doesn't exist`)));
53
54
  const meta2 = metaMap.get(tag)[func];
54
- if (!meta2) return resolve(await _chunkG7JFKM2Mjs.Context.filterRecord.default(new (0, _chunkG7JFKM2Mjs.BadRequestException)(`"${func}" in "${tag}" doesn't exist`)));
55
- const aop = _chunkG7JFKM2Mjs.Context.getAop(meta2, {
55
+ if (!meta2) return resolve(await _chunkIJFIY6QNjs.Context.filterRecord.default(new (0, _chunkIJFIY6QNjs.BadRequestException)(`"${func}" in "${tag}" doesn't exist`)));
56
+ const aop = _chunkIJFIY6QNjs.Context.getAop(meta2, {
56
57
  globalFilter,
57
58
  globalGuards,
58
59
  globalPipe
@@ -78,7 +79,7 @@ function bind(router, data, opts = {}) {
78
79
  getRequest: /* @__PURE__ */ _chunk4LLLQOMFjs.__name.call(void 0, () => c.req.raw, "getRequest"),
79
80
  getResponse: /* @__PURE__ */ _chunk4LLLQOMFjs.__name.call(void 0, () => c.res, "getResponse")
80
81
  };
81
- const context = new (0, _chunkG7JFKM2Mjs.Context)(contextData);
82
+ const context = new (0, _chunkIJFIY6QNjs.Context)(contextData);
82
83
  context.run(aop, resolve, resolve);
83
84
  });
84
85
  })).then((ret) => {
@@ -98,14 +99,14 @@ function bind(router, data, opts = {}) {
98
99
  const needBody = params.some((item) => item.type === "body");
99
100
  let aop;
100
101
  if (!dynamic) {
101
- aop = _chunkG7JFKM2Mjs.Context.getAop(meta2, {
102
+ aop = _chunkIJFIY6QNjs.Context.getAop(meta2, {
102
103
  globalFilter,
103
104
  globalGuards,
104
105
  globalPipe
105
106
  });
106
107
  }
107
108
  const subApp = new (0, _hono.Hono)();
108
- _chunkG7JFKM2Mjs.Context.applyAddons(addons, subApp, "hono");
109
+ _chunkIJFIY6QNjs.Context.applyAddons(addons, subApp, "hono");
109
110
  subApp[http.type](http.route, async (c) => {
110
111
  debug(`invoke method "${func}" in module "${tag}"`);
111
112
  const contextData = {
@@ -132,12 +133,12 @@ function bind(router, data, opts = {}) {
132
133
  getRequest: /* @__PURE__ */ _chunk4LLLQOMFjs.__name.call(void 0, () => c.req.raw, "getRequest"),
133
134
  getResponse: /* @__PURE__ */ _chunk4LLLQOMFjs.__name.call(void 0, () => c.res, "getResponse")
134
135
  };
135
- const context = new (0, _chunkG7JFKM2Mjs.Context)(contextData);
136
+ const context = new (0, _chunkIJFIY6QNjs.Context)(contextData);
136
137
  if (http.headers) {
137
138
  for (const name in http.headers) c.header(name, http.headers[name]);
138
139
  }
139
140
  if (dynamic) {
140
- aop = _chunkG7JFKM2Mjs.Context.getAop(meta2, {
141
+ aop = _chunkIJFIY6QNjs.Context.getAop(meta2, {
141
142
  globalFilter,
142
143
  globalGuards,
143
144
  globalPipe
@@ -3,7 +3,7 @@ import {
3
3
  Context,
4
4
  createControllerMetaMap,
5
5
  detectAopDep
6
- } from "../../chunk-Z7NAAE4M.mjs";
6
+ } from "../../chunk-VX4BZEL7.mjs";
7
7
  import {
8
8
  __name
9
9
  } from "../../chunk-NQ55PA2X.mjs";
@@ -47,6 +47,7 @@ function bind(router, data, opts = {}) {
47
47
  try {
48
48
  return Promise.all(body.map((item, i) => {
49
49
  return new Promise(async (resolve) => {
50
+ if (!item) return resolve(null);
50
51
  const { tag, func } = item;
51
52
  debug(`(parallel)invoke method "${func}" in module "${tag}"`);
52
53
  if (!metaMap.has(tag)) return resolve(await Context.filterRecord.default(new BadRequestException(`module "${tag}" doesn't exist`)));
@@ -1,8 +1,8 @@
1
1
  import { Request, Response, Router, MiddlewareHandler } from 'hyper-express';
2
- import { H as HttpCtx, a as HttpOptions } from '../../types-DYviSl5B.mjs';
3
- import { F as Factory } from '../../core-DIfgUKIU.mjs';
2
+ import { H as HttpCtx, a as HttpOptions } from '../../types-Ctd6pLNE.mjs';
3
+ import { F as Factory } from '../../core-jUg1HvYT.mjs';
4
4
  import 'node:http';
5
- import '../../meta-CR-D39hQ.mjs';
5
+ import '../../meta-xvg6V7pH.mjs';
6
6
  import 'phecda-core';
7
7
 
8
8
  interface HyperExpressCtx extends HttpCtx {
@@ -1,8 +1,8 @@
1
1
  import { Request, Response, Router, MiddlewareHandler } from 'hyper-express';
2
- import { H as HttpCtx, a as HttpOptions } from '../../types-BF1TDbFV.js';
3
- import { F as Factory } from '../../core-CUTbX_IS.js';
2
+ import { H as HttpCtx, a as HttpOptions } from '../../types-B-1OL-3P.js';
3
+ import { F as Factory } from '../../core-CDzIy2g0.js';
4
4
  import 'node:http';
5
- import '../../meta-CR-D39hQ.js';
5
+ import '../../meta-xvg6V7pH.js';
6
6
  import 'phecda-core';
7
7
 
8
8
  interface HyperExpressCtx extends HttpCtx {
@@ -4,7 +4,7 @@
4
4
 
5
5
 
6
6
 
7
- var _chunkG7JFKM2Mjs = require('../../chunk-G7JFKM2M.js');
7
+ var _chunkIJFIY6QNjs = require('../../chunk-IJFIY6QN.js');
8
8
 
9
9
 
10
10
  var _chunk4LLLQOMFjs = require('../../chunk-4LLLQOMF.js');
@@ -16,14 +16,14 @@ var debug = _debug2.default.call(void 0, "phecda-server/hyper-express");
16
16
  function bind(router, data, opts = {}) {
17
17
  const { globalGuards, parallelRoute = "/__PHECDA_SERVER__", globalAddons = [], parallelAddons = [], globalFilter, globalPipe, dynamic = false } = opts;
18
18
  const { moduleMap, meta } = data;
19
- const metaMap = _chunkG7JFKM2Mjs.createControllerMetaMap.call(void 0, meta, (meta2) => {
19
+ const metaMap = _chunkIJFIY6QNjs.createControllerMetaMap.call(void 0, meta, (meta2) => {
20
20
  const { controller, http, func, tag } = meta2.data;
21
21
  if (controller === "http" && _optionalChain([http, 'optionalAccess', _ => _.type])) {
22
22
  debug(`register method "${func}" in module "${tag}"`);
23
23
  return true;
24
24
  }
25
25
  });
26
- _chunkG7JFKM2Mjs.detectAopDep.call(void 0, meta, {
26
+ _chunkIJFIY6QNjs.detectAopDep.call(void 0, meta, {
27
27
  addons: [
28
28
  ...globalAddons,
29
29
  ...parallelAddons
@@ -32,26 +32,27 @@ function bind(router, data, opts = {}) {
32
32
  });
33
33
  registerRoute();
34
34
  async function registerRoute() {
35
- _chunkG7JFKM2Mjs.Context.applyAddons(globalAddons, router, "hyper-express");
35
+ _chunkIJFIY6QNjs.Context.applyAddons(globalAddons, router, "hyper-express");
36
36
  if (parallelRoute) {
37
37
  const subRouter = new (0, _hyperexpress.Router)();
38
38
  subRouter.post(parallelRoute, async (req, res, next) => {
39
39
  const body = await req.json();
40
40
  async function errorHandler(e) {
41
- const error = await _chunkG7JFKM2Mjs.Context.filterRecord.default(e);
41
+ const error = await _chunkIJFIY6QNjs.Context.filterRecord.default(e);
42
42
  return res.status(error.status).json(error);
43
43
  }
44
44
  _chunk4LLLQOMFjs.__name.call(void 0, errorHandler, "errorHandler");
45
- if (!Array.isArray(body)) return errorHandler(new (0, _chunkG7JFKM2Mjs.BadRequestException)("data format should be an array"));
45
+ if (!Array.isArray(body)) return errorHandler(new (0, _chunkIJFIY6QNjs.BadRequestException)("data format should be an array"));
46
46
  try {
47
47
  return Promise.all(body.map((item, i) => {
48
48
  return new Promise(async (resolve) => {
49
+ if (!item) return resolve(null);
49
50
  const { tag, func } = item;
50
51
  debug(`(parallel)invoke method "${func}" in module "${tag}"`);
51
- if (!metaMap.has(tag)) return resolve(await _chunkG7JFKM2Mjs.Context.filterRecord.default(new (0, _chunkG7JFKM2Mjs.BadRequestException)(`module "${tag}" doesn't exist`)));
52
+ if (!metaMap.has(tag)) return resolve(await _chunkIJFIY6QNjs.Context.filterRecord.default(new (0, _chunkIJFIY6QNjs.BadRequestException)(`module "${tag}" doesn't exist`)));
52
53
  const meta2 = metaMap.get(tag)[func];
53
- if (!meta2) return resolve(await _chunkG7JFKM2Mjs.Context.filterRecord.default(new (0, _chunkG7JFKM2Mjs.BadRequestException)(`"${func}" in "${tag}" doesn't exist`)));
54
- const aop = _chunkG7JFKM2Mjs.Context.getAop(meta2, {
54
+ if (!meta2) return resolve(await _chunkIJFIY6QNjs.Context.filterRecord.default(new (0, _chunkIJFIY6QNjs.BadRequestException)(`"${func}" in "${tag}" doesn't exist`)));
55
+ const aop = _chunkIJFIY6QNjs.Context.getAop(meta2, {
55
56
  globalFilter,
56
57
  globalGuards,
57
58
  globalPipe
@@ -77,7 +78,7 @@ function bind(router, data, opts = {}) {
77
78
  getRequest: /* @__PURE__ */ _chunk4LLLQOMFjs.__name.call(void 0, () => req, "getRequest"),
78
79
  getResponse: /* @__PURE__ */ _chunk4LLLQOMFjs.__name.call(void 0, () => res, "getResponse")
79
80
  };
80
- const context = new (0, _chunkG7JFKM2Mjs.Context)(contextData);
81
+ const context = new (0, _chunkIJFIY6QNjs.Context)(contextData);
81
82
  context.run(aop, resolve, resolve);
82
83
  });
83
84
  })).then((ret) => {
@@ -97,15 +98,15 @@ function bind(router, data, opts = {}) {
97
98
  const needBody = params.some((item) => item.type === "body");
98
99
  let aop;
99
100
  if (!dynamic) {
100
- aop = _chunkG7JFKM2Mjs.Context.getAop(meta2, {
101
+ aop = _chunkIJFIY6QNjs.Context.getAop(meta2, {
101
102
  globalFilter,
102
103
  globalGuards,
103
104
  globalPipe
104
105
  });
105
106
  }
106
107
  const subRouter = new (0, _hyperexpress.Router)();
107
- _chunkG7JFKM2Mjs.Context.applyAddons(addons, subRouter, "hyper-express");
108
- subRouter[http.type](_chunkG7JFKM2Mjs.joinUrl.call(void 0, http.prefix, http.route), async (req, res, next) => {
108
+ _chunkIJFIY6QNjs.Context.applyAddons(addons, subRouter, "hyper-express");
109
+ subRouter[http.type](_chunkIJFIY6QNjs.joinUrl.call(void 0, http.prefix, http.route), async (req, res, next) => {
109
110
  debug(`invoke method "${func}" in module "${tag}"`);
110
111
  const contextData = {
111
112
  type: "hyper-express",
@@ -131,12 +132,12 @@ function bind(router, data, opts = {}) {
131
132
  getRequest: /* @__PURE__ */ _chunk4LLLQOMFjs.__name.call(void 0, () => req, "getRequest"),
132
133
  getResponse: /* @__PURE__ */ _chunk4LLLQOMFjs.__name.call(void 0, () => res, "getResponse")
133
134
  };
134
- const context = new (0, _chunkG7JFKM2Mjs.Context)(contextData);
135
+ const context = new (0, _chunkIJFIY6QNjs.Context)(contextData);
135
136
  if (http.headers) {
136
137
  for (const name in http.headers) res.set(name, http.headers[name]);
137
138
  }
138
139
  if (dynamic) {
139
- aop = _chunkG7JFKM2Mjs.Context.getAop(meta2, {
140
+ aop = _chunkIJFIY6QNjs.Context.getAop(meta2, {
140
141
  globalFilter,
141
142
  globalGuards,
142
143
  globalPipe
@@ -4,7 +4,7 @@ import {
4
4
  createControllerMetaMap,
5
5
  detectAopDep,
6
6
  joinUrl
7
- } from "../../chunk-Z7NAAE4M.mjs";
7
+ } from "../../chunk-VX4BZEL7.mjs";
8
8
  import {
9
9
  __name
10
10
  } from "../../chunk-NQ55PA2X.mjs";
@@ -46,6 +46,7 @@ function bind(router, data, opts = {}) {
46
46
  try {
47
47
  return Promise.all(body.map((item, i) => {
48
48
  return new Promise(async (resolve) => {
49
+ if (!item) return resolve(null);
49
50
  const { tag, func } = item;
50
51
  debug(`(parallel)invoke method "${func}" in module "${tag}"`);
51
52
  if (!metaMap.has(tag)) return resolve(await Context.filterRecord.default(new BadRequestException(`module "${tag}" doesn't exist`)));
@@ -1,9 +1,9 @@
1
1
  import Router, { RouterParamContext } from '@koa/router';
2
2
  import { DefaultContext, DefaultState } from 'koa';
3
- import { H as HttpCtx, a as HttpOptions } from '../../types-DYviSl5B.mjs';
4
- import { F as Factory } from '../../core-DIfgUKIU.mjs';
3
+ import { H as HttpCtx, a as HttpOptions } from '../../types-Ctd6pLNE.mjs';
4
+ import { F as Factory } from '../../core-jUg1HvYT.mjs';
5
5
  import 'node:http';
6
- import '../../meta-CR-D39hQ.mjs';
6
+ import '../../meta-xvg6V7pH.mjs';
7
7
  import 'phecda-core';
8
8
 
9
9
  interface KoaCtx extends HttpCtx {
@@ -1,9 +1,9 @@
1
1
  import Router, { RouterParamContext } from '@koa/router';
2
2
  import { DefaultContext, DefaultState } from 'koa';
3
- import { H as HttpCtx, a as HttpOptions } from '../../types-BF1TDbFV.js';
4
- import { F as Factory } from '../../core-CUTbX_IS.js';
3
+ import { H as HttpCtx, a as HttpOptions } from '../../types-B-1OL-3P.js';
4
+ import { F as Factory } from '../../core-CDzIy2g0.js';
5
5
  import 'node:http';
6
- import '../../meta-CR-D39hQ.js';
6
+ import '../../meta-xvg6V7pH.js';
7
7
  import 'phecda-core';
8
8
 
9
9
  interface KoaCtx extends HttpCtx {