Skip to content

Commit 0dccc37

Browse files
author
Gilad Gray
committed
📸
1 parent a95fa1f commit 0dccc37

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "documentalist",
3-
"version": "1.0.0-beta.3",
3+
"version": "1.0.0-beta.4",
44
"description": "documentation for the rest of us",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/__tests__/__snapshots__/typescript.test.ts.snap

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -580,10 +580,12 @@ Object {
580580
},
581581
"kind": "parameter",
582582
"name": "x",
583+
"sourceUrl": undefined,
583584
"type": "string",
584585
},
585586
],
586587
"returnType": "any",
588+
"sourceUrl": "https://github.com/palantir/documentalist/blob/develop/src/__tests__/__fixtures__/interfaces.ts#L62",
587589
"type": "{ [x: string]: any }",
588590
},
589591
"kind": "interface",
@@ -981,11 +983,11 @@ callback to extract key from each item.",
981983
},
982984
],
983985
"returnType": "{ [key: string]: T }",
984-
"sourceUrl": "https://github.com/palantir/documentalist/blob/develop/src/__tests__/__fixtures__/interfaces.ts#L73",
986+
"sourceUrl": "https://github.com/palantir/documentalist/blob/develop/src/__tests__/__fixtures__/interfaces.ts#L76",
985987
"type": "(array: T[], getKey: (item: T) => string) => { [key: string]: T }",
986988
},
987989
],
988-
"sourceUrl": "https://github.com/palantir/documentalist/blob/develop/src/__tests__/__fixtures__/interfaces.ts#L73",
990+
"sourceUrl": "https://github.com/palantir/documentalist/blob/develop/src/__tests__/__fixtures__/interfaces.ts#L76",
989991
},
990992
Object {
991993
"documentation": undefined,
@@ -1072,11 +1074,11 @@ is.",
10721074
},
10731075
],
10741076
"returnType": "object",
1075-
"sourceUrl": "https://github.com/palantir/documentalist/blob/develop/src/__tests__/__fixtures__/interfaces.ts#L84",
1077+
"sourceUrl": "https://github.com/palantir/documentalist/blob/develop/src/__tests__/__fixtures__/interfaces.ts#L87",
10761078
"type": "(blockContent: string, reservedTagWords?: string[]) => object",
10771079
},
10781080
],
1079-
"sourceUrl": "https://github.com/palantir/documentalist/blob/develop/src/__tests__/__fixtures__/interfaces.ts#L84",
1081+
"sourceUrl": "https://github.com/palantir/documentalist/blob/develop/src/__tests__/__fixtures__/interfaces.ts#L87",
10801082
},
10811083
Object {
10821084
"documentation": undefined,
@@ -1132,16 +1134,16 @@ is.",
11321134
},
11331135
],
11341136
"returnType": "string",
1135-
"sourceUrl": "https://github.com/palantir/documentalist/blob/develop/src/__tests__/__fixtures__/interfaces.ts#L89",
1137+
"sourceUrl": "https://github.com/palantir/documentalist/blob/develop/src/__tests__/__fixtures__/interfaces.ts#L92",
11361138
"type": "(markdown: string) => string",
11371139
},
11381140
],
1139-
"sourceUrl": "https://github.com/palantir/documentalist/blob/develop/src/__tests__/__fixtures__/interfaces.ts#L89",
1141+
"sourceUrl": "https://github.com/palantir/documentalist/blob/develop/src/__tests__/__fixtures__/interfaces.ts#L92",
11401142
},
11411143
],
11421144
"name": "ICompiler",
11431145
"properties": Array [],
1144-
"sourceUrl": "https://github.com/palantir/documentalist/blob/develop/src/__tests__/__fixtures__/interfaces.ts#L68",
1146+
"sourceUrl": "https://github.com/palantir/documentalist/blob/develop/src/__tests__/__fixtures__/interfaces.ts#L71",
11451147
},
11461148
"IconName": Object {
11471149
"documentation": undefined,

0 commit comments

Comments
 (0)