You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
psl v1 doesn't have an engines field, which means it supports all versions of node.
v1.9 and below worked fine in node <= 4, but v1.10.0 contains untranspiled spread syntax and const/lets, and thus breaks in node 4 and below. Can you restore that support in a v1? It's fine to publish a v2 that drops it explicitly after that, of course :-)
(i'd also suggest expanding the CI matrix to include every supported node version, not just down to v8)
The text was updated successfully, but these errors were encountered:
ljharb
added a commit
to ljharb/prop-types-exact
that referenced
this issue
Dec 16, 2024
psl v1 doesn't have an
engines
field, which means it supports all versions of node.v1.9 and below worked fine in node <= 4, but v1.10.0 contains untranspiled spread syntax and
const
/let
s, and thus breaks in node 4 and below. Can you restore that support in a v1? It's fine to publish a v2 that drops it explicitly after that, of course :-)(i'd also suggest expanding the CI matrix to include every supported node version, not just down to v8)
The text was updated successfully, but these errors were encountered: