From e49973d96d6817378c71bf1875b03b77d083f1d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 23 Jan 2024 11:25:44 +0100 Subject: chore: update deno_ast and deno_graph (#22033) This upgrade unblocks support for ES decorator proposal. Co-authored-by: crowlkats --- cli/tests/testdata/doc/lint_success_json.out | 6 ++++-- cli/tests/testdata/publish/invalid_fast_check.out | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'cli/tests') 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 -- cgit v1.2.3