Files
TypeScript/tests/cases/compiler
Eli Barzilay 5c8def9a06 Fix emitting ?.
Use `emit()` for writing `questionDotToken`, leading to properly calling
the emit hooks (which `emitTokenWithComment` doesn't) and printing the
comments.  This fixes #35372 by calling its hooks to set the `.__pos`
and `.__end` fields.

Also, remove `getDotOrQuestionDotToken` which was used only here --
mainly because it seems likely to encourage misusing the
`questionDotToken` again.

Also, fix a bunch of `visitor` -> `tokenVisiton` calls in
`visitorPublic.ts`.
2020-03-04 14:52:33 -05:00
..
2019-06-28 17:09:22 -10:00
2019-09-20 17:17:39 -07:00
2019-02-05 18:01:41 -08:00
2019-04-27 07:51:05 -07:00
2019-05-30 17:35:10 -07:00
2019-06-27 16:48:00 -10:00
2019-02-10 15:18:45 -08:00
2019-12-09 16:31:23 -08:00
2019-02-03 15:23:21 -08:00
2019-05-23 17:09:17 -07:00
2019-05-01 13:57:47 -07:00
2019-04-24 16:43:17 -07:00
2019-04-24 16:43:17 -07:00
2019-10-13 09:45:56 -07:00
2018-11-19 10:54:54 -08:00