We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 673da0e commit f7599cdCopy full SHA for f7599cd
README.md
@@ -426,7 +426,7 @@ Scope
426
427
The object exposed as `path.scope` during AST traversals provides
428
information about variable and function declarations in the scope that
429
-contains `path.node`. See [scope.ts](lib/scope.ts) for its public
+contains `path.node`. See [scope.ts](src/scope.ts) for its public
430
interface, which currently includes `.isGlobal`, `.getGlobalScope()`,
431
`.depth`, `.declares(name)`, `.lookup(name)`, and `.getBindings()`.
432
0 commit comments