pub fn remove(
project_root: &ProjectRoot,
node: &NodeRef,
) -> Result<(MutationResult, String), AqlError>Expand description
Remove a node from its source file. Returns the modified source and detached text.
pub fn remove(
project_root: &ProjectRoot,
node: &NodeRef,
) -> Result<(MutationResult, String), AqlError>Remove a node from its source file. Returns the modified source and detached text.