TypeScript/tests/cases/conformance/es2020
Nathan Shively-Sanders 5f46d42ad1
Error on missing BigInt in es2020 (#37899)
* Error on missing BigInt in ES2020 too.

Previously it was only on ESNext, but bigint ships in ES 2020.

There are no tests for this; passing `false` doesn't cause any tests to
fail at least.

* add tests
2020-04-13 08:30:59 -07:00
..
modules
bigintMissingES2019.ts Error on missing BigInt in es2020 (#37899) 2020-04-13 08:30:59 -07:00
bigintMissingES2020.ts Error on missing BigInt in es2020 (#37899) 2020-04-13 08:30:59 -07:00
bigintMissingESNext.ts Error on missing BigInt in es2020 (#37899) 2020-04-13 08:30:59 -07:00