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
{{ message }}
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.
Imagine a numeric variable, <TSLintParallelization>4</TSLintParallelization>, that separates the list of TS files to compile into that many different sub-lists. Each list gets its own process.
Upside: parallel linting!
Downside: either nondeterministic result line orders or extra work done to sort them
The text was updated successfully, but these errors were encountered:
Imagine a numeric variable,
<TSLintParallelization>4</TSLintParallelization>
, that separates the list of TS files to compile into that many different sub-lists. Each list gets its own process.The text was updated successfully, but these errors were encountered: