mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
bc51eca700
`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 ```
10 lines
516 B
Text
10 lines
516 B
Text
⚠️ `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
|