Skip to content

Commit e56fb6c

Browse files
committed
mark Error.isError not supported in Node because of a bug
nodejs/node#58134
1 parent f44f80d commit e56fb6c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
##### Unreleased
33
- Compat data improvements:
44
- Added [Deno 2.3](https://github.com/denoland/deno/releases/tag/v2.3.0) compat data mapping
5+
- [`Error.isError`](https://github.com/tc39/proposal-is-error) marked not supported in Node because of [a bug](https://github.com/nodejs/node/issues/58134)
56

67
##### [3.42.0 - 2025.04.30](https://github.com/zloirock/core-js/releases/tag/v3.42.0)
78
- Changes [v3.41.0...v3.42.0](https://github.com/zloirock/core-js/compare/v3.41.0...v3.42.0) (142 commits)

packages/core-js-compat/src/data.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2378,6 +2378,8 @@ export const data = {
23782378
// bun: '1.1.39',
23792379
chrome: '134',
23802380
firefox: '138',
2381+
// https://github.com/nodejs/node/issues/58134
2382+
node: false,
23812383
},
23822384
'esnext.function.demethodize': {
23832385
},

0 commit comments

Comments
 (0)