denoland / deno_ast

Source text parsing, lexing, and AST related functionality for Deno
https://crates.io/crates/deno_ast
MIT License
156 stars 46 forks source link

Upgrade swc_ecma_codegen_macros to 0.7.3 #146

Closed rossdylan closed 1 year ago

rossdylan commented 1 year ago

I've been chasing some weird dependency schenanigans in one of my projects that causes a ton of syn 2.0 version mismatch errors. I think it comes down to swc doing the syn 2.0 upgrade in a patch release, but given the complexities of the crate graph here I'm not sure.

However, upgrading deno_ast's dependency to 0.7.3 seems to fix it for me.

CLAassistant commented 1 year ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

rossdylan commented 1 year ago

turns out I was missing a --locked arg in my cargo install command, no need to do this upgrade