@absolutejs/absolute 0.19.0-beta.958 → 0.19.0-beta.959

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.
package/dist/index.js CHANGED
@@ -9612,8 +9612,15 @@ var ELYSIA_ROUTE_METHODS, SKIP_DIRS, SOURCE_EXTENSIONS, getScriptKind = (filePat
9612
9612
  if (ELYSIA_ROUTE_METHODS.has(methodName)) {
9613
9613
  const firstArg = node.arguments[0];
9614
9614
  if (firstArg && ts2.isStringLiteral(firstArg) && firstArg.text.startsWith("/")) {
9615
+ const argTexts = [];
9616
+ for (let i = 1;i < node.arguments.length; i++) {
9617
+ const arg = node.arguments[i];
9618
+ if (arg)
9619
+ argTexts.push(arg.getText(sf));
9620
+ }
9615
9621
  out.push({
9616
- handlerSource: node.getText(sf),
9622
+ handlerSource: argTexts.join(`
9623
+ `),
9617
9624
  method: methodName.toUpperCase(),
9618
9625
  path: firstArg.text
9619
9626
  });
@@ -34945,5 +34952,5 @@ export {
34945
34952
  ANGULAR_INIT_TIMEOUT_MS
34946
34953
  };
34947
34954
 
34948
- //# debugId=AF8DF9FE7697462964756E2164756E21
34955
+ //# debugId=2EEFFA06E7B9FB7864756E2164756E21
34949
34956
  //# sourceMappingURL=index.js.map