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
Make tslint run in a worker, not on the main thread. Problem is that it uses nodejs modules to load rules and formatters. So that needs to be rewritten, because these are not available in a worker.
Ideally should also use the AST from the TSWorker in order to speed up the parsing process (so also run within the same worker).
The text was updated successfully, but these errors were encountered:
Make tslint run in a worker, not on the main thread. Problem is that it uses nodejs modules to load rules and formatters. So that needs to be rewritten, because these are not available in a worker.
Ideally should also use the AST from the TSWorker in order to speed up the parsing process (so also run within the same worker).
The text was updated successfully, but these errors were encountered: