Skip to content

Commit

Permalink
feat: pub Filesystemos
Browse files Browse the repository at this point in the history
  • Loading branch information
hardfist committed Dec 26, 2024
1 parent 2cfa963 commit 4fbc953
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ use serde_json::Value as JSONValue;
pub use crate::{
builtins::NODEJS_BUILTINS,
error::{JSONError, ResolveError, SpecifierError},
file_system::{FileMetadata, FileSystem},
file_system::{FileMetadata, FileSystem, FileSystemOs},
options::{
Alias, AliasValue, EnforceExtension, ResolveOptions, Restriction, TsconfigOptions,
TsconfigReferences,
Expand All @@ -89,7 +89,6 @@ pub use crate::{
use crate::{
cache::{Cache, CachedPath},
context::ResolveContext as Ctx,
file_system::FileSystemOs,
package_json::JSONMap,
path::{PathUtil, SLASH_START},
specifier::Specifier,
Expand Down

0 comments on commit 4fbc953

Please sign in to comment.