-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare to upgrade to node 18 #3721
Comments
They added
With I have no idea what to do with snapshot stuff. And this is neat. Probably just for developers - checking what supported identifiers v8 has. Stuff like |
The built-in test runner, But the other stuff is worth checking out. I also think they have a native "watch" mode now, like nodemon, but I don't know what it's called. |
Just adding some info for people in here that are following: I'm not sure if it's only for a file, or for a folder too. This could be useful for SSG related stuff? If we make changes to the original file, could just make an SSG reload and display new results. Ooooooh, could make people do a lab that implements this :D I just realised, we can actually mix this in with Streams API, where we:
I don't know why. But we can. |
On Oct 25th, node 18 is becoming the active LTS version. We should see if we can switch over to use it everywhere.
It brings a bunch of new things, but among them is the global
fetch()
function, which should let us replace what we do now withgot
andnode-fetch
.We should figure out what all the other features are that we can use, and make sure we update to use them properly.
The text was updated successfully, but these errors were encountered: