We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c29e9f commit 954f461Copy full SHA for 954f461
src/tracer.ts
@@ -5,7 +5,7 @@ import { GetPotentialReturnVarsVisitor } from "./visitor/return";
5
6
7
// these vars is global scope to function (usually)
8
-// so we consider that it already in the function scope from begining
+// so we consider that it already in the function scope from beginning
9
const InScopeDefaultVars = ["this", "_SERVER"];
10
11
function walk(node: any, visitor: Visitor) {
0 commit comments