From 3e0db93466c422ac50475dd4b5e9f259f06a57c2 Mon Sep 17 00:00:00 2001 From: overlookmotel Date: Thu, 21 Dec 2023 04:23:47 +0000 Subject: [PATCH] Instrument: Correct JSDoc comment [nocode] --- lib/instrument/visitors/eval.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/instrument/visitors/eval.js b/lib/instrument/visitors/eval.js index b448c617..eeb6a278 100644 --- a/lib/instrument/visitors/eval.js +++ b/lib/instrument/visitors/eval.js @@ -229,7 +229,7 @@ function instrumentEvalCall(callNode, block, fn, isStrict, canUseSuper, superIsP } /** - * Instrument `eval` not used standalone (not as an `eval()` call). + * Instrument `eval` used standalone (not as an `eval()` call). * Replace `eval` with `livepack_tracker.evalIndirect`. * @param {Object} node - `eval` identifier AST node * @param {Object|Array} parent - Parent AST node/container