mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
I did a few things in this PR, 1. Remove `names` which store the declarations name used for checking re-declaration. (We can use SymbolTable to do it now.) 2. Correct semantic data for namespace transform 3. Simplify code |
||
|---|---|---|
| .. | ||
| ast_tools | ||
| benchmark | ||
| common | ||
| compat_data | ||
| coverage | ||
| javascript_globals | ||
| lint_rules | ||
| minsize | ||
| prettier_conformance | ||
| rulegen | ||
| transform_checker | ||
| transform_conformance | ||
| website | ||