Skip to content

Commit f7599cd

Browse files
committed
docs: update scope.ts path in README.md
benjamn#899
1 parent 673da0e commit f7599cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ Scope
426426

427427
The object exposed as `path.scope` during AST traversals provides
428428
information about variable and function declarations in the scope that
429-
contains `path.node`. See [scope.ts](lib/scope.ts) for its public
429+
contains `path.node`. See [scope.ts](src/scope.ts) for its public
430430
interface, which currently includes `.isGlobal`, `.getGlobalScope()`,
431431
`.depth`, `.declares(name)`, `.lookup(name)`, and `.getBindings()`.
432432

0 commit comments

Comments
 (0)