roc/crates/compiler/test_syntax/tests/snapshots
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
..
fail Simply import parsing and formatting by using header::KeywordItem 2024-01-20 08:35:50 -03:00
malformed Improve error messages involving ignored variables 2023-06-06 19:46:15 -04:00
pass Parse inline imports and ingested files at the expression level 2024-01-20 08:35:50 -03:00