Home
Phabricator
Search
Configure Global Search
Log In
Transactions
D16928
Change Details
Change Details
Old
New
Diff
typescript does not like `while (true)`. Apparently this is the "right way" to "do something forever" https://eslint.org/docs/latest/rules/no-constant-condition
typescript does not like `while (true)`. Apparently this is the "right way" to "do something forever" https://eslint.org/docs/latest/rules/no-constant-condition use `const` instead of `let` for a constant
typescript does not like `while (true)`. Apparently this is the "right way" to "do something forever" https://eslint.org/docs/latest/rules/no-constant-condition
use `const` instead of `let` for a constant
Continue