TypeScript/tests
Nathan Shively-Sanders 8d737ca959
Simplify parseJSDocIdentifierName (#24660)
* Simplify parseJSDocIdentifierName

It now always creates a missing node. The one place that depended on it
returning undefined, parseJSDocTypeNameWithNamespace, now returns
undefined before calling parseJSDocIdentifierName.

* Remove assert

It is adequately proven at compile time.
2018-06-05 14:30:37 -07:00
..
baselines/reference Simplify parseJSDocIdentifierName (#24660) 2018-06-05 14:30:37 -07:00
cases Use more nodelike paths for import types when possible (#24610) 2018-06-05 12:54:36 -07:00
lib
webhost
perfsys.ts
perftsc.ts
test.bat
webTestResults.html
webTestServer.ts