svelte-compiler 0.1.4

Core compiler API for the Rust Svelte toolchain
Documentation
1
2
3
4
5
6
7
8
pub(crate) mod analyze;
pub(crate) mod component;
pub(crate) mod emit;
pub(crate) mod lower;
pub(crate) mod migrate;
pub(crate) mod parse;
pub(crate) mod preprocess;
pub(crate) mod transform;