summaryrefslogtreecommitdiff
path: root/cli/tests
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-01-23 11:25:44 +0100
committerGitHub <noreply@github.com>2024-01-23 11:25:44 +0100
commite49973d96d6817378c71bf1875b03b77d083f1d3 (patch)
treef13543292de82ae92e127a137d6f9fc11ceb66b0 /cli/tests
parentec97c7dd4b5c1be83639769990ca6d37345089ca (diff)
chore: update deno_ast and deno_graph (#22033)
This upgrade unblocks support for ES decorator proposal. Co-authored-by: crowlkats <crowlkats@toaxl.com>
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