summaryrefslogtreecommitdiff
path: root/cli/tools/compile.rs
AgeCommit message (Expand)Author
2024-11-19feat(compile): ability to embed local data files (#26934)David Sherret
2024-11-01fix: improved support for cjs and cts modules (#26558)David Sherret
2024-10-24perf(compile): pass module source data from binary directly to v8 (#26494)David Sherret
2024-10-14feat(unstable): `--unstable-detect-cjs` for respecting explicit `"type": "com...David Sherret
2024-09-26feat: add `--allow-import` flag (#25469)Bartek Iwańczuk
2024-09-04BREAKING(config): make supported compilerOptions an allow list (#25432)David Sherret
2024-08-15feat: `deno compile --icon <ico>` (#25039)Divy Srivastava
2024-08-02docs: fix typos (#24820)Andreas Deininger
2024-08-01feat: codesign for deno compile binaries (#24604)Divy Srivastava
2024-07-31perf: update deno_ast to 0.41 (#24819)David Sherret
2024-07-23fix(upgrade): do not error if config in cwd invalid (#24689)David Sherret
2024-07-19refactor: update to deno_config 0.25 (#24645)David Sherret
2024-07-04feat: npm workspace and better Deno workspace support (#24334)David Sherret
2024-07-02fix(compile): atomically write compile output (#24378)Heyang Zhou
2024-06-26refactor: bump deno_graph to 0.79 (#24337)David Sherret
2024-06-03refactor: don't share `reqwest::HttpClient` across tokio runtimes (#24092)David Sherret
2024-04-23fix(cli): Don't panic on invalid emit options (#23463)Nathan Whitaker
2024-04-11fix: upgrade deno_ast related crates (#23187)David Sherret
2024-03-14chore(cli): move away from PathBuf in clap (#22036)Łukasz Czerniawski
2024-03-11chore: enable clippy unused_async rule (#22834)David Sherret
2024-02-21fix(compile): respect compiler options for emit (#22521)Bartek Iwańczuk
2024-02-20perf(jsr): fast check cache and lazy fast check graph (#22485)David Sherret
2024-02-07refactor: extract out `runtime::colors` to `deno_terminal::colors` (#22324)David Sherret
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-07fix: add more warnings when using sloppy imports (#21503)David Sherret
2023-12-06fix(compile/npm): ignore symlinks to non-existent paths in node_modules direc...David Sherret
2023-10-25refactor: break out ModuleInfoCache from ParsedSourceCache (#20977)David Sherret
2023-07-28feat(compile): Add `--no-terminal` to compile command (#17991)JasperVanEsveld
2023-06-07refactor: helpers methods on `TypeCheckMode` (#19393)David Sherret
2023-06-06perf(cli): conditionally load typescript declaration files (#19392)David Sherret
2023-05-19feat(compile): remove need for `--unstable` with npm specifiers (#19185)David Sherret
2023-05-16docs: fix typos (#19118)Lenni
2023-05-10feat(compile): unstable npm and node specifier support (#19005)David Sherret