webfluent 0.4.0-alpha

The Web-First Language — compiles to HTML, CSS, JavaScript, and PDF. 50+ built-in components, reactivity, routing, i18n, SSG, and template engine.
Documentation
1
2
3
4
5
//! Error types and diagnostics for the WebFluent compiler.

pub mod diagnostic;

pub use diagnostic::{Diagnostic, WebFluentError, Result, A11yWarning};