mirror of
https://github.com/HeyPuter/puter
synced 2024-11-15 14:26:10 +00:00
dc95f2e065
This brings Phoenix's minimum required version from 20.x down to 16.x. ReadableStream.from() is deemed experimental, and requires Node 20.x (or at least, something higher than 18.x). This was the only code that made us require version 20.x. ReadableStream and WritableStream are available from Node 16.5, but require that they be explicitly imported. |
||
---|---|---|
.. | ||
basename.js | ||
date.js | ||
dirname.js | ||
echo.js | ||
env.js | ||
errno.js | ||
false.js | ||
harness.js | ||
head.js | ||
printf.js | ||
sleep.js | ||
sort.js | ||
tail.js | ||
true.js | ||
wc.js |