roc/crates/compiler/load
Agus Zubiaga 057a18573a
New module header
Implements the new `module` header syntax as described in "module and package changes" [1]:

```
module [Request, Response, req]
```

The old syntax should still work fine, and is automatically upgraded to the new one
when running `roc format`.

[1] https://docs.google.com/document/d/1E_77fO-44BtoBtXoVeWyGh1xN2KRTWTu8q6i25RNNx0/edit
2024-05-01 10:39:12 -03:00
..
src Use roc_target over target_lexicon 2024-03-31 10:50:26 -07:00
tests New module header 2024-05-01 10:39:12 -03:00
build.rs Use roc_target over target_lexicon 2024-03-31 10:50:26 -07:00
Cargo.toml split test_utils 2024-04-15 20:30:34 +10:00