Function sway_core::compile_to_ast[][src]

pub fn compile_to_ast(
    input: Arc<str>,
    initial_namespace: &Namespace,
    build_config: &BuildConfig,
    dependency_graph: &mut HashMap<String, HashSet<String>>
) -> CompileAstResult