Commit graph

6 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
Anton-4
3c7a834da1
update to new interpolation syntax 2024-02-02 13:39:10 +01:00
Richard Feldman
65c16bf3aa
Fix mobile header, re-add /examples 2023-11-15 21:38:05 -05:00
Richard Feldman
258ed94ce3
Use <header> instead of <div> for header 2023-10-31 22:54:15 -04:00
Richard Feldman
a4faaf7646
Add aria-label="primary" to main <nav> 2023-10-31 22:36:03 -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/Attributes.roc (Browse further)