dataflow
dataflow copied to clipboard
More features on the compiler
- [ ] Compile to a single .js file
- Probably can bundle with esbuild api/plugin
- ignore file attachments? resolve to null? option to bundle as url/base64? need research
- [ ] Compile to a
.tar.gzfile- This should be able stream to stdout + filter out files that you want.... right?
- [ ] Include ObservableHQ bundles, ex
https://api.observablehq.com/@d3/bar-chart.tgz?v=3 - [ ]
--no-file-attachmentsoption - [ ]
--no-htmloption - [ ]
--no-tree-shakeoption
Any chance these changes will be made?
Likely not, I haven't touch this codebase in years and have forgotten much. Feel free to fork it and try implementing stuff yourself, happy to answer any questions!