Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from denoland:main #52

Open
wants to merge 2,586 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
2586 commits
Select commit Hold shift + click to select a range
7a41a93
fix(ext/http): gracefully handle Response.error responses (#25712)
lucacasonato Sep 18, 2024
a1d0a42
feat: default to TS for file extension and support ext flag in more s…
crowlKats Sep 18, 2024
5057f58
feat: suggest `deno install --entrypoint` instead of `deno cache` (#2…
iuioiua Sep 18, 2024
315baeb
ci: fix uploading canary (#25715)
bartlomieju Sep 18, 2024
28dd928
fix: update nodeModulesDir config JSON schema (#25653)
marvinhagemeister Sep 18, 2024
c3bc692
v2.0.0-rc.3 (#25704)
bartlomieju Sep 18, 2024
fd23e8e
ci: bump fetch depth to unblock canary uploads (#25716)
bartlomieju Sep 19, 2024
282c4c2
refactor(ext): align error messages (#25496)
irbull Sep 19, 2024
f460188
fix(ext/node): don't throw error for unsupported signal binding on wi…
kt3k Sep 19, 2024
486cb18
refactor(ext/webgpu): align error messages (#25719)
irbull Sep 19, 2024
0ea71ab
fix(cli): handle edge cases around `export`s in doc tests and default…
magurotuna Sep 19, 2024
3035cdd
refactor(ext/webidl): align error messages (#25625)
irbull Sep 19, 2024
d420829
refactor(ext/kv): align error messages (#25500)
irbull Sep 19, 2024
6806535
fix(ext/fetch): fix lowercase http_proxy classified as https (#25686)
seanmonstar Sep 19, 2024
bb45446
fix: don't include extensionless files in file collection for lint & …
crowlKats Sep 19, 2024
51cac07
ci: Fix uploading latest canary version (#25725)
bartlomieju Sep 19, 2024
d7aafda
test: make specs::test::doc_success less flaky (#25726)
bartlomieju Sep 19, 2024
236a298
ci: fix 'promote_to_release' script (#25727)
bartlomieju Sep 19, 2024
159ac45
fix(ext/console): more precision in console.time (#25723)
lucacasonato Sep 19, 2024
e97f00f
fix(ext/node): support x509 certificates in `createPublicKey` (#25731)
littledivy Sep 19, 2024
dcc9511
ci: revert changed to canary uploads (#25733)
bartlomieju Sep 19, 2024
dad5678
v2.0.0-rc.4 (#25728)
bartlomieju Sep 19, 2024
6a04bbe
fix(cli): Only set allow net flag for deno serve if not already allow…
nathanwhit Sep 19, 2024
5bcea1a
ci: increase timeout to 180 minutes (#25750)
bartlomieju Sep 20, 2024
f1ba266
fix(node): Don't error out if we fail to statically analyze CJS re-ex…
nathanwhit Sep 20, 2024
a01dce3
fix: cjs resolution cases (#25739)
devsnek Sep 20, 2024
66fb81e
fix(coverage): ignore urls from doc testing (#25736)
kt3k Sep 20, 2024
1fb4828
chore: update sui to 0.3.1 (#25758)
littledivy Sep 20, 2024
cbdeb35
chore: update tools allow-run list (#25756)
littledivy Sep 20, 2024
a92ebd9
fix(ext/crypto): reject empty usages in SubtleCrypto#importKey (#25759)
littledivy Sep 20, 2024
471a15e
test: make specs::test::doc_success less flaky (#25765)
bartlomieju Sep 20, 2024
92fc702
fix(ext/crypto): ensure EC public keys are exported uncompressed (#25…
littledivy Sep 20, 2024
3e053f8
fix(flags): properly error out for urls (#25770)
crowlKats Sep 20, 2024
94bdebe
refactor(tests): migrate npm itests to specs (#25764)
satyarohith Sep 20, 2024
4b131d2
fix(cli): Default to auto with --node-modules-dir flag (#25772)
nathanwhit Sep 20, 2024
20ed4f5
feat(fmt): upgrade markup_fmt (#25768)
g-plane Sep 20, 2024
55c22ee
fix: panic when require(esm) (#25769)
bartlomieju Sep 20, 2024
88a469e
perf(ext/web): optimize performance.measure() (#25774)
esroyo Sep 20, 2024
4b02210
chore: Revert child_process close ordering change (#25781)
nathanwhit Sep 20, 2024
9be8dce
fix(node): Include "node" condition during CJS re-export analysis (#2…
nathanwhit Sep 21, 2024
0cb00a6
BREAKING(webgpu/unstable): move `width` and `height` options to `Unsa…
littledivy Sep 22, 2024
ef3e4a8
feat: Show hints when using `window` global (#25805)
bartlomieju Sep 22, 2024
37cedef
fix(ext/node): stub cpu_info() for OpenBSD (#25807)
VlkrS Sep 23, 2024
8f32a15
fix(ext/web): don't ignore capture in EventTarget.removeEventListener…
esroyo Sep 23, 2024
08d3f17
feat: make 'globalThis.location' a configurable property (#25812)
bartlomieju Sep 23, 2024
b155084
tests: enable auto_discovered tests of run/no_deno_json (#25821)
satyarohith Sep 23, 2024
bfdca5b
feat(ext/crypto): import and export p521 keys (#25789)
littledivy Sep 23, 2024
cab3363
tests: update specs::cache::package_json (#25827)
satyarohith Sep 23, 2024
be13da5
fix: consistent with deno_config and treat `"experimentalDecorators"`…
petamoriken Sep 23, 2024
a7ac899
feat(fmt): stabilize CSS, HTML and YAML formatters (#25753)
bartlomieju Sep 23, 2024
1287739
feat(fmt): support vto and njk extensions (#25831)
oscarotero Sep 23, 2024
e1c8d27
BREAKING: remove support for remote import maps in deno.json (#25836)
dsherret Sep 23, 2024
33f169b
chore: add code generation for @types/deno (#25545)
dsherret Sep 23, 2024
1eebd20
fix: error out if a valid flag is passed before a subcommand (#25830)
crowlKats Sep 23, 2024
d8036ab
perf(ext/fetch): improve decompression throughput by upgrading `tower…
magurotuna Sep 24, 2024
74e294c
refactor: reenable more tests after DENO_FUTURE migration (#25752)
bartlomieju Sep 24, 2024
1e261c9
fix: Update deno_npm to fix `deno install` with crossws (#25837)
nathanwhit Sep 24, 2024
7d7e541
fix(ext/node): Fix vm sandbox object panic (#24985)
littledivy Sep 24, 2024
3242550
fix(fmt): --check was broken for CSS, YAML and HTML (#25848)
bartlomieju Sep 24, 2024
5a1943c
fix: better error for Deno.UnsafeWindowSurface, correct HttpClient na…
crowlKats Sep 24, 2024
ba5b8d0
v2.0.0-rc.5 (#25838)
bartlomieju Sep 24, 2024
36ebc03
fix(cli): Warn on not-run lifecycle scripts with global cache (#25786)
nathanwhit Sep 24, 2024
a4f59c7
test: disable 'test-child-process-ipc-next-tick.js' Node compat test …
bartlomieju Sep 24, 2024
c4f7b2a
fix(check): ignore noImplicitOverrides in remote modules (#25854)
dsherret Sep 25, 2024
6c26c1e
feat(fmt): better error on malfored HTML files (#25853)
bartlomieju Sep 25, 2024
5c40b47
fix(add/install): default to "latest" tag for npm packages in `deno a…
nathanwhit Sep 25, 2024
8cdb309
fix(check): properly surface dependency errors in types file of js fi…
dsherret Sep 25, 2024
c232ecc
chore: deprecate npm itests (#25804)
MohammadSu1 Sep 25, 2024
49366ef
chore: cleanup unused deprecated code (#25839)
iuioiua Sep 26, 2024
05415bb
fix(compile): support 'deno compile' in RC and LTS releases (#25875)
bartlomieju Sep 26, 2024
5504ace
feat: add `--allow-import` flag (#25469)
bartlomieju Sep 26, 2024
121d969
fix(ext/node): fix process.stdin.pause() (#25864)
littledivy Sep 26, 2024
6be7d51
v2.0.0-rc.6 (#25877)
bartlomieju Sep 26, 2024
9252969
feat(tools/doc): display subitems in symbol overviews where applicabl…
crowlKats Sep 26, 2024
b80cf1f
refactor: use ModuleGraph::fill_from_lockfile (#25887)
dsherret Sep 26, 2024
7437f9d
fix(doc): surface graph errors as warnings (#25888)
dsherret Sep 26, 2024
13c53d9
fix(installl): make bin entries executable even if not put in `node_m…
nathanwhit Sep 26, 2024
543c687
feat(install): warn repeatedly about not-run lifecycle scripts on exp…
nathanwhit Sep 26, 2024
7cccb74
fix(info): move "version" field to top of json output (#25890)
dsherret Sep 26, 2024
eff6423
feat: Don't warn about --allow-script when using esbuild (#25894)
bartlomieju Sep 26, 2024
09a7cc4
refactor(fmt): rewrite HTML syntax error handling (#25892)
bartlomieju Sep 27, 2024
88a4f8d
chore: update `simd-json` (#25897)
iuioiua Sep 27, 2024
3134abe
BREAKING(ext/net): improved error code accuracy (#25383)
lucacasonato Sep 27, 2024
6f0fbce
fix(lint): correctly handle old jsx in linter (#25902)
lucacasonato Sep 27, 2024
0f617be
ci: use macos-14-xlarge on 'main' branch (#25908)
bartlomieju Sep 27, 2024
a8d1ab5
fix(flags): --allow-all should conflict with lower permissions (#25909)
dsherret Sep 27, 2024
fbddd5a
fix(node): Pass NPM_PROCESS_STATE to subprocesses via temp file inste…
nathanwhit Sep 27, 2024
b694efb
v2.0.0-rc.7 (#25907)
bartlomieju Sep 27, 2024
fc739dc
refactor: use deno_path_util (#25918)
dsherret Sep 28, 2024
1bb4780
refactor: move NpmCacheDir to deno_cache_dir (#25916)
dsherret Sep 28, 2024
3138478
Revert "ci: use macos-14-xlarge on 'main' branch (#25908)" (#25913)
bartlomieju Sep 28, 2024
5faf769
refactor: extract out sloppy imports resolution from CLI crate (#25920)
dsherret Sep 28, 2024
183130f
refactor: cleanup for creating worker structs (#25933)
dsherret Sep 30, 2024
efb413b
fix: update sui to 0.4 (#25942)
littledivy Sep 30, 2024
c8f6920
refactor: bury descriptor parsing in PermissionsContainer (#25936)
dsherret Sep 30, 2024
69ab720
refactor: move ByonmNpmResolver to deno_resolver (#25937)
dsherret Sep 30, 2024
a7d0a55
fix: eagerly error for specifier with empty version constraint (#25944)
dsherret Sep 30, 2024
05ca699
chore: include sha256 checksum in release (#25869)
littledivy Sep 30, 2024
c5c1869
fix: precompile preserve SVG camelCase attributes (#25945)
marvinhagemeister Sep 30, 2024
d7b7877
fix(info): error instead of panic for npm specifiers when using byonm…
dsherret Sep 30, 2024
7ad1458
fix(flags): move some content from docs.deno.com into help output (#2…
crowlKats Sep 30, 2024
218a9bf
v2.0.0-rc.8 (#25950)
bartlomieju Sep 30, 2024
0a75dc7
fix: update patchver to 0.2 (#25952)
littledivy Oct 1, 2024
aafe771
v2.0.0-rc.9 (#25957)
littledivy Oct 1, 2024
c487a86
fix: Hide 'deno cache' from help output (#25960)
bartlomieju Oct 1, 2024
2910438
fix: remove the typo in the help message (#25962)
MujahedSafaa Oct 1, 2024
4c8d57d
BREAKING: rename "deps" remote cache folder to "remote" (#25969)
dsherret Oct 1, 2024
41a7089
refactor(ext): align error messages (#25914)
irbull Oct 1, 2024
f930000
feat: Add suggestion for packages using Node-API addons (#25975)
bartlomieju Oct 1, 2024
3881b71
feat(lsp): quick fix for @deno-types="npm:@types/*" (#25954)
nayeemrmn Oct 1, 2024
620e6b4
fix(ext/node): remove unimplemented promiseHook stubs (#25979)
littledivy Oct 2, 2024
32c1278
feat(ext/node): buffer.transcode() (#25972)
satyarohith Oct 2, 2024
d116709
chore: remove unnecessary envs in spec tests (#25982)
dsherret Oct 2, 2024
3c193ae
chore: deprecate check itests (#25963)
MohammadSu1 Oct 2, 2024
7da70f4
chore: relax version pinning of deno_package_json (#25985)
arnauorriols Oct 2, 2024
2d3e028
chore: release deno_* crates (#25976)
denobot Oct 2, 2024
55c2a88
chore: release deno_* crates (#25987)
denobot Oct 2, 2024
ebc8a61
fix(no-slow-types): better `override` handling (#25989)
dsherret Oct 2, 2024
18beb13
fix(workspace): handle when config has members when specified via --c…
dsherret Oct 2, 2024
1837aed
Revert "fix(urlpattern): fallback to empty string for undefined group…
crowlKats Oct 2, 2024
bbd4ae1
fix(node): implement libuv APIs needed to support `npm:sqlite3` (#25893)
nathanwhit Oct 2, 2024
cac28b5
feat(byonm): support `deno run npm:<package>` when package is not in …
dsherret Oct 2, 2024
cb74975
fix(install): compare versions directly to decide whether to create a…
nathanwhit Oct 2, 2024
1e0c9b8
chore: disable flaky uv_test.js for now (#26003)
nathanwhit Oct 2, 2024
2754184
fix(install): store tags associated with package in node_modules dir …
nathanwhit Oct 3, 2024
c7cba4e
v2.0.0-rc.10 (#26002)
bartlomieju Oct 3, 2024
93b29b5
fix: enable `Win32_Security` feature in `windows-sys` (#26007)
littledivy Oct 3, 2024
f5caf9d
perf: Use -O3 for sui in release builds (#26010)
littledivy Oct 3, 2024
ac73b10
feat(permissions): allow importing from cdn.jsdelivr.net by default (…
dsherret Oct 3, 2024
e54809f
fix(ext/crypto): fix identity test for x25519 derive bits (#26011)
littledivy Oct 3, 2024
19a9990
chore: remove custom `bench` profile (#26008)
littledivy Oct 3, 2024
da7edf1
fix: don't prompt when using `Deno.permissions.request` with `--no-pr…
lowlighter Oct 3, 2024
5446701
chore: show expectation diff for wpt tests (#26014)
littledivy Oct 3, 2024
91860b3
fix(task): use current executable for deno even when not named deno (…
dsherret Oct 3, 2024
e41df20
fix(npm): root package has peer dependency on itself (#26022)
littledivy Oct 3, 2024
779a98c
tests: enable specs::run::package_json::invalid_value (#25826)
satyarohith Oct 3, 2024
b8a9a4a
Revert "feat: warn when using --allow-run with no allow list" (#26021)
dsherret Oct 4, 2024
edac916
fix(install): surface package.json dependency errors (#26023)
dsherret Oct 4, 2024
7b509e4
tests: enable package_json_node_modules_none (#25825)
satyarohith Oct 4, 2024
dd8cbf5
fix(node): fix worker_threads issues blocking Angular support (#26024)
nathanwhit Oct 4, 2024
f288730
chore: enable lock_deno_json_package_json_deps (#26029)
dsherret Oct 4, 2024
2de4faa
refactor: improve node permission checks (#26028)
dsherret Oct 4, 2024
39a2034
feat(ext/crypto): X448 support (#26043)
littledivy Oct 7, 2024
9a92603
fix(ext/webstorage): make `getOwnPropertyDescriptor` with symbol retu…
crowlKats Oct 7, 2024
fc293c6
chore: remove protoc dep from CI (#26050)
nathanwhit Oct 7, 2024
719b8dc
feat(lsp): add a message when someone runs 'deno lsp' manually (#26051)
bartlomieju Oct 7, 2024
053894b
fix(lsp): exclude missing import quick fixes with bad resolutions (#2…
nayeemrmn Oct 7, 2024
2d488e4
fix(console): missing cause property on non-error objects (#26061)
marvinhagemeister Oct 8, 2024
ff4e682
fix(ext/node): internal buffer length in readSync (#26064)
satyarohith Oct 8, 2024
3fc9e49
refactor: remove usage of full_range (#26065)
dsherret Oct 8, 2024
b2504b7
fix: disable same-origin.html WPT (#26067)
crowlKats Oct 8, 2024
94adfee
fix: use tree-sitter for deno_doc (#26066)
crowlKats Oct 8, 2024
a62c7e0
2.0.0 (#26063)
denobot Oct 8, 2024
0dfd333
fix(jupyter): keep running event loop when waiting for messages (#26049)
bartlomieju Oct 9, 2024
20ae8db
fix(repl): importing json files (#26053)
bartlomieju Oct 9, 2024
251840a
fix: do not panic on wsl share file paths on windows (#26081)
dsherret Oct 9, 2024
06aadcd
fix: do not panic when using methods on classes and interfaces in den…
crowlKats Oct 10, 2024
66929de
fix(unstable/worker): ensure import permissions are passed (#26101)
dsherret Oct 10, 2024
ccdbeb4
fix(install): duplicate dependencies in `package.json` (#26128)
marvinhagemeister Oct 10, 2024
94b588c
fix(lsp): relative completions for bare import-mapped specifiers (#26…
nayeemrmn Oct 11, 2024
9117a9a
fix(node): make `process.stdout.isTTY` writable (#26130)
marvinhagemeister Oct 11, 2024
3df8f16
refactor(ext/broadcastchannel): use concrete error type (#26105)
crowlKats Oct 12, 2024
938a8eb
refactor(ext/cache): use concrete error type (#26109)
crowlKats Oct 12, 2024
8b2c6fc
refactor(ext/canvas): use concrete error type (#26111)
crowlKats Oct 12, 2024
7a990d9
feat(npm): support `--allow-scripts` on `deno run` (and `deno add`, `…
nathanwhit Oct 12, 2024
4f89225
fix(node/util): export `styleText` from `node:util` (#26194)
nathanwhit Oct 12, 2024
2ac699f
refactor(ext/cron): use concrete error type (#26135)
crowlKats Oct 12, 2024
64c304a
refactor(ext/tls): use concrete error types (#26174)
crowlKats Oct 12, 2024
7c3da2e
fix(ext/webgpu): allow GL backend on Windows (#26206)
littledivy Oct 14, 2024
d22195e
fix(ext/napi): pass user context to napi_threadsafe_fn finalizers (#2…
littledivy Oct 14, 2024
68b388a
fix(ext/node): allow writing to tty columns (#26201)
littledivy Oct 14, 2024
bbad7c5
fix(ext/node): compute pem length (upper bound) for key exports (#26231)
littledivy Oct 14, 2024
3eda179
feat(cli): improve deno info output for npm packages (#25906)
lucacasonato Oct 14, 2024
dfbf03e
perf: use fast calls for microtask ops (#26236)
littledivy Oct 14, 2024
f3530c8
chore: generate the checksums from the final archives (#26151)
maxwell-k Oct 14, 2024
c5449d7
fix(install): support installing npm package with alias (#26246)
dsherret Oct 14, 2024
cb385d9
refactor(ext/webstorage): use concrete error types (#26173)
crowlKats Oct 14, 2024
48cbf85
refactor(ext/url): use concrete error types (#26172)
crowlKats Oct 14, 2024
8dbe77d
fix(console/ext/repl): support using parseFloat() (#25900)
MohammadSu1 Oct 14, 2024
ee7d450
refactor(ext/ffi): use concrete error types (#26170)
crowlKats Oct 14, 2024
1a0cb5b
feat(unstable): `--unstable-detect-cjs` for respecting explicit `"typ…
dsherret Oct 15, 2024
9f0a447
fix(cli): named export takes precedence over default export in doc te…
magurotuna Oct 15, 2024
4c9eee3
perf(http): cache webidl.converters lookups in ext/fetch/23_response.…
dsherret Oct 15, 2024
7f3747f
perf(http): avoid clone getting request method and url (#26250)
dsherret Oct 15, 2024
ae6a2b2
fix: do not panic running remote cjs module (#26259)
dsherret Oct 15, 2024
7bfec38
fix(repl): remove check flags (#26140)
kt3k Oct 15, 2024
c715383
fix(ext/node): implement TCP.setNoDelay (#26263)
littledivy Oct 15, 2024
e4b52f5
fix: panic in `prepare_stack_trace_callback` when global interceptor …
littledivy Oct 15, 2024
533a9b1
chore: upgrade to rust 1.81.0 (#26261)
linbingquan Oct 15, 2024
797405f
fix(add): create deno.json when running `deno add jsr:<pkg>` (#26275)
nathanwhit Oct 15, 2024
9d93e33
chore: ensure only one cargo publish can run (#26262)
seemethere Oct 15, 2024
3888806
refactor: always apply hint when formatting JsError (#26252)
bartlomieju Oct 15, 2024
c5a7f98
fix(ext/node): handle http2 server ending stream (#26235)
TobyEalden Oct 15, 2024
7211028
fix(ext/node): use primordials in `ext/node/polyfills/internal/buffer…
petamoriken Oct 15, 2024
403da30
fix(install): handle pkg with dep on self when pkg part of peer dep r…
dsherret Oct 15, 2024
3065dad
fix(ext/console): apply coloring for console.table (#26280)
crowlKats Oct 15, 2024
ee904ec
fix: add hint for missing `document` global in terminal error (#26218)
bartlomieju Oct 15, 2024
82d13fd
refactor(ext/io): use concrete error types (#26187)
crowlKats Oct 15, 2024
40b1c42
fix: improve suggestions and hints when using CommonJS modules (#26287)
bartlomieju Oct 15, 2024
7c3c13c
fix(install): retry downloads of registry info / tarballs (#26278)
nathanwhit Oct 15, 2024
661882f
perf(http): make heap allocation for path conditional (#26289)
dsherret Oct 16, 2024
21fa953
fix(ext/node): timingSafeEqual account for AB byteOffset (#26292)
littledivy Oct 16, 2024
2929d58
fix(cli): consolidate pkg parser for install & remove (#26298)
satyarohith Oct 16, 2024
ea9c3ff
fix: node-api function call should use preamble (#26297)
devsnek Oct 16, 2024
d59599f
fix(ext/node): fix dns.lookup result ordering (#26264)
kt3k Oct 16, 2024
19cb0d9
fix(jupyter): copy kernels icons to the kernel directory (#26084)
jtpio Oct 16, 2024
f94cdd1
chore: add dhat feature (#26285)
dsherret Oct 16, 2024
06778e4
feat(lsp): "deno/didRefreshDenoConfigurationTree" notifications (#26215)
nayeemrmn Oct 16, 2024
e515f3d
fix(add): exact version should not have range `^` specifier (#26302)
marvinhagemeister Oct 16, 2024
4385020
fix(cli): add prefix to install commands in help (#26318)
marvinhagemeister Oct 16, 2024
f7dba52
fix(child_process): map node `--no-warnings` flag to `--quiet` (#26288)
nathanwhit Oct 16, 2024
1fd8d09
Revert "feat(lsp): "deno/didRefreshDenoConfigurationTree" notificatio…
bartlomieju Oct 16, 2024
f841722
fix: use syntect for deno doc html generation (#26322)
crowlKats Oct 16, 2024
72dd74d
Reland feat(lsp): deno/didRefreshDenoConfigurationTree notifications …
nayeemrmn Oct 16, 2024
3385d12
chore: forward v2.0.1 release commit to main (#26338)
denobot Oct 16, 2024
458d627
fix(node/http): normalize header names in `ServerResponse` (#26339)
nathanwhit Oct 17, 2024
167f674
fix: don't warn on ignored signals on windows (#26332)
nathanwhit Oct 17, 2024
a61ba3c
fix(net): don't try to set nodelay on upgrade streams (#26342)
nathanwhit Oct 17, 2024
5689585
fix(cli): set napi object property properly (#26344)
Brooooooklyn Oct 17, 2024
e61e2e4
refactor: use macros for signal table (#26214)
pjuftring Oct 17, 2024
63f6dd3
fix(jupyter): update to the new logo (#26353)
jtpio Oct 17, 2024
33ceae4
fix(runtime): send ws ping frames from inspector server (#26352)
lucacasonato Oct 17, 2024
3b62e05
feat(permissions): expose PermissionPrompter and set_prompter functio…
lucasfernog-crabnebula Oct 17, 2024
ed13efc
refactor(ext/net): use concrete error type (#26227)
crowlKats Oct 17, 2024
7c790da
refactor(ext/kv): use concrete error type (#26239)
crowlKats Oct 17, 2024
40b4b9a
feat(permissions): expose PromptResponse (#26358)
lucasfernog-crabnebula Oct 17, 2024
eca83fc
refactor(ext/web): use concrete error types (#26185)
crowlKats Oct 17, 2024
9fde5cb
fix(node/fs): copyFile with `COPYFILE_EXCL` should not throw if the d…
nathanwhit Oct 17, 2024
8cfd996
refactor(ext/napi): use concrete error types (#26186)
crowlKats Oct 17, 2024
2435a36
chore: fix flaky COPYFILE_EXCL test (#26370)
nathanwhit Oct 17, 2024
50724d0
fix(install): don't attempt to cache specifiers that point to directo…
nathanwhit Oct 17, 2024
02e5a7a
fix(jupyter): fix panics for overslow subtraction (#26371)
bartlomieju Oct 17, 2024
8f3eb9d
fix(ext/node): add null check for kStreamBaseField (#26368)
bartlomieju Oct 17, 2024
3ae10a0
chore: forward v2.0.2 release commit to main (#26376)
denobot Oct 18, 2024
c77c9b2
fix(help): missing package specifier (#26380)
marvinhagemeister Oct 18, 2024
85a99eb
refactor(ext/fs): use concrete error types (#26317)
crowlKats Oct 18, 2024
1bccf45
fix(ext/node): properly map reparse point error in readlink (#26375)
nathanwhit Oct 18, 2024
4b99cde
fix(npm): ensure scoped package name is encoded in URLs (#26390)
marvinhagemeister Oct 18, 2024
d047cab
refactor(ext/websocket): use concrete error type (#26226)
crowlKats Oct 18, 2024
0e60bb9
fix(info): resolve workspace member mappings (#26350)
marvinhagemeister Oct 18, 2024
d48434e
fix(ext/node): stub HTTPParser internal binding (#26401)
nathanwhit Oct 18, 2024
e22d0e9
ci: use self-hosted mac arm runner (#26366)
bartlomieju Oct 18, 2024
8ca8174
refactor(ext/crypto): use concrete error types (#26167)
crowlKats Oct 18, 2024
2c39003
refactor(ext/http): use concrete error types (#26377)
crowlKats Oct 18, 2024
d1cd1fa
Revert "ci: use self-hosted mac arm runner (#26366)" (#26408)
bartlomieju Oct 19, 2024
6c4ef11
refactor(ext/fetch): use concrete error types (#26220)
crowlKats Oct 19, 2024
615e6b7
refactor(ext/webgpu): use concrete error type (#26198)
crowlKats Oct 19, 2024
0710af0
perf: avoid multiple calls to runMicrotask (#26378)
littledivy Oct 19, 2024
85709c7
chore: update release doc template (#26406)
bartlomieju Oct 19, 2024
473e306
chore: update nix crate (#26422)
crowlKats Oct 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(cli/init): broken link in deno init sample template (denoland#24545)
This commit fixes the broken link in the sample template provided by the
deno init command.
  • Loading branch information
vwh authored Jul 12, 2024
commit 17111589848045b1f2d6b6b47f077c5b63accfc0
2 changes: 1 addition & 1 deletion cli/tools/init/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Deno.test(function addTest() {
return a + b;
}

// Learn more at https://deno.land/manual/examples/module_metadata#concepts
// Learn more at https://docs.deno.com/runtime/manual/examples/module_metadata#concepts
if (import.meta.main) {
console.log("Add 2 + 3 =", add(2, 3));
}
Expand Down