TypeScript/tests/cases/fourslash/syntacticClassificationsTripleSlash5.ts
Andrew Casey 9647506d8c Support classification of triple-slash references
Note: not restricted to the element and attribute names that actually
bind
2019-07-25 15:59:17 -07:00

9 lines
216 B
TypeScript

/// <reference path="fourslash.ts"/>
//// /// <reference
var c = classification;
verify.syntacticClassificationsAre(
c.comment("/// "),
c.punctuation("<"),
c.jsxSelfClosingTagName("reference"));