1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/tests/testdata/check
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
..
all chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
cache_config_on_off chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
deno_not_found chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
dts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
exclude_option chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
export_equals_declaration_file chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
jsx_not_checked chore: fix flaky net_listen_allow_localhost_4555 (#23726) 2024-05-07 17:21:56 +00:00
jsximportsource_importmap_config BREAKING: remove deno bundle (#25339) 2024-09-02 17:27:37 +02:00
module_detection_force chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
no_error_truncation chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
node_builtin_modules chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
npm_install_diagnostics chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
broadcast_channel.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
declaration_header_file_with_no_exports.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
declaration_header_file_with_no_exports_js.d.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
declaration_header_file_with_no_exports_js.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
module_detection_force.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
response_json.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00