Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-26 | refactor(compile): remove usage of ProcState and CliOptions (#18855) | David Sherret | |
2023-04-24 | refactor(ext/node): allow injecting `NodeFs` from CLI (#18829) | David Sherret | |
This allows providing a `NodeFs` as part of the `WorkerOptions`. | |||
2023-04-19 | fix(compile): write bytes directly to output file (#18777) | David Sherret | |
1. Adds cli/standalone folder 2. Writes the bytes directly to the output file. When adding npm packages this might get quite large, so let's not keep the final output in memory just in case. |