fresh-parser-js 0.2.23

JavaScript/TypeScript parser for Fresh editor plugins
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "fresh-parser-js"
version = "0.2.23"
authors = ["Noam Lewis"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "JavaScript/TypeScript parser for Fresh editor plugins"
homepage = "https://sinelaw.github.io/fresh/"
readme = false
license = "GPL-2.0"
repository = "https://github.com/sinelaw/fresh"

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

[dependencies.anyhow]
version = "1.0.100"
default-features = false

[dependencies.oxc_allocator]
version = "0.115.0"

[dependencies.oxc_ast]
version = "0.115.0"

[dependencies.oxc_codegen]
version = "0.115.0"
default-features = false

[dependencies.oxc_parser]
version = "0.115.0"

[dependencies.oxc_semantic]
version = "0.115.0"

[dependencies.oxc_span]
version = "0.115.0"

[dependencies.oxc_transformer]
version = "0.115.0"