Merge remote-tracking branch 'origin/trunk' into tea-example

This commit is contained in:
Folkert 2022-01-25 09:20:59 +01:00
commit 5580eafb68
44 changed files with 347 additions and 177 deletions

View file

@ -2,6 +2,7 @@ use std::path::PathBuf;
use bumpalo::collections::Vec;
use bumpalo::Bump;
use roc_error_macros::{internal_error, user_error};
use roc_fmt::def::fmt_def;
use roc_fmt::module::fmt_module;
use roc_fmt::Buf;
@ -22,7 +23,6 @@ use roc_parse::{
state::State,
};
use roc_region::all::{Loc, Region};
use roc_reporting::{internal_error, user_error};
pub fn format(files: std::vec::Vec<PathBuf>) {
for file in files {