mirror of
https://github.com/danbulant/oxc
synced 2026-05-21 21:29:01 +00:00
Don't track variable declaration or import binding names in TS namespace transform. Babel does, but it appears to be wrong. It's illegal to have a `var`/`let`/`const` declaration or import in same scope as a TS namespace declaration with same binding. https://www.typescriptlang.org/play/?#code/JYWwDg9gTgLgBAQTgMyhEcDkUCmBDAYxkwG4AoAOzxBwGcxCdE4BvAXzLIIgtvgCE4AXjgBGclRr1GcQSzJxFcADY54AD3Icyq+AGFhYidToMCTA-KUq1cTWW0A3PFDgARQ+Monp596wUlXTstMiA |
||
|---|---|---|
| .. | ||
| constants.rs | ||
| lib.rs | ||
| main.rs | ||
| test_case.rs | ||