Skip to content

Commit

Permalink
chore: revert unexpected change
Browse files Browse the repository at this point in the history
  • Loading branch information
nilptr committed Nov 25, 2024
1 parent 109ce4c commit 48f3f4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/rspack_core/src/dependency/dependency_type.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ pub enum DependencyType {
Unknown,
ExportInfoApi,
Entry,
// Harmony import
// ESM import
EsmImport,
EsmImportSpecifier,
// Harmony export
// ESM export
EsmExport,
EsmExportImportedSpecifier,
EsmExportSpecifier,
Expand Down

0 comments on commit 48f3f4c

Please sign in to comment.