1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/cli/tests/integration
Bartek Iwańczuk 13a91a69f8
refactor: remove imported ops from Deno.core.ops (#22194)
This commit adds a list of ops to `runtime/99_main.js` that are
currently relying on getting them from `Deno.core.ops`. All ops that are not
present in the list are removed from `Deno.core.ops` on startup (they are
imported from "virtual op module" - `ext:core/ops`) making them effectively
inaccessible to user code.

This change lowers the number of ops exposed to user code from 650 to
around 260. This number should be gradually decreased in follow-up PRs.
2024-01-31 22:39:56 +01:00
..
bench_tests.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
bundle_tests.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
cache_tests.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
cert_tests.rs Revert "chore: bump rustls-tokio-stream and rustls (#21955)" (#22097) 2024-01-25 04:47:45 +01:00
check_tests.rs fix: remove conditional unstable type-checking from other commands (#21991) 2024-01-21 22:47:46 +00:00
compile_tests.rs fix(compile): preserve granular unstable features (#21827) 2024-01-06 19:31:09 +05:30
coverage_tests.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
doc_tests.rs feat: warn when using --unstable, prefer granular flags (#21452) 2024-01-23 15:33:07 +01:00
eval_tests.rs refactor: don't error when .env is not present (#21879) 2024-01-22 00:27:14 +01:00
flags_tests.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
fmt_tests.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
info_tests.rs feat: warn when using --unstable, prefer granular flags (#21452) 2024-01-23 15:33:07 +01:00
init_tests.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
inspector_tests.rs chore: ignore inspector_port_collision test (#21923) 2024-01-16 13:50:03 -07:00
install_tests.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
js_unit_tests.rs refactor: remove imported ops from Deno.core.ops (#22194) 2024-01-31 22:39:56 +01:00
jsr_tests.rs feat(unstable): fast subset type checking of JSR dependencies (#21873) 2024-01-10 22:40:30 +00:00
jupyter_tests.rs feat(jupyter): don't require --unstable flag (#21963) 2024-01-18 23:16:14 +01:00
lint_tests.rs feat: warn when using --unstable, prefer granular flags (#21452) 2024-01-23 15:33:07 +01:00
lsp_tests.rs fix(lsp): don't normalize urls in cache command params (#22182) 2024-01-30 17:17:34 +00:00
mod.rs fix(jupyter): error message when install fails due to jupyter command not being on PATH (#21767) 2024-01-03 14:45:10 +00:00
node_compat_tests.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
node_unit_tests.rs chore: deflake rejection_handled_web_process test (#22056) 2024-01-23 21:05:21 +00:00
npm_tests.rs feat: warn when using --unstable, prefer granular flags (#21452) 2024-01-23 15:33:07 +01:00
publish_tests.rs chore(publish): add --no-fast-check flag (#22203) 2024-01-31 16:10:31 +01:00
repl_tests.rs feat: TC39 decorator proposal support (#22040) 2024-01-24 18:46:23 +05:30
run_tests.rs fix(lockfile): only consider package.json beside lockfile in workspace property (#22179) 2024-01-30 09:26:30 -05:00
shared_library_tests.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
task_tests.rs fix(task): do not eagerly auto-install packages in package.json when "nodeModulesDir": false (#21858) 2024-01-08 19:30:36 -05:00
test_tests.rs feat: warn when using --unstable, prefer granular flags (#21452) 2024-01-23 15:33:07 +01:00
upgrade_tests.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
vendor_tests.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
watcher_tests.rs feat(cli): improved diagnostics printing (#22049) 2024-01-23 16:37:43 +01:00
worker_tests.rs feat: deprecate Deno.{Conn,TcpConn,TlsConn,UnixConn}.rid (#22077) 2024-01-24 22:12:10 +01:00