Skip to content
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fixup! Review suggestion
Co-authored-by: Jordan Harband <ljharb@gmail.com>
  • Loading branch information
erights and ljharb authored Jun 19, 2025
commit c60730cebe1bb730e0ad5394abd5c9c5bd433a9f
6 changes: 6 additions & 0 deletions lib/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
ArrayPrototypeSlice,
ArrayPrototypeSplice,
ArrayPrototypeUnshift,
Boolean,

Check failure on line 31 in lib/events.js

View workflow job for this annotation

GitHub Actions / lint-js-and-md

'Boolean' is assigned a value but never used
Error,
ErrorCaptureStackTrace,
FunctionPrototypeBind,
Expand Down Expand Up @@ -335,15 +335,21 @@
__proto__: null,
_events: {
__proto__: null,
configurable: true,
value: { __proto__: null },
writable: true,
},
_eventCount: {
__proto__: null,
configurable: true,
value: 0,
writable: true,
},
[kShapeMode]: {
__proto__: null,
configurable: true,
value: false,
writable: true,
},
Comment thread
erights marked this conversation as resolved.
});
} else {
Expand Down
Loading