Guy Bedford
Guy Bedford
In theory it should still be possible to query the graph metadata from within renderChunk. Did you try exploring the ‘this’ methods in that context? I forget if there’s a...
Agreed we should definitely move towards doing this. First under an option, then hopefully we can provide it by default for 1.0. What do people think about the default cache...
I still think a CLI default experience here would be useful, and I even started work along these lines in https://github.com/rollup/rollup/pull/2397 before getting pulled in other directions. Happy to let...
If you add a `"deno"` condition in the exports field, and configure this with rollup-plugin-node-resolve as an exports condition, that is one technique that can work here and that we...
If we're talking wish-lists I would love it if RollupJS could converge on URLs as the primary internal specifier mechanism to match Node.js, Deno and web.
Yes they mostly seem incorrect arguments. @caridy @dherman it would be great if one of you could answer these questions. I'll chime in the next day or so otherwise.
@trevnorris sure, I mentioned that the pipeline allows hooking any loading style for CommonJS (including synchronous loading and execution). The way that would work is that `instantiate` gets called for...
@bmeck thanks for bringing a discussion together. I won't be able to make it unfortunately, but will follow the notes!
@trevnorris certainly any minor break in behaviour is not acceptable for an upgrade path and will inhibit adoption of ES modules in Node. If it helps to clarify, here is...
@caridy that makes sense and I see your points. Would it still be possible to define `jquery/sizzle` as a subpath in the sites table?