From 723c99de8a3717611bb28949a05fd1d89d856a1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 11 Feb 2021 17:05:42 +0100 Subject: chore: upgrade crates (#9474) --- cli/ast.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cli/ast.rs') diff --git a/cli/ast.rs b/cli/ast.rs index a9b65b751..7aeb1cebc 100644 --- a/cli/ast.rs +++ b/cli/ast.rs @@ -588,6 +588,7 @@ impl swc_bundler::Hook for BundleHook { #[cfg(test)] mod tests { use super::*; + use std::collections::HashMap; use swc_ecmascript::dep_graph::DependencyKind; #[test] @@ -614,6 +615,7 @@ mod tests { specifier: "./test.ts".into(), specifier_col: 21, specifier_line: 1, + import_assertions: HashMap::default(), }, DependencyDescriptor { kind: DependencyKind::Import, @@ -624,6 +626,7 @@ mod tests { specifier: "./foo.ts".into(), specifier_col: 29, specifier_line: 2, + import_assertions: HashMap::default(), } ] ); -- cgit v1.2.3