mirror of
https://github.com/denoland/deno.git
synced 2025-02-21 21:03:16 -05:00
![]() This PR fixes deviations in our AST format compared to TSEStree. They are mostly a leftover for when I first started working on it and based it off of babel instead. One of the key changes why the changeset is a bit bigger is that TSEStree uses `undefined` instead of `null` as the empty value for type nodes. This is likely influenced by `tsc` which use `undefined` everywhere. The rest of the nodes use `null` though. It's a little weird, but for now it might be better to align. (extracted from https://github.com/denoland/deno/pull/27977) |
||
---|---|---|
.. | ||
lint_plugin_test.ts.snap |