You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Prerequisites
Describe the Feature Request
deno bundle is removed
Describe the Use Case
should run on non-deprecated deno commands
Describe Preferred Solution
upgrade to deno 2 commands
Describe Alternatives
No response
Anything else?
shepherd:~/.../lab/gitea-startos (master)
$ make
deno bundle scripts/embassy.ts scripts/embassy.js
error: unexpected argument 'scripts/embassy.ts' found
Usage: deno bundle [OPTIONS]
make: *** [Makefile:35: scripts/embassy.js] Error 1
shepherd:~/.../lab/gitea-startos (master)
⚠️
$ deno bundle --help
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
The text was updated successfully, but these errors were encountered: