diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2022-03-16 21:37:02 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-16 21:37:02 -0400 |
| commit | 18f998fbee51f5dc2f31f6172bcdc7390bf795fa (patch) | |
| tree | 53a34767a64782dc96b29b00b498d5f92e229363 /cli/compat | |
| parent | 92bb25105822d0def65aa89ee5141c862ac7a3e4 (diff) | |
chore: fix build (#13997)
Diffstat (limited to 'cli/compat')
| -rw-r--r-- | cli/compat/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/compat/mod.rs b/cli/compat/mod.rs index 80838e229..e133368d2 100644 --- a/cli/compat/mod.rs +++ b/cli/compat/mod.rs @@ -190,7 +190,7 @@ pub async fn translate_cjs_to_esm( // if there are reexports, handle them first for (idx, reexport) in analysis.reexports.iter().enumerate() { // Firstly, resolve relate reexport specifier - let resolved_reexport = node_resolver::node_resolve( + let resolved_reexport = node_resolver::resolve( reexport, &specifier.to_file_path().unwrap(), // FIXME(bartlomieju): check if these conditions are okay, probably |
