Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
feat: [4.7] support instantiation expressions#4938
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
feat: [4.7] support instantiation expressions#4938
Uh oh!
There was an error while loading.Please reload this page.
Conversation
nx-cloudbot commentedMay 9, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Thanks for the PR,@sosukesuzuki! typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community. The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately. Thanks again! 🙏Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently onhttps://opencollective.com/typescript-eslint. As a thank you, your profile/company logo will be added to our main README which receives thousands of unique visitorsper day. |
netlifybot commentedMay 9, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
✅ Deploy Preview fortypescript-eslint ready!
To edit notification comments on pull requests, go to yourNetlify site settings. |
bradzacher commentedMay 16, 2022
i merged the version bump so this can be rebased on top of main |
f8d2bfc toae10fddCompareae10fdd toa165519Comparecodecovbot commentedMay 18, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## main #4938 +/- ##==========================================+ Coverage 91.32% 91.71% +0.38%========================================== Files 132 361 +229 Lines 1487 12124 +10637 Branches 224 3518 +3294 ==========================================+ Hits 1358 11119 +9761- Misses 65 657 +592- Partials 64 348 +284
Flags with carried forward coverage won't be shown.Click here to find out more.
|
bradzacher left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
This LGTM!
Thanks so much for helping us prep for TS4.7
bradennapier commentedMay 24, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Is this released? As its on main I am just unsure if that triggers a release. Because the functionmakeBox<T>(value:T){return{ value};}constmakeStringBox=makeBox<string> "@typescript-eslint/eslint-plugin":"^5.26.0","@typescript-eslint/parser":"^5.26.0","eslint":"8.16.0","typescript":"rc" Typescript is 4.7.1-rc |
bradzacher commentedMay 24, 2022
This is all supported in our project! |

Uh oh!
There was an error while loading.Please reload this page.
PR Checklist
Overview
ref: Babel's implementation (babel/babel#14457)