mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
Fix bug with: 1. scopes not being created for functions. 2. too many scopes being created for class methods. i.e. Logic for when `Function` creates a scope was opposite of what it should be. Discovered by @Dunqing in https://github.com/oxc-project/oxc/pull/3258#pullrequestreview-2054259476. |
||
|---|---|---|
| .. | ||
| ancestor.rs | ||
| context.rs | ||
| lib.rs | ||
| traverse.rs | ||
| walk.rs | ||