mysticatea/eslint-plugin-node

fs.promises is marked as unsupported

Open

#174 geöffnet am 23. Juni 2019

Auf GitHub ansehen
 (7 Kommentare) (3 Reaktionen) (0 zugewiesene Personen)JavaScript (186 Forks)github user discovery
acceptedenhancementhelp wanted

Repository-Metriken

Stars
 (956 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

v9 is reporting fs.promises as unsupported in Node v10.1 in rule no-unsupported-features/node-builtins, but fs.promises was added in Node v10.1. Although it was an experimental feature until Node v11.14, it was still technically supported.

no-unsupported-features/node-builtins should treat experimental features as supported or it should be configurable to do so.

This is preventing me from upgrading to v9.

Contributor Guide