-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Move off node10 and add intellisense #4643
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4643 +/- ##
==========================================
+ Coverage 56.37% 56.41% +0.03%
==========================================
Files 718 718
Lines 22807 22807
Branches 1658 1658
==========================================
+ Hits 12857 12866 +9
+ Misses 9539 9533 -6
+ Partials 411 408 -3
Continue to review full report at Codecov.
|
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.
LGTM
@unlikelyzero Tests are failing. |
Shefali, the tests aren't failing. It's failing to install on Node16.
…On Thu, Dec 30, 2021, 09:23 Shefali Joshi ***@***.***> wrote:
@unlikelyzero <https://github.com/unlikelyzero> Tests are failing.
—
Reply to this email directly, view it on GitHub
<#4643 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC66ZFIARL7QGJ7Z27JRMHDUTSIPLANCNFSM5K63HA6Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
…ntial issue with Node 17 in case the config changes closer to defaults At the moment there is no error with Node 17 because the config strays from the defaults and avoids the common case. Also add a tsconfig.json file that enables VS Code and other IDEs to perform type checking on the side. For example now the webpack config file is type checked. This does not impact any existing processes, our build scripts are left untouched and only IDEs will use it for live intellisense and type checking when viewing files (f.e. showing helpful red squiggly underlines on type errors)
@trusktr that change still didn't take on node16. It may only apply to node17? |
True, that was only for Node 17. Trying to find out this Node 16 mystery. Gonna start toggling settings in webpack conf. |
@shefalijoshi when you have a chance can you look at the ts config? |
Closes: #4584 and #4690
All Submissions:
Author Checklist