Unary plus is not type checked
未關閉
linter
- 主要語言
- Rust
- 星號
- 22.3k
- 分支
- 1.9k
- PR 合併指標
- 30 天內沒有已合併 PR
描述
It's weird that Flows allows this:
``` js
const y: number = 1 + +{};
```
It's a good way to get unexpected `NaN` and usually is a mistake.
貢獻指南
評估
這個 Issue 還沒有評估資料。