js-source-scopes 0.7.0

Utilities for extracting and dealing with scope information in JS code
Documentation
[dependencies.indexmap]
version = "2.8.0"

[dependencies.sourcemap]
version = "9.1.2"

[dependencies.swc_common]
version = "17.0.1"

[dependencies.swc_ecma_parser]
version = "27.0.7"

[dependencies.swc_ecma_visit]
features = ["path"]
version = "18.0.1"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tracing]
version = "0.1.36"

[lib]
name = "js_source_scopes"
path = "src/lib.rs"

[package]
authors = ["Sentry <hello@sentry.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Utilities for extracting and dealing with scope information in JS code"
documentation = "https://docs.rs/js-source-scopes"
edition = "2021"
homepage = "https://github.com/getsentry/js-source-scopes"
license = "Apache-2.0"
name = "js-source-scopes"
readme = "README.md"
repository = "https://github.com/getsentry/js-source-scopes"
version = "0.7.0"

[[test]]
name = "extract"
path = "tests/extract.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"