1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00
denoland-deno/tests/integration
Asher Gomez bc51eca700
BREAKING: remove deno bundle (#25339)
`deno bundle` now produces:
```
error: ⚠️ `deno bundle` was removed in Deno 2.

See the Deno 1.x to 2.x Migration Guide for migration instructions: https://docs.deno.com/runtime/manual/advanced/migrate_deprecations
```

`deno bundle --help` now produces:
```
⚠️ `deno bundle` was removed in Deno 2.

See the Deno 1.x to 2.x Migration Guide for migration instructions: https://docs.deno.com/runtime/manual/advanced/migrate_deprecations

Usage: deno bundle [OPTIONS]

Options:
  -q, --quiet     Suppress diagnostic output
      --unstable  Enable all unstable features and APIs. Instead of using this flag, consider enabling individual unstable features
                    To view the list of individual unstable feature flags, run this command again with --help=unstable
```
2024-09-02 17:27:37 +02:00
..
bench_tests.rs chore: migrate bench, publish, and more itests to spec tests (#23584) 2024-04-29 10:08:27 -04:00
cache_tests.rs BREAKING: DENO_FUTURE=1 by default, or welcome to Deno 2.0 (#25213) 2024-08-30 13:58:58 -04:00
check_tests.rs BREAKING: remove deno bundle (#25339) 2024-09-02 17:27:37 +02:00
compile_tests.rs refactor: remove DENO_FUTURE (#25314) 2024-08-30 21:58:24 +00:00
coverage_tests.rs feat(coverage): add breadcrumbs to deno coverage --html report (#24860) 2024-08-14 16:37:19 +09:00
doc_tests.rs chore: update deno_doc (#24308) 2024-06-28 05:03:51 -07:00
eval_tests.rs chore: continue tests/ re-org (#22396) 2024-02-12 17:13:14 -07:00
flags_tests.rs feat: better help output (#24958) 2024-08-12 08:55:33 -07:00
fmt_tests.rs feat(fmt): support HTML, Svelte, Vue, Astro and Angular (#25019) 2024-08-14 22:58:48 +02:00
info_tests.rs BREAKING: DENO_FUTURE=1 by default, or welcome to Deno 2.0 (#25213) 2024-08-30 13:58:58 -04:00
init_tests.rs feat: deno init --serve (#24897) 2024-08-08 16:54:39 +00:00
inspector_tests.rs Reland "refactor(fetch): reimplement fetch with hyper instead of reqwest" (#24593) 2024-07-18 01:37:31 +02:00
install_tests.rs BREAKING: DENO_FUTURE=1 by default, or welcome to Deno 2.0 (#25213) 2024-08-30 13:58:58 -04:00
js_unit_tests.rs test: Don't run unit tests with and without DENO_FUTURE=1 (#25273) 2024-08-28 19:37:54 +00:00
jsr_tests.rs feat: improve lockfile v4 to store normalized version constraints and be more terse (#25247) 2024-08-28 14:17:47 -04:00
jupyter_tests.rs fix: adapt to new jupyter runtime API and include session IDs (#24762) 2024-07-27 10:39:08 +02:00
lint_tests.rs fix(lint): support linting tsx/jsx from stdin (#24955) 2024-08-19 20:42:13 +00:00
lsp_tests.rs BREAKING: remove deno bundle (#25339) 2024-09-02 17:27:37 +02:00
mod.rs BREAKING: remove deno bundle (#25339) 2024-09-02 17:27:37 +02:00
node_compat_tests.rs fix(ext/node): dispatch beforeExit/exit events irrespective of listeners (#23382) 2024-04-16 13:45:41 +00:00
node_unit_tests.rs refactor: remove DENO_FUTURE (#25314) 2024-08-30 21:58:24 +00:00
npm_tests.rs refactor: remove DENO_FUTURE (#25314) 2024-08-30 21:58:24 +00:00
pm_tests.rs feat(install): change 'Add ...' message (#24949) 2024-08-08 16:25:05 +02:00
publish_tests.rs feat(publish): error on missing license file (#25011) 2024-08-12 19:51:58 -04:00
repl_tests.rs BREAKING: DENO_FUTURE=1 by default, or welcome to Deno 2.0 (#25213) 2024-08-30 13:58:58 -04:00
run_tests.rs chore: cleanup code for unstable tests (#25330) 2024-08-31 23:38:21 +02:00
serve_tests.rs chore: Disable part of parallel serve test on macos (flaky) (#25057) 2024-08-15 21:48:35 +00:00
shared_library_tests.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
task_tests.rs BREAKING: DENO_FUTURE=1 by default, or welcome to Deno 2.0 (#25213) 2024-08-30 13:58:58 -04:00
test_tests.rs BREAKING: remove --jobs flag (#25336) 2024-09-02 17:26:42 +02:00
upgrade_tests.rs fix(upgrade): more informative information on invalid version (#25319) 2024-08-31 00:22:20 +00:00
vendor_tests.rs BREAKING: DENO_FUTURE=1 by default, or welcome to Deno 2.0 (#25213) 2024-08-30 13:58:58 -04:00
watcher_tests.rs BREAKING: remove deno bundle (#25339) 2024-09-02 17:27:37 +02:00
worker_tests.rs refactor(tests): move worker_threads itests to spec tests (#23648) 2024-05-03 05:52:47 +00:00