Function lint

Source
pub(crate) fn lint<E: Write + Clone + Send>(
    stderr: &mut E,
    code: &str,
    path: Option<PathBuf>,
    args: &Args,
) -> bool
Expand description

Interpret the given code snippet, but only run the Svix compiler on it and return errors and warnings.