Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 3.35.9
**`(fix):`** Fix generated error classes to correctly set the prototype chain, capture stack traces, and set the error name so `instanceof` checks behave as expected.
Error classes now use `new.target.prototype` instead of the static class name for `Object.setPrototypeOf`,
conditionally call `Error.captureStackTrace` for V8 environments, and set `this.name` dynamically.