* @babel/eslint-parser: fix BigIntLiteral node to match ESTree spec * Move token conversion to @babel/eslint-parser * Add estree plugin tests * Update test helpers to handle BigInt serializing * Update Literal union type to include BigIntLiteral * Add FlowIgnore comment for BigInt
7 lines
50 B
JSON
7 lines
50 B
JSON
{
|
|
"plugins": [
|
|
"estree",
|
|
"bigInt"
|
|
]
|
|
}
|