You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is one js file.
This file is automatically generated when customizing in the nativebase.io library.
However, this file does not work with intellisense on vscode's tsserver.
This causes the Intellisense of the entire project containing this file to hang.
I want to know how to solve it.
As soon as you add more fields to the object, it feels like compilation time increases in an exponential manner. One more, still compiles but takes maybe 2 minutes. Two more, you'll wait till tomorrow.
@orta suggested to have a look at a CPU Profile (yarn run tsc --extendedDiagnostics --generateCPUProfile cpu_profile):
Check Time covers 99% of total time
Profile is 100MB, slow to look at in chrome :P
Main Function responsible for total time: checkExpressionWorker
The profile generally is super nested, looks like a lot of recursive calls. I didn't yet cross-reference it with the code yet, that will be the next step and put some debug code in typescript itself? I guess thats the only way to find out...
This is one js file.
This file is automatically generated when customizing in the nativebase.io library.
However, this file does not work with intellisense on vscode's tsserver.
This causes the
Intellisense
of the entire project containing this file to hang.I want to know how to solve it.
commonColor.js
The text was updated successfully, but these errors were encountered: