roc/crates/compiler/test_syntax/tests
Agus Zubiaga 11e0202eb9
Parse inline imports and ingested files at the expression level
```
numbers =
    import "numbers.json" as numbersJson : Str
    import json.Decode exposing [decode, list, int]

    numbersJson
    |> decode (list int)
    |> Result.withDefault []
```
2024-01-20 08:35:50 -03:00
..
snapshots Parse inline imports and ingested files at the expression level 2024-01-20 08:35:50 -03:00
test_fmt.rs fix clippy unnecessary hashes 2024-01-01 16:38:36 +01:00
test_snapshots.rs Parse inline imports and ingested files at the expression level 2024-01-20 08:35:50 -03:00