roc/crates/compiler/test_syntax/tests
Joshua Warner 120e9be550
Move MigrationFlags from an argument on format* to a field on Buf
That has a few advantages:

* We avoid a bunch of extra parameter-passing "noise", since the vast majority of formatting code doesn't need to care about this setting beyond just passing it to nested format calls.
* It aligns really well with the "global" nature of this setting, and makes it impossible to have bugs where e.g. one callsite forgets to pass the correct value to it's children - which would lead to parts of the tree not being migrated. If this is truly a global setting on Buf, that simply can't happen.
2024-12-04 17:57:31 -08:00
..
snapshots Parsing support for snake_case identifiers 2024-12-03 20:50:47 -06:00
test_fmt.rs Move MigrationFlags from an argument on format* to a field on Buf 2024-12-04 17:57:31 -08:00
test_snapshots.rs Parsing support for snake_case identifiers 2024-12-03 20:50:47 -06:00