fs-c
fs-c
Potentially breaking change in the current code, `dhow dev` now builds to `.dhow` instead of `__dhow__`, which is how it should be (prefixed dot usually literally hides the folder, wrapping...
Scratch --input and --output, not worth making this refactor breaking. I wouldn't consider `__dhow__` -> `.dhow` to be breaking since it's undocumented behavior (I think) so I still stand by...
Where did you commit those bug fixes to? Also I should note that I have a lot of uncommitted changes right now, I anticipate a big commit in the next...
Also, in regards to in-memory builds: they seem largely impossible at the moment (without requiring our users to opt into experimental NodeJS modules and forcing .mjs) so I've stopped pursuing...
[This](https://github.com/kartiknair/dhow/pull/13/commits/4dc3753818e6262db9fb579600168acad412b4f1) is a big one. I almost regret splitting `build.js` into two files because seeing the changes is harder now. But there's certainly a shit ton of new logic and...
Quick ping to prevent any surprises: The `rewrite` branch of the fork is now on npm under `@fsoc/dhow`. Let me know if you want to get the merge on track.
Hey, thanks for the quick response! I'll open a PR in the near future (probably tomorrow) and try to incorporate some changes you suggested. > I might have missed it...
One thing that I meant to look at but didn't have the time to pursue is building pages entirely in memory, as opposed to first transpiling the jsx to staging...
Yeah that API is what made me think of the possibility. The NodeJS [VM module](https://nodejs.org/api/vm.html) should allow for running a string of JS code. I was previously worried that this...
The message you are seeing almost certainly doesn't come from maniac itself. Can you post a screenshot?