roc/crates/compiler/test_syntax/tests
Agus Zubiaga c56091ee3e
Module Params' proposal import syntax
I previously implemented the syntax in "Proposal: Module and Package Changes" [1]:

```
import [map, map2] from JsonDecode as JD
```

However, we decided [2] to use the one that appears in "Proposal: Module Params" [3]:

```
import JsonDecode as JD exposing [map, map2]
```

The new implementation also now supports comments and newlines between all the tokens.

[1] https://docs.google.com/document/d/1E_77fO-44BtoBtXoVeWyGh1xN2KRTWTu8q6i25RNNx0/edit
[2] 405410612
[3] https://docs.google.com/document/d/110MwQi7Dpo1Y69ECFXyyvDWzF4OYv1BLojIm08qDTvg/edit
2024-01-20 08:35:50 -03:00
..
snapshots Module Params' proposal import syntax 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 Module Params' proposal import syntax 2024-01-20 08:35:50 -03:00