svelte-syntax 0.1.5

Lightweight syntax-layer crate for the Rust Svelte toolchain
Documentation
1
2
3
4
5
6
//! Compatibility helpers for legacy projections.
//!
//! The primary `svelte-syntax` API is the typed Svelte AST plus reusable
//! OXC-backed JS handles in [`crate::js`].

pub use crate::parse::legacy_expression_from_modern_expression;