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
In node V5, the Array.prototype.includes is hidden behind the harmony flag and not supported in earlier versions. In node 5.4.1, using the literal env throws:
In node V5, the
Array.prototype.includes
is hidden behind theharmony
flag and not supported in earlier versions. In node5.4.1
, using theliteral
env throws:The entry point to the tests have the line:
According to the node docs:
Using transform-runtime is recommended for library code, which will not include instance methods and built-ins and pollute the global scope.
Per a slack conversation with @stubailo , I will be furnishing a pull request to solve this.
The text was updated successfully, but these errors were encountered: