Skip to content

Commit

Permalink
reserve order for non-import adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
a1trl9 committed Mar 27, 2020
1 parent 6b59f3e commit 72f9d6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/cli-support/src/js/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2106,10 +2106,10 @@ impl<'a> Context<'a> {
}
}
} else {
export_adapters_without_global_import.push(adapter_tuple);
resorted_export_adapters.push(adapter_tuple);
}
} else {
export_adapters_without_global_import.push(adapter_tuple);
resorted_export_adapters.push(adapter_tuple);
}
}
_ => {}
Expand Down

0 comments on commit 72f9d6d

Please sign in to comment.