Results 651 comments of Joyee Cheung

This has only been in the current release (22) for a week. We will need to bake it for another week before backporting it to LTS per the policy.

> and pretty rare in production I would think it's the opposite for tracing agents - although they usually don't care about the source code (except the current loaders built...

Also, speaking of loader hooks, I think we need to convert the CJS loader to pass buffers around regardless for future binary file loading support (for example if the custom...

(Now I am spamming this tracking issue but) after some looks into existing monkey patching usages in popular packages (or I did a GitHub code search) I think the most...

> Do you see a world in which the compile cache can be enabled from within a running program, or where this option is just "always on" and benefits all...

What would the VSCode plugin do? If it's a plugin that runs on `.heapsnapshot` files and displays the leak suspect report then it's certainly doable, but do note that any...

By the way the Chromium DevTools used to have a dominator tree view that basically does part of the job of Eclipse's MAT, but it was removed and the request...

npm is considering adding the type field to npm init: https://github.com/npm/init-package-json/pull/302 (Although it seems [the general stance from npm](https://openjs-foundation.slack.com/archives/C019Y2T6STH/p1727799126138669?thread_ts=1727792329.214889&cid=C019Y2T6STH) is - people shouldn't really be using `npm init` for anything...

The host defined options leak in the compilation cache has already been fixed by V8. Closing.

Pointer: https://github.com/nodejs/node/pull/24069 Until that lands, or gets merged into this PR, it will fail the cache generation tests. Although even with that change, this still needs to fix the generator..