Node v8.5.0
nodejs.org
Node v8.5.0
1–10 of 57 posts
Re: Node v8.5.0
#2FINALLY. I don;t know how long we could have come with this still being a thing you need a module for, or you have to code yourself.
Hopefully we get `fs.mkdirp` and `fs.remrf` somewhere down the line.
> Add support for ESM. This is currently behind the `--experimental-modules` flag and requires the `.mjs` extension.
I don't like the `.mjs` extension, but I understand the need for it, and I'm just glad that modules are finally here.
Re: Node v8.5.0
#3Re: Node v8.5.0
#4Everyone busy with iPhone X bad day for such important post
Moving back to the linked story, are there any long running issues with Node that are still not yet addressed? Are nearly all common issues resolved?
Re: Node v8.5.0
#5Node has been a frustrating language to switch to from C# from the perspective of stack traces. It seems in node they devolve into relative meaninglessness beyond the first line or two. I have fond memories of juicy stack traces like homing beacons.
I'm secretly hoping somebody will jump in to tell me I'm just reading them wrong or something...
Re: Node v8.5.0
#6Everyone busy with iPhone X bad day for such important post
I think you could find plenty of people who couldn't care less about the iPhone X (you're speaking with one of them). I took one quick look, saw nothing of major interest, and moved on with my day. Moving back to the linked story, are there any long running issues with Node that are still not yet addressed? Are nearly all common issues resolved?
All common issues are quickly resolved, almost by definition, in a long-running successful project like node. Lots of people depend on that being the case.
It's just not always resolved in core (which is why npm/yarn/webpack and a hundred other awesome derived works exist).
Re: Node v8.5.0
#7Does enable async stack traces mean useful stack traces? Node has been a frustrating language to switch to from C# from the perspective of stack traces. It seems in node they devolve into relative meaninglessness beyond the first line or two. I have fond memories of juicy stack traces like homing beacons. I'm secretly hoping somebody will jump in to tell me I'm just reading them wrong or something...
Re: Node v8.5.0
#8Everyone busy with iPhone X bad day for such important post
Re: Node v8.5.0
#9Does enable async stack traces mean useful stack traces? Node has been a frustrating language to switch to from C# from the perspective of stack traces. It seems in node they devolve into relative meaninglessness beyond the first line or two. I have fond memories of juicy stack traces like homing beacons. I'm secretly hoping somebody will jump in to tell me I'm just reading them wrong or something...
Re: Node v8.5.0
#10> add fs.copyFile and fs.copyFileSync which allows for more efficient copying of files. FINALLY. I don;t know how long we could have come with this still being a thing you need a module for, or you have to code yourself. Hopefully we get `fs.mkdirp` and `fs.remrf` somewhere down the line. > Add support for ESM. This is currently behind the `--experimental-modules` flag and requires the `.mjs` extension. I don't like…