Home
last modified time | relevance | path

Searched refs:jsxClosingTag (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/tests/cases/fourslash/
DautoCloseTag.ts48 verify.jsxClosingTag({
DautoCloseFragment.ts48 verify.jsxClosingTag({
Dfourslash.ts263jsxClosingTag(map: { [markerName: string]: { readonly newText: string } | undefined }): void;
/third_party/typescript/src/harness/
DfourslashInterfaceImpl.ts186 … public jsxClosingTag(map: { [markerName: string]: ts.JsxClosingTagInfo | undefined }): void { method in FourSlashInterface.VerifyNegatable