1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
=== tests/cases/conformance/parser/ecmascriptnext/numericSeparators/parser.numericSeparators.decimal.ts ===
1_000_000_000
No type information for this code.1.1_00_01
No type information for this code.1e1_0
No type information for this code.1e+1_0
No type information for this code.1e-1_0
No type information for this code.1.1e10_0
No type information for this code.1.1e+10_0
No type information for this code.1.1e-10_0
No type information for this code.12_34_56
No type information for this code.1_22_333
No type information for this code.1_2.3_4
No type information for this code.1_2.3_4e5_6
No type information for this code.1_2.3_4e+5_6
No type information for this code.1_2.3_4e-5_6
No type information for this code.
No type information for this code.
|