Christopher Hiller

Results 550 comments of Christopher Hiller

We seem to be waiting on https://github.com/nodejs/node/pull/21551 to move forward with that, but it doesn't mean we need to wait to publish shims.

I've abused Rollup to bundle Node.js packages for deployment to cloud function providers... it's a good alternative to uploading a zip file, that's for sure. Assuming there are clear benefits,...

@MylesBorins > Whether it be a binary ast, a V8 memory snapshot, or a combination of lots of modules and the PRPL pattern... Lots of exciting things node can do...

I also wanted to mention "native source map support"

@lukastaegert (Rollup) and @sokra / @thelarkinn (Webpack) **As a bundling tool author, what features are missing from Node.js that'd make improve your tool, reduce friction for your users, or improve...

We're meeting [tomorrow](#39) and this will be on the agenda. To everyone offering comments: please attend if you're available!

@sindresorhus It sounds like you'd be in support of pulling fast-glob into core, then?

OK, we discussed this at [today's meeting](#39) - Both glob and the *underlying matcher* should be available for consumption - To start, let's create a PR which adds matching support...

I'm working to document this initiative, so here's a rough draft of what I have, including a comparison of existing solutions. If I'm _wrong_ here, please say so. I'll send...

My key takeaway: if you expected the implementation to be simple, you will be disappointed. :smile: I don't think we can get away with not offering a handful of flags,...