summaryrefslogtreecommitdiff
path: root/cli/standalone/mod.rs
AgeCommit message (Expand)Author
2023-07-27chore: cleanup EmbeddedModuleLoader (#19911)Luca Casonato
2023-07-26fix(check): should bust check cache when json module or npm resolution change...David Sherret
2023-07-24refactor(ext/node): CjsCodeAnalyzer - analyze_cjs optionally pass source text...David Sherret
2023-07-19feat(ext/node): properly segregate node globals (#19307)Luca Casonato
2023-07-02Reland "fix(cli): don't store blob and data urls in the module cache" (#18581)Nayeem Rahman
2023-06-08refactor(compile): store the npm snapshot in the eszip (#19343)David Sherret
2023-06-05fix: upgrade to deno_ast 0.27 (#19375)David Sherret
2023-05-30feat(runtime): add `WorkerLogLevel` (#19316)David Sherret
2023-05-28refactor(core): remove ext: modules from the module map (#19040)Nayeem Rahman
2023-05-26fix(compile): implicit read permission to npm vfs (#19281)David Sherret
2023-05-25fix(compile): handle when DENO_DIR is readonly (#19257)David Sherret
2023-05-22fix(npm): store npm binary command resolution in lockfile (#19219)David Sherret
2023-05-17fix(npm): improved optional dependency support (#19135)David Sherret
2023-05-13fix(lsp): increase default max heap size to 3Gb (#19115)Bartek IwaƄczuk
2023-05-10feat(compile): unstable npm and node specifier support (#19005)David Sherret
2023-05-05refactor(ext/node): combine `deno_node::Fs` with `deno_fs::FileSystem` (#18991)David Sherret
2023-05-04refactor(ext/fs): boxed deno_fs::FileSystem (#18945)David Sherret
2023-05-01perf: lazily create RootCertStore (#18938)David Sherret
2023-05-01refactor(cli): use CliMainWorker in standalone (#18880)David Sherret
2023-04-26refactor(compile): remove usage of ProcState and CliOptions (#18855)David Sherret
2023-04-24refactor(ext/node): allow injecting `NodeFs` from CLI (#18829)David Sherret
2023-04-19fix(compile): write bytes directly to output file (#18777)David Sherret