pub fn python_to_aether_checked(
source: &str,
opts: &TranspileOptions,
) -> Result<String, Diagnostics>Expand description
Convenience: returns Ok(code) if transpilation succeeded, Err(diagnostics) otherwise.
pub fn python_to_aether_checked(
source: &str,
opts: &TranspileOptions,
) -> Result<String, Diagnostics>Convenience: returns Ok(code) if transpilation succeeded, Err(diagnostics) otherwise.