feat: start to report errors instead of panicing
This commit is contained in:
parent
f7aff7585d
commit
601137dd16
3 changed files with 95 additions and 38 deletions
|
|
@ -12,6 +12,7 @@ uuid = { version = "0.8", features = [ "v4" ] }
|
|||
ahash = "0.7"
|
||||
serde = { version = "1.0", features = [ "derive" ] }
|
||||
serde_json = { version ="1.0", features = [] }
|
||||
naive-wadler-prettier= { path = "../../../infra/redwood-lang/compiler/naive-wadler-prettier" }
|
||||
|
||||
# All of these are required for deno's javascript runtime. We need to keep the
|
||||
# same versions as other projects in our cargo workspace. Multiple different
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue