1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/tests/specs/cert
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
..
cafile_compile chore: move cert itests to spec tests (#23607) 2024-05-03 00:43:12 +00:00
cafile_env_fetch chore: move cert itests to spec tests (#23607) 2024-05-03 00:43:12 +00:00
cafile_install BREAKING: DENO_FUTURE=1 by default, or welcome to Deno 2.0 (#25213) 2024-08-30 13:58:58 -04:00
cafile_ts_fetch chore: move cert itests to spec tests (#23607) 2024-05-03 00:43:12 +00:00
cafile_ts_fetch_unsafe_ssl chore: move cert itests to spec tests (#23607) 2024-05-03 00:43:12 +00:00
cafile_url_imports chore: move cert itests to spec tests (#23607) 2024-05-03 00:43:12 +00:00
cafile_url_imports_unsafe_ssl chore: move cert itests to spec tests (#23607) 2024-05-03 00:43:12 +00:00
deno_land_unsafe_ssl chore: move cert itests to spec tests (#23607) 2024-05-03 00:43:12 +00:00
ip_address_unsafe_ssl chore: move cert itests to spec tests (#23607) 2024-05-03 00:43:12 +00:00
localhost_unsafe_ssl fix(ext/fetch): include URL and error details on fetch failures (#24910) 2024-08-07 23:18:33 -07:00