tools
tools copied to clipboard
🐛 `noRedeclare` throws error when using default export on overloaded function
Environment information
CLI:
Version: 12.1.3-nightly.f65b0d9
Color support: true
Platform:
CPU Architecture: aarch64
OS: macos
Environment:
ROME_LOG_DIR: unset
NO_COLOR: unset
TERM: "xterm-256color"
JS_RUNTIME_VERSION: "v18.16.1"
JS_RUNTIME_NAME: "node"
NODE_PACKAGE_MANAGER: "yarn/3.6.1"
Rome Configuration:
Status: Loaded successfully
Formatter disabled: false
Linter disabled: false
Organize imports disabled: true
VCS disabled: false
Workspace:
Open Documents: 0
Discovering running Rome servers...
Incompatible Rome Server: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ℹ Rage discovered this running server using an incompatible version of Rome.
Server:
Version: 12.1.3
What happened?
Overloading a default export throws a lint/suspicious/noRedeclare
error.
Non-default exports work fine.
Expected result
It should not throw an error
Code of Conduct
- [X] I agree to follow Rome's Code of Conduct