sindresorhus/eslint-plugin-unicorn
Auf GitHub ansehenFalse positive `array-from-async` in `unicorn/no-unnecessary-polyfills`
Open
#2.270 geöffnet am 6. Feb. 2024
bughelp wanted
Beschreibung
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.