Skip to content

Commit 841330c

Browse files
committed
Add summary section to SCOPING.md
1 parent ee616b7 commit 841330c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

SCOPING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,3 +211,10 @@ let local;
211211
})();
212212
})();
213213
```
214+
215+
### Summary
216+
217+
There are no differences regarding naming scope of async locals between regular
218+
JavaScript variables. AsyncLocal doesn't introduce dynamic scoping to the
219+
naming scope of AsyncLocal instances. There are no changes regarding variable
220+
naming scope in the proposal.

0 commit comments

Comments
 (0)