Commit graph

7 commits

Author SHA1 Message Date
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
Richard Feldman
24a38c4a26
Merge remote-tracking branch 'origin/main' into remove-nat 2024-02-11 12:26:36 -05:00
Anton-4
3c7a834da1
update to new interpolation syntax 2024-02-02 13:39:10 +01:00
Richard Feldman
e7dde9bffc
Update Html static site gen 2024-01-26 16:00:33 -05:00
Richard Feldman
76488bde01
roc format 2023-11-02 23:18:53 -04:00
Richard Feldman
9681994b09
Fix some HTML validation problems and a CSP issue 2023-11-02 21:07:43 -04:00
Brian Carroll
c1a38bc400
examples: move Html Roc files into platform dir 2022-08-28 14:26:00 +01:00
Renamed from examples/static-site-gen/Html.roc (Browse further)