summaryrefslogtreecommitdiff
path: root/tests/specs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs')
-rw-r--r--tests/specs/bench/json_output/pass.json.out1
-rw-r--r--tests/specs/doc/json/__test__.jsonc4
-rw-r--r--tests/specs/doc/json/json.js2
-rw-r--r--tests/specs/doc/json/json.out28
-rw-r--r--tests/specs/doc/json/types.d.ts2
-rw-r--r--tests/specs/doc/lint_json_success/lint_success_json.out101
-rw-r--r--tests/specs/info/multiple_redirects/main.out1
7 files changed, 90 insertions, 49 deletions
diff --git a/tests/specs/bench/json_output/pass.json.out b/tests/specs/bench/json_output/pass.json.out
index 53259e758..7276158ac 100644
--- a/tests/specs/bench/json_output/pass.json.out
+++ b/tests/specs/bench/json_output/pass.json.out
@@ -1,5 +1,6 @@
Check file:///[WILDCARD]/pass.ts
{
+ "version": 1,
"runtime": "Deno/[WILDCARD]",
"cpu": "[WILDCARD]",
"benches": [
diff --git a/tests/specs/doc/json/__test__.jsonc b/tests/specs/doc/json/__test__.jsonc
new file mode 100644
index 000000000..12005bc46
--- /dev/null
+++ b/tests/specs/doc/json/__test__.jsonc
@@ -0,0 +1,4 @@
+{
+ "args": "doc --json json.js",
+ "output": "json.out"
+}
diff --git a/tests/specs/doc/json/json.js b/tests/specs/doc/json/json.js
new file mode 100644
index 000000000..84d4ff4a0
--- /dev/null
+++ b/tests/specs/doc/json/json.js
@@ -0,0 +1,2 @@
+/// <reference types="./types.d.ts" />
+export const foo = "foo";
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"
+ }
+ }
+ ]
+}
diff --git a/tests/specs/doc/json/types.d.ts b/tests/specs/doc/json/types.d.ts
new file mode 100644
index 000000000..ce39201e1
--- /dev/null
+++ b/tests/specs/doc/json/types.d.ts
@@ -0,0 +1,2 @@
+/** An exported value. */
+export const foo: string;
diff --git a/tests/specs/doc/lint_json_success/lint_success_json.out b/tests/specs/doc/lint_json_success/lint_success_json.out
index 19f04c6a8..1c82680f8 100644
--- a/tests/specs/doc/lint_json_success/lint_success_json.out
+++ b/tests/specs/doc/lint_json_success/lint_success_json.out
@@ -1,51 +1,54 @@
-[
- {
- "name": "Test",
- "isDefault": false,
- "location": {
- "filename": "file:///[WILDCARD]/lint_success.ts",
- "line": 2,
- "col": 0,
- "byteIndex": 22
- },
- "declarationKind": "export",
- "jsDoc": {
- "doc": "My test class."
- },
- "kind": "class",
- "classDef": {
- "isAbstract": false,
- "constructors": [],
- "properties": [
- {
- "jsDoc": {
- "doc": "My property."
- },
- "tsType": {
- "repr": "string",
- "kind": "keyword",
- "keyword": "string"
- },
- "readonly": false,
- "accessibility": null,
- "optional": false,
- "isAbstract": false,
- "isStatic": false,
- "name": "prop",
- "location": {
- "filename": "file:///[WILDCARD]/lint_success.ts",
- "line": 4,
- "col": 2,
- "byteIndex": 66
+{
+ "version": 1,
+ "nodes": [
+ {
+ "name": "Test",
+ "isDefault": false,
+ "location": {
+ "filename": "file:///[WILDCARD]/lint_success.ts",
+ "line": 2,
+ "col": 0,
+ "byteIndex": 22
+ },
+ "declarationKind": "export",
+ "jsDoc": {
+ "doc": "My test class."
+ },
+ "kind": "class",
+ "classDef": {
+ "isAbstract": false,
+ "constructors": [],
+ "properties": [
+ {
+ "jsDoc": {
+ "doc": "My property."
+ },
+ "tsType": {
+ "repr": "string",
+ "kind": "keyword",
+ "keyword": "string"
+ },
+ "readonly": false,
+ "accessibility": null,
+ "optional": false,
+ "isAbstract": false,
+ "isStatic": false,
+ "name": "prop",
+ "location": {
+ "filename": "file:///[WILDCARD]/lint_success.ts",
+ "line": 4,
+ "col": 2,
+ "byteIndex": 66
+ }
}
- }
- ],
- "indexSignatures": [],
- "methods": [],
- "extends": null,
- "implements": [],
- "typeParams": [],
- "superTypeParams": []
+ ],
+ "indexSignatures": [],
+ "methods": [],
+ "extends": null,
+ "implements": [],
+ "typeParams": [],
+ "superTypeParams": []
+ }
}
- }
-]
+ ]
+}
diff --git a/tests/specs/info/multiple_redirects/main.out b/tests/specs/info/multiple_redirects/main.out
index bd18c1728..31123be77 100644
--- a/tests/specs/info/multiple_redirects/main.out
+++ b/tests/specs/info/multiple_redirects/main.out
@@ -47,5 +47,6 @@ Download http://localhost:4545/subdir/redirects/redirect1.js
"http://localhost:4546/subdir/redirects/redirect1.js": "http://localhost:4545/subdir/redirects/redirect1.js",
"http://localhost:4548/subdir/redirects/redirect1.js": "http://localhost:4546/subdir/redirects/redirect1.js"
},
+ "version": 1,
"npmPackages": {}
}