summaryrefslogtreecommitdiff
path: root/cli/tools/bundle.rs
AgeCommit message (Expand)Author
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