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
/
bundle.rs
Age
Commit message (
Expand
)
Author
2024-09-02
BREAKING: remove `deno bundle` (#25339)
Asher Gomez
2024-07-23
fix(upgrade): do not error if config in cwd invalid (#24689)
David Sherret
2024-05-08
chore: enable clippy::print_stdout and clippy::print_stderr (#23732)
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-11
chore: enable clippy unused_async rule (#22834)
David Sherret
2024-02-24
fix(lsp): import map expansion (#22553)
David Sherret
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-02-01
refactor: load bytes in deno_graph (#22212)
David Sherret
2024-01-24
refactor: set removal version for `deno bundle` (#22062)
Asher Gomez
2024-01-15
refactor: use globbing from deno_config (#21925)
David Sherret
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-10-31
feat: deno run --unstable-hmr (#20876)
Bartek Iwańczuk
2023-10-24
fix: improved using declaration support (#20959)
David Sherret
2023-10-19
refactor: add WatcherCommunicator helper struct (#20927)
Bartek Iwańczuk
2023-08-24
refactor: use "deno_config" crate (#20260)
Bartek Iwańczuk
2023-06-15
refactor(flags): move watch flags into subcommand structs (#19516)
David Sherret
2023-06-14
fix: reload config files on watcher restarts (#19487)
David Sherret
2023-06-07
refactor: helpers methods on `TypeCheckMode` (#19393)
David Sherret
2023-05-01
refactor(cli): remove ProcState - add CliFactory (#18900)
David Sherret
2023-04-14
refactor: break up `ProcState` (#18707)
David Sherret
2023-04-12
refactor: `ProcState::build` -> `ProcState::from_flags` (#18672)
David Sherret
2023-03-22
feat(cli): --ext parameter for run, compile, and bundle (#17172)
Cre3per
2023-03-19
feat(compile): Enable multiple roots for a standalone module graph (#17663)
Andreu Botella
2023-03-14
refactor: --watch commands use deno_core::resolve_url_or_path (#18172)
Bartek Iwańczuk
2023-03-14
refactor(core): resolve_url_or_path and resolve_url_or_path_deprecated (#18170)
Bartek Iwańczuk
2023-02-22
refactor: use deno_graph for npm specifiers (#17858)
David Sherret
2023-02-14
feat: Deprecate 'deno bundle' subcommand (#17695)
Bartek Iwańczuk
2023-02-09
refactor: deno_graph 0.43 upgrade (#17692)
David Sherret
2023-01-24
refactor(deno_graph): remove unused Resolved::Ok#kind usage (#17504)
David Sherret
2023-01-13
refactor(cli/tools): reduce cloning (#17309)
Geert-Jan Zwiers
2023-01-03
fix(cli): bundle command support shebang file (#17113)
Fenix
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-09
fix: respect the `--quiet` flag in more cases (#16998)
David Sherret
2022-12-09
refactor: cleanup main.rs (#16996)
David Sherret