denoland / deno_ast

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

Update swc_* dependencies #98

Closed cd-work closed 2 years ago

cd-work commented 2 years ago

This fixes a build failure with the transpilation feature caused by swc_ecma_codegen version 0.108.6.

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

cd-work commented 2 years ago

This depends on https://github.com/dprint/dprint-swc-ext/pull/37.

dsherret commented 2 years ago

Thanks for this @cd-work, but the swc upgrade is going to be a bit more involved this time because we're pinning versions (and we need to also have our testing scripts updated for deno_emit). I will open a PR tomorrow.