From c228adc27d5b605286d3a9ca924e657308aebb74 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Sat, 9 Sep 2023 14:03:21 -0500 Subject: feat: TypeScript 5.2 (#20425) Without `using` declarations or decorator metadata (waiting for that in v8). --- cli/tests/integration/lsp_tests.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/tests/integration/lsp_tests.rs') diff --git a/cli/tests/integration/lsp_tests.rs b/cli/tests/integration/lsp_tests.rs index 2dea05015..263e66da5 100644 --- a/cli/tests/integration/lsp_tests.rs +++ b/cli/tests/integration/lsp_tests.rs @@ -7960,11 +7960,11 @@ fn lsp_workspace_symbol() { "uri": "deno:/asset/lib.decorators.d.ts", "range": { "start": { - "line": 331, + "line": 346, "character": 0, }, "end": { - "line": 371, + "line": 388, "character": 1, }, }, -- cgit v1.2.3