Skip to content

Commit

Permalink
Export missing symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
arendjr committed Jan 19, 2025
1 parent 0470f5d commit 0d3896a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ use std::{
sync::Arc,
};

use package_json::ImportsExportsArray;
use rustc_hash::FxHashSet;

#[cfg(feature = "fs_cache")]
Expand All @@ -101,7 +100,8 @@ pub use crate::{
TsconfigReferences,
},
package_json::{
ImportsExportsEntry, ImportsExportsKind, ImportsExportsMap, PackageJson, PackageType,
ImportsExportsArray, ImportsExportsEntry, ImportsExportsKind, ImportsExportsMap,
PackageJson, PackageType,
},
resolution::Resolution,
tsconfig::{
Expand Down

0 comments on commit 0d3896a

Please sign in to comment.