fix: throw error on duplicated let entry
This commit is contained in:
@@ -11,14 +11,17 @@ mimalloc = "0.1"
|
||||
anyhow = "1.0"
|
||||
rustyline = "14.0"
|
||||
|
||||
regex = "1.11"
|
||||
hashbrown = "0.16"
|
||||
derive_more = { version = "2", features = ["full"] }
|
||||
thiserror = "2"
|
||||
string-interner = "0.19"
|
||||
itertools = "0.14"
|
||||
pin-project = "1"
|
||||
|
||||
hashbrown = "0.16"
|
||||
string-interner = "0.19"
|
||||
|
||||
thiserror = "2"
|
||||
itertools = "0.14"
|
||||
|
||||
regex = "1.11"
|
||||
|
||||
deno_core = "0.376"
|
||||
deno_error = "0.7"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user