Docs.rs
  • node_resolver-0.20.0
    • node_resolver 0.20.0
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • dsherret
    • bartlomieju
    • denobot
    • Dependencies
      • anyhow ^1.0.57 normal
      • async-trait ^0.1.73 normal
      • boxed_error ^0.2.2 normal
      • deno_media_type ^0.2.0 normal
      • deno_package_json ^0.2.1 normal
      • deno_path_util =0.2.1 normal
      • futures ^0.3.21 normal
      • lazy-regex ^3 normal
      • once_cell ^1.17.1 normal
      • path-clean =0.1.0 normal
      • regex ^1.7.0 normal
      • serde_json ^1.0.85 normal
      • thiserror ^2.0.3 normal
      • tokio ^1.36.0 normal
      • url ^2.5 normal
    • Versions
    • 4.93% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

node_resolver0.20.0

Module errors

Module Items

  • Structs
  • Enums
  • Traits

In crate node_resolver

node_resolver

Module errors

Source

Structs§

  • CanonicalizingPkgJsonDirError
  • ClosestPkgJsonError
  • DataUrlReferrerError
  • FinalizeResolutionError
  • InvalidModuleSpecifierError
  • InvalidPackageTargetError
  • LegacyResolveError
  • ModuleNotFoundError
  • NodeResolveError
  • NodeResolveRelativeJoinError
  • PackageExportsResolveError
  • PackageFolderResolveError
  • PackageFolderResolveIoError
  • PackageImportNotDefinedError
  • PackageImportsResolveError
  • PackageJsonLoadError
  • PackageNotFoundError
  • PackagePathNotExportedError
  • PackageResolveError
  • PackageSubpathResolveError
  • PackageTargetNotFoundError
  • PackageTargetResolveError
  • ReferrerNotFoundError
  • TypesNotFoundError
  • TypesNotFoundErrorData
  • UnsupportedDirImportError
  • UnsupportedEsmUrlSchemeError

Enums§

  • ClosestPkgJsonErrorKind
  • FinalizeResolutionErrorKind
  • LegacyResolveErrorKind
  • NodeJsErrorCode
  • NodeResolveErrorKind
  • PackageExportsResolveErrorKind
  • PackageFolderResolveErrorKind
  • PackageImportsResolveErrorKind
  • PackageResolveErrorKind
  • PackageSubpathResolveErrorKind
  • PackageTargetResolveErrorKind
  • ResolveBinaryCommandsError
  • ResolvePkgJsonBinExportError

Traits§

  • NodeJsErrorCoded