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
Right now when a TypeScript file is updated in the editor, the whole content is send to the worker to check for possible issues. This forces the compiler to refresh a large part of he AST.
Compiler has support for incremental updates that should improve performance and reduce CPU load.
The text was updated successfully, but these errors were encountered:
Right now when a TypeScript file is updated in the editor, the whole content is send to the worker to check for possible issues. This forces the compiler to refresh a large part of he AST.
Compiler has support for incremental updates that should improve performance and reduce CPU load.
The text was updated successfully, but these errors were encountered: