Remove unused (and sometimes broken) targets and scripts #30054
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
runtests-browser
is broken and doesn't run (we have some stuff in the harness the breaks it). Unless we like it a lot and want to fix it (and ideally add it so CI somehow so we know if it is broken by a change), I'm removing it.perf-tsc
seems unused - nowadays we collect our perf measures either with profilers directly or with thediagnostics
andextendedDiagnostics
flags to plain tsc (both of which have way to distinguish IO time).createBenchmark
script is broken and doesn't compile.ior
script is useless with the new RWC baseline format we've used for the last year - every input file is already loose, so there's no need for an inspection tool.parallel-lint
is unused.types/mocha
is unused since we updated the real mocha awhile ago.tests/test.bat
seems... pointless? No clue why it was there.I looked at
errorCheck
as well, but that seems useful - like the rest of our useful scripts, it should probably be integrated into CI.