Files
TypeScript/tests/cases/compiler
Nathan Shively-Sanders 95731f0397 No errors on apparent type of bigint or symbol, even for recent targets (#49104)
* Remove bigint from Object.freeze in es5.d.ts

`BigInt` isn't resolved whenever `lib < es2020`, but it's not an error
when `target < es2020`. I have a few ideas for improving this situation
but for the RC I'm going to remove `bigint` from Object.freeze's
signature.

* Update other baselines

* No errors for missing apparent type of bigint,symbol for any target

* Update test text
2022-05-16 09:14:00 -07:00
..
2022-03-03 09:10:02 -08:00
2021-08-20 17:05:19 -07:00
2021-11-04 10:55:11 -07:00
2022-05-09 10:41:02 -07:00