BigInt type for Flow (#10091)

* flow BigIntLiteralTypeAnnotation

* numericSeparator for flow test plugins

* fix flow tuple

* fix code review
This commit is contained in:
Tan Li Hau
2019-07-03 22:48:46 +08:00
committed by Nicolò Ribaudo
parent cbb482e2f9
commit f588e4ec47
4 changed files with 31 additions and 25 deletions

View File

@@ -1,3 +1,3 @@
{
"throws": "Unexpected token, expected \"number\" (1:8)"
"throws": "Unexpected token, expected \"number\" or \"bigint\" (1:8)"
}