ionic-team / ionic-team/ionic-cli
Better Bun Support
Offen
triage
- Vorherrschende Sprache
- TypeScript
- Sterne
- 2k
- Forks
- 682
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
#5063
Bun is already pretty well supported by the Ionic VSCode extension.
But it's not totally the case for the Ionic CLI standalone.
```ts
// definitions.ts
export type NpmClient = 'yarn' | 'npm' | 'pnpm' | 'bun';
```
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.