1
0
mirror of https://codeberg.org/setop/elm-scripting synced 2025-11-08 21:49:57 +00:00

refine backlog

This commit is contained in:
2025-09-26 21:22:13 +02:00
parent a261077f6c
commit 7025bc1104
3 changed files with 37 additions and 1 deletions

19
TODO.md Normal file
View File

@@ -0,0 +1,19 @@
# Major
- find a way to process external data
- [ ] from stdout (use case : json)
- [ ] from files (use case : SSG)
- [ ] from http (use case : spider)
- [ ] find a way to create a standalone executable (maybe with a combination of Google Closure Compiler and qjsc)
# Minor
- [ ] support for Elm debug mode (qjs does not implement `console.warn`, only `console.log`)
- [ ] in debug mode, keep the output
- [ ] allow to specify or guess the main module name
- [ ] allow to create standalone (`s`) HTML document instead of fragment
- [ ] silence elm compiler message when successful
- [ ] skip compilation steps if source has not been modified ; run directly ; this mean keeping the output
- [ ] add proper copyright and license