0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 09:57:11 -05:00
deno/cli
David Sherret 4648fc4570
fix(check): compiler options from workspace members (#27785)
Co-authored-by: Nayeem Rahman <nayeemrmn99@gmail.com>
2025-01-28 10:49:58 -05:00
..
args fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
bench feat(ext/node): implement node:sqlite (#27308) 2025-01-28 19:30:03 +05:30
cache refactor: add WorkspaceFactory and ResolverFactory (#27766) 2025-01-23 18:52:55 -05:00
js
lib fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
lsp fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
npm perf(node_resolver): reduce url to/from path conversions (#27839) 2025-01-27 15:23:20 -05:00
ops
rt perf(node_resolver): reduce url to/from path conversions (#27839) 2025-01-27 15:23:20 -05:00
schemas fix(lint): update jsx/react related rules and names (#27836) 2025-01-27 16:54:35 +00:00
snapshot chore: fix hmr build (#27781) 2025-01-22 18:00:36 +00:00
standalone feat(compile): show remote modules and metadata size when compiling (#27415) 2025-01-23 16:55:50 +00:00
tools fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
tsc fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
util fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
build.rs refactor(tsc): remove TS program creation during snapshotting (#27797) 2025-01-24 13:06:36 +01:00
Cargo.toml fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
cdp.rs
clippy.toml
deno.ico
emit.rs fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
entitlements.plist
factory.rs fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
file_fetcher.rs fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
graph_container.rs
graph_util.rs fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
http_util.rs refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00
integration_tests_runner.rs refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00
js.rs refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00
jsr.rs
main.rs refactor: add WorkspaceFactory and ResolverFactory (#27766) 2025-01-23 18:52:55 -05:00
module_loader.rs fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
node.rs refactor: add WorkspaceFactory and ResolverFactory (#27766) 2025-01-23 18:52:55 -05:00
README.md
resolver.rs refactor: add WorkspaceFactory and ResolverFactory (#27766) 2025-01-23 18:52:55 -05:00
task_runner.rs
worker.rs refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00

Deno CLI Crate

crates

This provides the actual deno executable and the user-facing APIs.

The deno crate uses the deno_core to provide the executable.