summaryrefslogtreecommitdiff
path: root/cli/tests
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests')
-rw-r--r--cli/tests/testdata/doc/lint_success_json.out6
-rw-r--r--cli/tests/testdata/publish/invalid_fast_check.out4
2 files changed, 6 insertions, 4 deletions
diff --git a/cli/tests/testdata/doc/lint_success_json.out b/cli/tests/testdata/doc/lint_success_json.out
index bf06a15cd..050b2540c 100644
--- a/cli/tests/testdata/doc/lint_success_json.out
+++ b/cli/tests/testdata/doc/lint_success_json.out
@@ -5,7 +5,8 @@
"location": {
"filename": "file:///[WILDCARD]/lint_success.ts",
"line": 2,
- "col": 0
+ "col": 0,
+ "byteIndex": 22
},
"declarationKind": "export",
"jsDoc": {
@@ -33,7 +34,8 @@
"location": {
"filename": "file:///[WILDCARD]/lint_success.ts",
"line": 4,
- "col": 2
+ "col": 2,
+ "byteIndex": 66
}
}
],
diff --git a/cli/tests/testdata/publish/invalid_fast_check.out b/cli/tests/testdata/publish/invalid_fast_check.out
index ed731c1d1..e34cfecdf 100644
--- a/cli/tests/testdata/publish/invalid_fast_check.out
+++ b/cli/tests/testdata/publish/invalid_fast_check.out
@@ -1,7 +1,7 @@
Checking fast check type graph for errors...
-Missing explicit return type in the public API.
- at file:///[WILDCARD]/publish/invalid_fast_check/mod.ts:2:17
+missing explicit return type in the public API
+ at file:///[WILDCARD]/publish/invalid_fast_check/mod.ts@68
Fixing these fast check errors is required to make the code fast check compatible which enables type checking your package's TypeScript code with the same performance as if you had distributed declaration files. Do any of these errors seem too restrictive or incorrect? Please open an issue if so to help us improve: https://github.com/denoland/deno/issues