diff options
Diffstat (limited to 'tests/specs/doc/json/json.out')
-rw-r--r-- | tests/specs/doc/json/json.out | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/tests/specs/doc/json/json.out b/tests/specs/doc/json/json.out new file mode 100644 index 000000000..ae1b02596 --- /dev/null +++ b/tests/specs/doc/json/json.out @@ -0,0 +1,28 @@ +{ + "version": 1, + "nodes": [ + { + "name": "foo", + "isDefault": false, + "location": { + "filename": "file:///[WILDCARD]/types.d.ts", + "line": 2, + "col": 13, + "byteIndex": 39 + }, + "declarationKind": "export", + "jsDoc": { + "doc": "An exported value." + }, + "kind": "variable", + "variableDef": { + "tsType": { + "repr": "string", + "kind": "keyword", + "keyword": "string" + }, + "kind": "const" + } + } + ] +} |