0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-13 17:25:28 -05:00
denoland-deno/cli
Bartek Iwańczuk cd3af196e3
fix(fs): instanceof check for Deno.FsFile (#22121)
Regression caused by https://github.com/denoland/deno/pull/22072.

I added a relevant test so we don't regress again.

Fixes https://github.com/denoland/deno/issues/22115
2024-01-26 16:47:57 +01:00
..
args feat: Expand 'imports' section of deno.json (#22087) 2024-01-24 23:44:06 +01:00
bench refactor: set removal version for Deno.RequestEvent, Deno.HttpConn and Deno.serveHttp() (#22034) 2024-01-23 03:24:03 +00:00
cache
js chore(cli): split 40_testing (#22112) 2024-01-26 16:47:57 +01:00
lsp fix(lsp): disable experimentalDecorators by default (#22101) 2024-01-25 14:39:21 +00:00
napi 1.40.1 (#22103) 2024-01-25 16:22:10 +01:00
npm feat(lockfile): track JSR and npm dependencies in config file (#22004) 2024-01-22 22:31:12 +01:00
ops
schemas feat(publish): exclude and include (#22055) 2024-01-24 20:30:08 +00:00
standalone feat(lockfile): track JSR and npm dependencies in config file (#22004) 2024-01-22 22:31:12 +01:00
tests fix(fs): instanceof check for Deno.FsFile (#22121) 2024-01-26 16:47:57 +01:00
tools feat(publish): error on invalid external imports (#22088) 2024-01-24 21:59:18 +00:00
tsc revert: Remove deprecations of file sync APIs (#22085) 2024-01-24 23:38:18 +01:00
util chore: improve unanalyzable dynamic import diagnostic (#22051) 2024-01-24 14:49:33 +01:00
auth_tokens.rs
build.rs
Cargo.toml 1.40.1 (#22103) 2024-01-25 16:22:10 +01:00
cdp.rs
deno.ico
deno_std.rs 1.40.0 (#22096) 2024-01-25 03:48:50 +01:00
diagnostics.rs feat(publish): error on invalid external imports (#22088) 2024-01-24 21:59:18 +00:00
emit.rs
entitlements.plist
errors.rs
factory.rs feat: warn when using --unstable, prefer granular flags (#21452) 2024-01-23 15:33:07 +01:00
file_fetcher.rs
graph_util.rs feat(lockfile): track JSR and npm dependencies in config file (#22004) 2024-01-22 22:31:12 +01:00
http_util.rs
js.rs
main.rs feat(cli): improved diagnostics printing (#22049) 2024-01-23 16:37:43 +01:00
module_loader.rs
node.rs
README.md
resolver.rs
version.rs
worker.rs chore(cli): split 40_testing (#22112) 2024-01-26 16:47:57 +01: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.