Rasmus
Rasmus
Ah, yeah you're going to have some issues if the process is not responding to hangup or int signals. You could [try WSL](https://docs.microsoft.com/en-us/windows/wsl/install-win10) or run your build manually (either in...
Nice! Thanks for making this. I'm happy to let you maintain it. ## Some feedback Generating two build files seems unnecessary (i.e. `build.config.js` and `build.js`). In my opinion there's a...
Regarding the "jest" file: I'm not familiar with Jest enough to know what to do here. What I'd try would be to consolidate the estrella build and jest transformer into...
Interesting idea! It would be nice if this was an Estrella build option, like `build({ typedefOutput: "dist/foo.d.ts" })` In the meantime I think you could accomplish this by using the...
Nice @lann! If you'd like to take on adding this "for real" in a PR (preferably with test; I can help you in the PR with this) that would be...
23dcb8734836f877e6186869a780e6b18c311c12 adds [an example of how to generate type declaration files](https://github.com/rsms/estrella/tree/master/examples/typedef-generation). Try it from source with: ``` git clone https://github.com/rsms/estrella.git cd estrella ./test/test.sh examples/typedef-generation ```
Oh, good idea! PR welcome :–)
What version of estrella is this? (try `node build.js -estrella-version`) There was an issue just like this that was fixed in 1.2.6 (specific fix c83ba71f42d1690918e294acb2a24d68f064b818) You can also try enabling...
Can you try https://github.com/rsms/estrella/tree/1af2aff987261ec3a36b015820b64699bf0dac95/dist (or git master) ?
I'd be happy to accept a PR along with an investigation report and a test. I'm not a native Windows developer (I just fire it up in a VM when...