Elias Sjögreen
Elias Sjögreen
⚠️ WIP! ⚠️ This PR addresses #43, #4, #23 by implementing a new codegen in rust which in turn will be used by the macro and in the future extensions...
It would be nice to have support for more languages than just rust, but I understand if that is out of the scope of the project at the moment. Anyways...
A Deno compatibility layer would be nice to allow the use of Deno modules within Elsa.
An interesting idea would be to implement and extend the `BroadcastChannel` api of all browsers and deno so that they too could interoperate. This would enable easy cross-window communication (#27)...
Is there any interest for supporting an [universal mac binary](https://developer.apple.com/documentation/apple-silicon/building-a-universal-macos-binary)? That would essentially mean it is twice the size but works on all mac architectures, this would also mean some...
Events
Emit events that trigger certain scripts or commands, this would allow for live-reload of websites, linting, formatting etc. A good inspiration for events would be [nodemon events](https://github.com/remy/nodemon/blob/master/doc/events.md). The events would...
They're cool and make stuff easier to read without memorizing a bunch of different values from the tables
- [ ] deploy to [deploy](https://deno.com/deploy) button for script preview - [ ] view [docs](https://doc.deno.land/) button for script preview - [ ] download link for script preview - [ ]...
That way we can speed up benchmark CI by ~3 min
A useful feature for `deno compile` would be changing the binary icon to a custom `.ico` provided by a `--icon` flag.