feat: start integrating miette

This commit is contained in:
rvcas
2022-10-09 17:33:14 -04:00
committed by Lucas
parent 57dc50e3aa
commit 59d7b54473
9 changed files with 308 additions and 70 deletions

View File

@@ -126,7 +126,7 @@ fn module() {
ast::UntypedModule {
docs: vec![],
kind: ast::ModuleKind::Script,
name: vec![],
name: "".to_string(),
type_info: (),
definitions: vec![
ast::UntypedDefinition::Use {