Files
node/lib/internal
Luigi Pinca 8bb30274db watch: clarify that the fileName parameter can be null
Add a comment to clarify that the `fileName` parameter can be `null` if
the file name cannot be determined.

PR-URL: https://github.com/nodejs/node/pull/51305
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
2023-12-30 21:30:15 +00:00
..
2023-12-18 09:18:25 +00:00
2023-08-12 13:39:24 +02:00
2023-12-26 13:43:36 +00:00
2023-10-17 06:23:40 +00:00
2023-11-11 16:25:08 +00:00
2023-11-11 16:25:08 +00:00

Internal Modules

The modules in lib/internal are intended for internal use in Node.js core only, and are not accessible with require() from user modules. These modules can be changed at any time. Reliance on these modules outside of core is not supported in any way.