-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Empty bindings.json file breaks build #30
Comments
@littledivy yes it still happens and I'm on main |
Ah okay. Just to confirm this is how you updated to # Cargo.toml
[dependencies]
deno_bindgen = { git = "https://github.com/littledivy/deno_bindgen", rev = "60a6f8a" } deno install -n deno_bindgen -f -A --unstable https://raw.githubusercontent.com/littledivy/deno_bindgen/main/cli.ts |
Can confirm this still happens i can't reproduce it consistently sadly |
Hmm I can't reproduce it. |
i deleted it and it worked for some time but after some saves it breaks and you get |
mostly when i make bigger changes like renaming the exported function |
I've added error handling for broken bindings.json. @lucsoft Can you still reproduce from latest main (update both crate and CLI)? |
Released in 0.3.1 |
The text was updated successfully, but these errors were encountered: