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
5 changes: 3 additions & 2 deletions packages/mdx/src/remark/to-estree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,9 @@ export function valueToEstree(
}
}
if (
value instanceof BigInt64Array ||
value instanceof BigUint64Array ||
// https://github.com/code-hike/codehike/issues/194
// value instanceof BigInt64Array ||
// value instanceof BigUint64Array ||
value instanceof Float32Array ||
value instanceof Float64Array ||
value instanceof Int8Array ||
Expand Down