[package]
edition = "2021"
name = "js-source-scopes"
version = "0.7.1"
authors = ["Sentry <hello@sentry.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utilities for extracting and dealing with scope information in JS code"
homepage = "https://github.com/getsentry/js-source-scopes"
documentation = "https://docs.rs/js-source-scopes"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/getsentry/js-source-scopes"
[lib]
name = "js_source_scopes"
path = "src/lib.rs"
[[test]]
name = "extract"
path = "tests/extract.rs"
[[test]]
name = "integration"
path = "tests/integration.rs"
[dependencies.indexmap]
version = "2.8.0"
[dependencies.sourcemap]
version = "9.3.2"
[dependencies.swc_common]
version = "17.0.1"
[dependencies.swc_ecma_parser]
version = "27.0.7"
[dependencies.swc_ecma_visit]
version = "18.0.1"
features = ["path"]
[dependencies.thiserror]
version = "2.0.12"
[dependencies.tracing]
version = "0.1.36"