From 7d356250e8bbe4e37e3651b328fda76178489588 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Tue, 1 Feb 2022 09:33:57 +1100 Subject: refactor: integrate deno_graph breaking changes (#13495) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bartek IwaƄczuk --- cli/tests/testdata/055_info_file_json.out | 9 ++++----- cli/tests/testdata/076_info_json_deps_order.out | 11 +++++------ 2 files changed, 9 insertions(+), 11 deletions(-) (limited to 'cli/tests') diff --git a/cli/tests/testdata/055_info_file_json.out b/cli/tests/testdata/055_info_file_json.out index a85bc83c4..2dc10a0c2 100644 --- a/cli/tests/testdata/055_info_file_json.out +++ b/cli/tests/testdata/055_info_file_json.out @@ -22,10 +22,10 @@ } } ], + "kind": "esm", "local": "[WILDCARD]005_more_imports.ts", [WILDCARD] "mediaType": "TypeScript", - [WILDCARD] "specifier": "file://[WILDCARD]/005_more_imports.ts" }, { @@ -47,18 +47,17 @@ } } ], + "kind": "esm", "local": "[WILDCARD]mod1.ts", [WILDCARD] "mediaType": "TypeScript", - [WILDCARD] "specifier": "file://[WILDCARD]/subdir/mod1.ts" }, { - "dependencies": [], + "kind": "esm", "local": "[WILDCARD]print_hello.ts", [WILDCARD] "mediaType": "TypeScript", - [WILDCARD] "specifier": "file://[WILDCARD]/subdir/print_hello.ts" }, { @@ -80,10 +79,10 @@ } } ], + "kind": "esm", "local": "[WILDCARD]mod2.ts", [WILDCARD] "mediaType": "TypeScript", - [WILDCARD] "specifier": "file://[WILDCARD]/subdir/subdir2/mod2.ts" } ], diff --git a/cli/tests/testdata/076_info_json_deps_order.out b/cli/tests/testdata/076_info_json_deps_order.out index 69727e6e8..db890ef02 100644 --- a/cli/tests/testdata/076_info_json_deps_order.out +++ b/cli/tests/testdata/076_info_json_deps_order.out @@ -22,10 +22,10 @@ } } ], + "kind": "esm", "local": "[WILDCARD]076_info_json_deps_order.ts", [WILDCARD] "mediaType": "TypeScript", - [WILDCARD] "specifier": "file://[WILDCARD]/076_info_json_deps_order.ts" }, { @@ -63,10 +63,10 @@ } } ], + "kind": "esm", "local": "[WILDCARD]A.ts", [WILDCARD] "mediaType": "TypeScript", - [WILDCARD] "specifier": "file://[WILDCARD]/recursive_imports/A.ts" }, { @@ -104,10 +104,10 @@ } } ], + "kind": "esm", "local": "[WILDCARD]B.ts", [WILDCARD] "mediaType": "TypeScript", - [WILDCARD] "specifier": "file://[WILDCARD]/recursive_imports/B.ts" }, { @@ -145,18 +145,17 @@ } } ], + "kind": "esm", "local": "[WILDCARD]C.ts", [WILDCARD] "mediaType": "TypeScript", - [WILDCARD] "specifier": "file://[WILDCARD]/recursive_imports/C.ts" }, { - "dependencies": [], + "kind": "esm", "local": "[WILDCARD]common.ts", [WILDCARD] "mediaType": "TypeScript", - [WILDCARD] "specifier": "file://[WILDCARD]/recursive_imports/common.ts" } ], -- cgit v1.2.3