Skip to content

Commit 071906e

Browse files
committed
Comment the final ine back,
1 parent 4686e90 commit 071906e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ function processBuiltString (method, str, buildState) {
310310

311311
const final = `(values, methods, notTraversed, asyncIterators, engine, above, coerceArray, downgrade) => ${buildState.asyncDetected ? 'async' : ''} (context ${buildState.extraArguments ? ',' + buildState.extraArguments : ''}) => { let prev; const result = ${str}; return result }`
312312
// console.log(str)
313-
console.log(final)
313+
// console.log(final)
314314
// eslint-disable-next-line no-eval
315315
return Object.assign(
316316
(typeof globalThis !== 'undefined' ? globalThis : global).eval(final)(values, methods, notTraversed, asyncIterators, engine, above, coerceArray, downgrade), {

0 commit comments

Comments
 (0)