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/jsximportsource_importmap_config
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
..
deno.json chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
import_map.json chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
jsx_runtime.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
main.tsx chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00