We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eec4fcc commit 2beb5cdCopy full SHA for 2beb5cd
src/context/script-let.ts
@@ -352,7 +352,7 @@ export class ScriptLetContext {
352
const callArrayFrom = (call.callee as ESTree.MemberExpression)
353
.object as ESTree.CallExpression;
354
const expr = callArrayFrom.arguments[0] as ESTree.Expression;
355
- const ctx = fn.params[0]!;
+ const ctx = fn.params[0];
356
const idx = (fn.params[1] ?? null) as ESTree.Identifier | null;
357
const scope = result.getScope(fn.body);
358
0 commit comments