TypeScript/src/testRunner
Paul Gschwendtner b26f77a703
Do not incorrectly add line separators for non-synthetic nodes when emitting node list (#44070)
As of 3c32f6e154, a line separator is
added between nodes if the nodes are not synthetic and on separate
lines. This it push s wrong and previously only happened if the non-synthetic
nodes were on different lines but had the same parent.

Fixes #44068.
2021-06-04 09:46:23 -05:00
..
parallel Fix typo in host.ts (#43930) 2021-05-13 14:00:26 -07:00
unittests Do not incorrectly add line separators for non-synthetic nodes when emitting node list (#44070) 2021-06-04 09:46:23 -05:00
compilerRef.ts Move most harness globals into namespaces (#35530) 2019-12-06 15:20:49 -08:00
compilerRunner.ts Fix namespace import/export helper usage 2020-07-07 17:36:59 -07:00
documentsRef.ts Move most harness globals into namespaces (#35530) 2019-12-06 15:20:49 -08:00
evaluatorRef.ts Move most harness globals into namespaces (#35530) 2019-12-06 15:20:49 -08:00
externalCompileRunner.ts Fix broken user and docker tests (#42431) 2021-01-22 13:23:41 -08:00
fakesRef.ts Move most harness globals into namespaces (#35530) 2019-12-06 15:20:49 -08:00
fourslashRef.ts Move most harness globals into namespaces (#35530) 2019-12-06 15:20:49 -08:00
fourslashRunner.ts Move most harness globals into namespaces (#35530) 2019-12-06 15:20:49 -08:00
playbackRef.ts Move most harness globals into namespaces (#35530) 2019-12-06 15:20:49 -08:00
projectsRunner.ts feat(eslint): consistent-type-assertions (#43556) 2021-05-18 06:20:57 -07:00
runner.ts feat(eslint): consistent-type-assertions (#43556) 2021-05-18 06:20:57 -07:00
rwcRunner.ts Merge pull request #39264 from microsoft/migrateMapsAndSets 2020-07-13 10:38:30 -07:00
test262Runner.ts Move most harness globals into namespaces (#35530) 2019-12-06 15:20:49 -08:00
tsconfig.json Dont update timestamps of output files if noEmit was specified (#44306) 2021-05-27 17:09:30 -07:00
utilsRef.ts Move most harness globals into namespaces (#35530) 2019-12-06 15:20:49 -08:00
vfsRef.ts Move most harness globals into namespaces (#35530) 2019-12-06 15:20:49 -08:00
vpathRef.ts Move most harness globals into namespaces (#35530) 2019-12-06 15:20:49 -08:00