This commit is contained in:
parent
55470c090d
commit
6947a1adba
1260 changed files with 111297 additions and 0 deletions
16
@capacitor/cli/node_modules/commander/esm.mjs
generated
vendored
Normal file
16
@capacitor/cli/node_modules/commander/esm.mjs
generated
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
import commander from './index.js';
|
||||
|
||||
// wrapper to provide named exports for ESM.
|
||||
export const {
|
||||
program,
|
||||
createCommand,
|
||||
createArgument,
|
||||
createOption,
|
||||
CommanderError,
|
||||
InvalidArgumentError,
|
||||
InvalidOptionArgumentError, // deprecated old name
|
||||
Command,
|
||||
Argument,
|
||||
Option,
|
||||
Help
|
||||
} = commander;
|
Loading…
Add table
Add a link
Reference in a new issue