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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃 Pick PR #49104 (No errors on apparent type of bigin...) into release-4.7 #49135

Merged

Commits on May 16, 2022

  1. Cherry-pick PR microsoft#49104 into release-4.7

    Component commits:
    4c6e802 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.
    
    6d5bf6a Update other baselines
    
    e1958f7 No errors for missing apparent type of bigint,symbol for any target
    
    86fc8db Update test text
    sandersn authored and typescript-bot committed May 16, 2022
    Copy the full SHA
    11ef3b0 View commit details
    Browse the repository at this point in the history