Files
babel/packages/babel-parser/test/fixtures/estree/bigInt/options.json
Kai Cataldo fb100eee41 @babel/eslint-parser: fix BigIntLiteral node to match ESTree spec (#10827)
* @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
2019-12-08 02:59:18 +01:00

7 lines
50 B
JSON

{
"plugins": [
"estree",
"bigInt"
]
}