File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ export type UnionComments =
104104
105105/**
106106 * Signature comment
107+ * #2921 {@link !Promise}
107108 * @param item Item comment
108109 */
109110export function box < T > ( item : T ) {
Original file line number Diff line number Diff line change 1010 "name" : " json" ,
1111 "path" : " ../../../docs/docs.json"
1212 }
13- ]
13+ ],
14+ "externalSymbolLinkMappings" : {
15+ // used by {@link !Promise }
16+ "global" : {
17+ "Promise" : " #"
18+ }
19+ }
1420}
Original file line number Diff line number Diff line change 105105 {
106106 "div.tsd-description" : [
107107 {
108- "div.tsd-comment.tsd-typography" : " <p>Signature comment</p>\n "
108+ "div.tsd-comment.tsd-typography" : " <p>Signature comment\n #2921 !Promise </p>\n "
109109 },
110110 {
111111 "section.tsd-panel" : [
197197 "props" : {
198198 "href" : " index.ts"
199199 },
200- "children" : " index.ts:109 "
200+ "children" : " index.ts:110 "
201201 }
202202 ]
203203 }
You can’t perform that action at this time.
0 commit comments