TypeScript/tests
Wesley Wigham 0736554db7
Alternate but more general token comment emit fix + organizeImports fix (#22836)
@amcasey: Preserve leading trivia when organizing imports

When organizing imports, we used to move the leading and trailing trivia
of each individual import with that import as it was repositioned or
deleted.  This had the unfortunate effect of repositioning or deleting
the header comment of the file.

Our new approach is to leave the leading trivia of the first import
ahead of the resulting block of imports (i.e. it no longer follows the
first import as it is repositioned or deleted).  Trailing trivia on the
first import and trivia on subsequent imports are treated as before.
2018-03-23 14:13:40 -07:00
..
baselines/reference Alternate but more general token comment emit fix + organizeImports fix (#22836) 2018-03-23 14:13:40 -07:00
cases Add regression test 2018-03-23 09:48:00 -07:00
lib
webhost
perfsys.ts
perftsc.ts
test.bat
webTestResults.html
webTestServer.ts