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 Error on invalid uses of namespace export (#37715) 2020-04-09 09:42:16 -07:00
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