Home
last modified time | relevance | path

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

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