Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-01 | refactor(cli): remove ProcState - add CliFactory (#18900) | David Sherret | |
This removes `ProcState` and replaces it with a new `CliFactory` which initializes our "service structs" on demand. This isn't a performance improvement at the moment for `deno run`, but might unlock performance improvements in the future. | |||
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. |