sindresorhus/eslint-plugin-unicorn
False positive `array-from-async` in `unicorn/no-unnecessary-polyfills`
已關閉
#2,270 建立於 2024年2月6日
bughelp wanted
倉庫指標
- 星標
- (5,022 顆星)
- PR 合併指標
- (平均合併 1天 16小時) (30 天內合併 399 個 PR)
描述
Code:
import arrayFromAsync from "array-from-async"; // Error: Use built-in instead
package.json:
{
"engines": {
"node": ">=18"
}
}
Array.fromAsync is not present in any Node.js version, not even v21, so it should not trigger no-unnecessary-polyfills.