Yoshiya Hinosawa
|
285635daa6
|
fix(ext/node): map ERROR_INVALID_NAME to ENOENT on windows (#26475)
In libuv on windows, `ERROR_INVALID_NAME` is mapped to `ENOENT`, but it
is mapped to `EINVAL` in our compat implementation, which causes the
issue #24899.
ref:
d4ab6fbba4/src/win/error.c (L138)
closes #24899
closes #26411
closes #23635
closes #21165
closes #19067
|
2024-10-23 11:28:04 +09:00 |
|
Nathan Whitaker
|
1bccf45ecb
|
fix(ext/node): properly map reparse point error in readlink (#26375)
|
2024-10-18 10:11:06 -07:00 |
|
David Sherret
|
7e72f3af61
|
chore: update copyright to 2024 (#21753)
|
2024-01-01 19:58:21 +00:00 |
|
Matt Mastracci
|
9226207c01
|
chore(ext/node): port some ops to op2 (#20400)
|
2023-09-07 10:56:02 -06:00 |
|
Bartek Iwańczuk
|
1f0360c073
|
refactor(ext/node): reorganize ops (#18799)
Move all op related code of "ext/node" to "ext/node/ops" module.
These files were unnecessarily scattered around the extension.
|
2023-04-24 12:22:21 +02:00 |
|