mirror of
https://github.com/denoland/deno.git
synced 2025-08-30 23:38:03 +00:00
![]() We did not serialize the `AssignmentPattern` node inside `ObjectPattern` properties. ```ts ({ a = b } = {}) ``` This is a bit different in SWC and looks like I got confused with the different AST formats. Fixes https://github.com/denoland/deno/issues/28399 |
||
---|---|---|
.. | ||
buffer.rs | ||
mod.rs | ||
swc.rs | ||
ts_estree.rs |