denoland / deno_ast

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

suggestion: upgrade to `>=swc@1.4.0` #210

Closed iuioiua closed 5 months ago

iuioiua commented 5 months ago

swc@1.4.0 introduced support for the using keyword with functions. Once these changes make it to the runtime, we can support the using keyword for stubbed and spied functions.

dsherret commented 5 months ago

We already upgraded since then. It probably works in canary.