ressa 0.8.2

An ECMAscript parser
Documentation
[[bench]]
harness = false
name = "major_libs"

[[example]]
name = "js-to-json"
path = "examples/js_to_json.rs"
required-features = ["resast/serialization"]

[[example]]
name = "js-to-json-esprima"
path = "examples/js_to_json-esprima.rs"
required-features = ["resast/esprima"]
[dependencies.hash-chain]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.res-regex]
version = "0.1"

[dependencies.resast]
version = "0.5"

[dependencies.ress]
version = "0.11"

[dependencies.tracing]
version = "0.1"
[dev-dependencies.criterion]
version = "0.4"

[dev-dependencies.docopt]
version = "1"

[dev-dependencies.env_logger]
version = "0.9"

[dev-dependencies.insta]
version = "1.19"

[dev-dependencies.lazy_static]
version = "1"

[dev-dependencies.serde]
features = ["derive"]
version = "1"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.serde_yaml]
version = "0.9"

[dev-dependencies.term-painter]
version = "0.3"

[dev-dependencies.walkdir]
version = "2"

[features]
debug_look_ahead = []
default = []
moz_central = []

[package]
authors = ["Robert Masen <r.f.masen@gmail.com>"]
categories = ["parsing", "text-processing", "web-programming"]
description = "An ECMAscript parser"
edition = "2021"
keywords = ["JavaScript", "parsing", "JS", "ES", "ECMA"]
license = "MIT"
name = "ressa"
readme = "./README.md"
repository = "https://github.com/rusty-ecma/RESSA"
version = "0.8.2"