Skip to content

Commit 3c4a982

Browse files
committed
fix(napi/parser): lazy deser: remove outdated comment
1 parent 5fc9565 commit 3c4a982

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

napi/parser/raw-transfer/node-array.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,6 @@ const PROXY_HANDLERS = {
284284

285285
// Get keys, including element indexes.
286286
ownKeys(arr) {
287-
// `NodeArray`s which are slices don't have their own elements. Act as if they do.
288287
const keys = [];
289288
for (let i = 0; i < arr.length; i++) {
290289
keys.push(i + '');

0 commit comments

Comments
 (0)