angular/packages/zone.js/lib
arturovt 9e07b621ea fix(zone.js): add missing APIs to Node.js fs patch (#54396)
This commit updates the list of Node.js `fs` APIs to be patched because
they haven't been updated for a long time. It adds `opendir,lutimes,writev`.
For example, the `opendir` method was added to Node.js in version 12.12.0 in
2019, causing some of the APIs to potentially be always called within the
`<root>` context.

**Note:** There are missing unit tests for these changes because in unit tests,
`fs` is patched by Bazel's Node.js rules and its `node_patches.cjs`. However,
the APIs are successfully patched in the real production code and are called
with the correct context.

PR Close #54396
2024-05-03 08:03:25 -07:00
..
browser refactor: migrate zone.js to prettier formatting (#55427) 2024-04-29 09:52:05 -07:00
common refactor(zone.js): use Object.prototype.toString directly for improved tree shakability (#55412) 2024-04-30 14:06:43 -07:00
extra refactor: migrate zone.js to prettier formatting (#55427) 2024-04-29 09:52:05 -07:00
jasmine refactor: migrate zone.js to prettier formatting (#55427) 2024-04-29 09:52:05 -07:00
jest refactor: migrate zone.js to prettier formatting (#55427) 2024-04-29 09:52:05 -07:00
mix refactor(zone.js): update Zone bundles to call patch* functions (#53443) 2024-03-15 18:11:33 -07:00
mocha refactor: migrate zone.js to prettier formatting (#55427) 2024-04-29 09:52:05 -07:00
node fix(zone.js): add missing APIs to Node.js fs patch (#54396) 2024-05-03 08:03:25 -07:00
rxjs refactor: migrate zone.js to prettier formatting (#55427) 2024-04-29 09:52:05 -07:00
testing refactor: migrate zone.js to prettier formatting (#55427) 2024-04-29 09:52:05 -07:00
zone-spec refactor: migrate zone.js to prettier formatting (#55427) 2024-04-29 09:52:05 -07:00
BUILD.bazel refactor(zone.js): package Zone *.d.ts files (#53443) 2024-03-15 18:11:34 -07:00
zone-global.d.ts fix(zone.js): remove global declaration (#37861) 2020-10-23 15:19:49 -07:00
zone-impl.ts refactor: migrate zone.js to prettier formatting (#55427) 2024-04-29 09:52:05 -07:00
zone.api.extensions.ts refactor(zone.js): change from scripts to modules (#53445) 2024-01-09 13:20:50 -08:00
zone.configurations.api.ts refactor: migrate zone.js to prettier formatting (#55427) 2024-04-29 09:52:05 -07:00
zone.ts refactor: migrate zone.js to prettier formatting (#55427) 2024-04-29 09:52:05 -07:00