eslint/archive-website

Parser demo error with bigint literals

mdjermanovic opened this issue · 1 comments

Requires ECMAVersion 11 (#629) to test.

Parser demo shows an error on the following:

1n

Parser works well, but JSON.stringify throws on bigint content. Demo doesn't crash, but shows an error instead of the tree:

Do not know how to serialize a BigInt

Closing as obsolete because parser demo doesn't exist anymore.