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