feat: start to report errors instead of panicing

This commit is contained in:
YetAnotherMinion 2021-09-16 06:59:57 +01:00 committed by nobody
commit 601137dd16
Signed by: GrocerPublishAgent
GPG key ID: D460CD54A9E3AB86
3 changed files with 95 additions and 38 deletions

View file

@ -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