Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No errors on apparent type of bigint or symbol, even for recent targets #49104

Merged
merged 4 commits into from May 16, 2022

Commits on May 13, 2022

  1. 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.
    sandersn committed May 13, 2022
    Copy the full SHA
    4c6e802 View commit details
    Browse the repository at this point in the history
  2. Update other baselines

    sandersn committed May 13, 2022
    Copy the full SHA
    6d5bf6a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e1958f7 View commit details
    Browse the repository at this point in the history
  4. Update test text

    sandersn committed May 13, 2022
    Copy the full SHA
    86fc8db View commit details
    Browse the repository at this point in the history