Skip to content

Commit b9b92cd

Browse files
committed
Remove BigInt64Array
1 parent b9dbefe commit b9b92cd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/mdx/src/remark/to-estree.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,9 @@ export function valueToEstree(
145145
}
146146
}
147147
if (
148-
value instanceof BigInt64Array ||
149-
value instanceof BigUint64Array ||
148+
// https://github.com/code-hike/codehike/issues/194
149+
// value instanceof BigInt64Array ||
150+
// value instanceof BigUint64Array ||
150151
value instanceof Float32Array ||
151152
value instanceof Float64Array ||
152153
value instanceof Int8Array ||

0 commit comments

Comments
 (0)