Buckets:
| import { CommandInfo } from '../command'; | |
| import { CommandParser } from './command-parser'; | |
| /** | |
| * Expands shortcuts according to the following table: | |
| * | |
| * | Syntax | Expands to | | |
| * | --------------- | --------------------- | | |
| * | `npm:<script>` | `npm run <script>` | | |
| * | `pnpm:<script>` | `pnpm run <script>` | | |
| * | `yarn:<script>` | `yarn run <script>` | | |
| * | `bun:<script>` | `bun run <script>` | | |
| * | `node:<script>` | `node --run <script>` | | |
| * | `deno:<script>` | `deno task <script>` | | |
| */ | |
| export declare class ExpandShortcut implements CommandParser { | |
| parse(commandInfo: CommandInfo): CommandInfo; | |
| } | |
Xet Storage Details
- Size:
- 649 Bytes
- Xet hash:
- be7467d94ad52334c5a19fa0a23f4969a9a3299ed42f3062ef8b0153476ed0be
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.