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