1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-23 15:49:44 -05:00
denoland-deno/cli/tests/testdata
Kyle Kelley cbddf5756e
fix(jupyter): keep this around (#20789)
This fixes #20767.

We were losing `this` and then when an exception was happening, it
didn't show up in the output because we weren't bubbling up exceptions
from within a user defined function for displaying. I thought about
doing a `.call(object)` but didn't want to get in the way of a bound
`this` that a user or library was already putting on the function.
2023-10-04 23:08:57 +02:00
..
assets chore(core): fix flaky flock_test on windows (#19477) 2023-06-12 20:30:29 +00:00
bench fix(bench): explicit timers don't force high precision measurements (#20272) 2023-08-26 11:29:45 +02:00
benches
bundle
cache
cert fix: retry module download once if server errored (#17252) 2023-08-01 10:52:28 +02:00
check refactor: remove DENO_UNSTABLE_NPM_SYNC_DOWNLOAD and custom sync functionality (#20504) 2023-09-14 17:51:28 +00:00
commonjs
compile chore: Use relative paths for assert imports to avoid test flakes (#19427) 2023-06-08 18:10:37 +00:00
coverage fix: exclude internal JS files from coverage (#20448) 2023-09-11 13:53:42 +00:00
doc
dynamic_import
encoding
eval chore(tests): ability to pattern match unordered lines (#20488) 2023-09-14 16:21:57 +00:00
file_extensions
fmt feat: add support for globs in the config file and CLI arguments for files (#19102) 2023-05-23 03:39:59 +02:00
import_attributes chore(tests): ability to pattern match unordered lines (#20488) 2023-09-14 16:21:57 +00:00
import_maps fix(lsp): resolve remote import maps (#20651) 2023-09-24 18:00:15 +01:00
info chore(tests): ability to pattern match unordered lines (#20488) 2023-09-14 16:21:57 +00:00
inspector
install
jsr feat(unstable): package manager (#20517) 2023-09-18 10:46:44 -04:00
jsx
jupyter fix(jupyter): keep this around (#20789) 2023-10-04 23:08:57 +02:00
lint feat: add support for globs in the config file and CLI arguments for files (#19102) 2023-05-23 03:39:59 +02:00
lockfile feat: lockfile v3 (#20424) 2023-09-08 14:34:57 -04:00
lsp fix(lsp): remove quotes and period surrounding specifier in uncached messages (#19794) 2023-07-11 02:27:22 +00:00
malformed_config
module_graph
node chore: deno_core -> 0.201.0 (#20135) 2023-08-12 19:04:45 +00:00
npm refactor(ext/node): remove dependency on deno_npm and deno_semver (#20718) 2023-09-28 22:43:45 +02:00
package_json refactor: upgrade deno_ast 0.28 and deno_semver 0.4 (#20193) 2023-08-21 09:53:52 +00:00
repl
run feat: explicit resource management in TypeScript (#20506) 2023-09-14 18:08:59 +00:00
runtime
subdir fix(unstable): vendor cache should support adding files to hashed directories (#20070) 2023-08-06 12:25:48 -04:00
task refactor: remove DENO_UNSTABLE_NPM_SYNC_DOWNLOAD and custom sync functionality (#20504) 2023-09-14 17:51:28 +00:00
test perf: improve async op santizer speed and accuracy (#20501) 2023-09-16 07:48:31 +02:00
tls fix(ext/net): implement a graceful error on an invalid SSL certificate (#20157) 2023-08-15 00:11:12 +00:00
tsc
tsc2
type_definitions
types
vendor
webcrypto
workers refactor: rewrite more ops to op2 macro (#20478) 2023-09-14 23:05:18 +02:00
allow_run_allowlist_resolution.ts fix(runtime/permissions): Resolve executable specifiers in allowlists and queries (#14130) 2023-08-30 18:52:01 +01:00
allow_run_allowlist_resolution.ts.out fix(runtime/permissions): Resolve executable specifiers in allowlists and queries (#14130) 2023-08-30 18:52:01 +01:00
cat.ts
echo.ts
echo_server.ts
error_cause_recursive_aggregate.ts
error_cause_recursive_aggregate.ts.out chore(tests): ability to pattern match unordered lines (#20488) 2023-09-14 16:21:57 +00:00
error_cause_recursive_tail.ts
error_cause_recursive_tail.ts.out chore(tests): ability to pattern match unordered lines (#20488) 2023-09-14 16:21:57 +00:00
navigator_language.ts
navigator_languages.ts
spawn_kill_permissions.ts
symlink_to_subdir