deno/cli/tools
HasanAlrimawi e028e26b9c
feat: add --open to deno serve to open server in browser (#25340)
Change:
Supported --open flag with deno serve -> (deno serve --open
somescript.ts/js).
The action that takes place is openning the browser on the address that
the server is running on.

Signed-off-by: HasanAlrimawi <141642411+HasanAlrimawi@users.noreply.github.com>
2025-04-28 21:14:44 +00:00
..
bench chore: update to rust 1.85 (#28236) 2025-02-25 08:50:01 -08:00
coverage fix(coverage): improve responsiveness of HTML reporter on small screens (#28993) 2025-04-22 13:23:27 +09:00
doc feat(doc): add darkmode for HTML output (#28989) 2025-04-21 13:02:50 -07:00
init perf(npm): load npm resolution snapshot directly from lockfile (#28647) 2025-04-08 02:06:17 +00:00
jupyter fix(lockfile): re-fetch packuments if version not found, properly pass patch packages (#28964) 2025-04-18 23:08:15 +00:00
lint fix: remove warnings for bare node builtins (#29000) 2025-04-23 15:30:59 -04:00
pm fix(compile): read resource name in executable as uppercase on Windows (#29005) 2025-04-23 04:59:59 +00:00
publish fix(publish): support virtual: and cloudflare: schemes (#28922) 2025-04-22 01:41:32 -07:00
repl fix(lockfile): re-fetch packuments if version not found, properly pass patch packages (#28964) 2025-04-18 23:08:15 +00:00
run perf(npm): load npm resolution snapshot directly from lockfile (#28647) 2025-04-08 02:06:17 +00:00
test feat(test): create coverage reports when --coverage specified in deno test (#28260) 2025-04-18 18:56:14 +09:00
check.rs refactor(cli): extract TypeChecker to separate module (#28235) 2025-02-21 21:00:29 +00:00
clean.rs refactor: add WorkspaceFactory and ResolverFactory (#27766) 2025-01-23 18:52:55 -05:00
compile.rs feat(compile): ability to exclude embedded files (#28805) 2025-04-15 19:10:37 +00:00
doc.rs feat(unstable/run): ability to lazily load statically analyzable dynamic imports (#28593) 2025-03-25 11:38:45 -04:00
fmt.rs feat(fmt/lint): add --permit-no-files (#28753) 2025-04-15 17:57:34 +00:00
info.rs feat(info): include deno version (#29080) 2025-04-28 18:41:30 +01:00
installer.rs fix(install/global): do not append bin to DENO_INSTALL_ROOT when ends with bin (#26446) 2025-04-15 21:31:28 +00:00
mod.rs refactor: separate publish from pm subcommands (#28237) 2025-02-21 17:02:33 -05:00
serve.rs feat: add --open to deno serve to open server in browser (#25340) 2025-04-28 21:14:44 +00:00
task.rs perf(npm): load npm resolution snapshot directly from lockfile (#28647) 2025-04-08 02:06:17 +00:00
upgrade.rs refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00