deno/cli/tools/lint/ast_buffer
Marvin Hagemeister 7f7b51c414
fix(unstable): wrong node with shorthand ObjectPattern + AssignPattern (#28402)
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
2025-03-05 20:12:19 +00:00
..
buffer.rs feat(unstable): align lint ast with TSEStree (#27996) 2025-02-06 21:45:56 +01:00
mod.rs feat(lint): add JavaScript plugin support (#27203) 2025-02-05 16:59:24 +01:00
swc.rs fix(unstable): wrong node with shorthand ObjectPattern + AssignPattern (#28402) 2025-03-05 20:12:19 +00:00
ts_estree.rs feat(unstable): add js lint plugin source code helpers (#28065) 2025-02-13 13:19:55 +01:00