Docs.rs
  • node_resolver-0.37.0
    • node_resolver 0.37.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.3 normal
      • dashmap ^5.5.3 normal
      • deno_config =0.52.0 normal
      • deno_error =0.5.6 normal
      • deno_media_type =0.2.8 normal
      • deno_package_json =0.6.0 normal
      • deno_path_util =0.3.2 normal
      • deno_semver =0.7.1 normal
      • futures ^0.3.31 normal
      • lazy-regex ^3 normal
      • once_cell ^1.17.1 normal
      • path-clean =0.1.0 normal
      • regex ^1.7.0 normal
      • serde ^1.0.149 normal
      • serde_json ^1.0.85 normal
      • sys_traits =0.1.8 normal
      • thiserror ^2.0.12 normal
      • url ^2.5 normal
      • sys_traits =0.1.8 dev
    • Versions
    • 6.44% 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.37.0

Module analyze

Module Items

  • Structs
  • Enums
  • Traits
  • Type Aliases

In crate node_resolver

node_resolver

Module analyze

Source

Structs§

CjsAnalysisCouldNotLoadError
CjsAnalysisExports
CjsModuleExportAnalyzer
NodeCodeTranslator

Enums§

CjsAnalysis
EsmAnalysisMode
What parts of an ES module should be analyzed.
ResolvedCjsAnalysis
TranslateCjsToEsmError

Traits§

CjsCodeAnalyzer
Code analyzer for CJS and ESM files.

Type Aliases§

CjsModuleExportAnalyzerRc