We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 113fa91 commit ed9ebacCopy full SHA for ed9ebac
src/adapter/templates/index.ts
@@ -112,7 +112,7 @@ function templateFunctionStr<Args extends string[]>(
112
return {
113
expr: (...args: Args) => inner(args, '(()=>{', '})();').out,
114
exprArgRanges: (...args: Args) => inner(args, '(()=>{', '})();').argRanges,
115
- decl: (...args: Args) => inner(args, 'function(...runtimeArgs){', '};').out,
+ decl: (...args: Args) => inner(args, 'function(...runtimeArgs){', '}').out,
116
};
117
}
118
0 commit comments