diff options
Diffstat (limited to 'frontend-old/node_modules/yargs/yargs')
| -rw-r--r-- | frontend-old/node_modules/yargs/yargs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/frontend-old/node_modules/yargs/yargs b/frontend-old/node_modules/yargs/yargs deleted file mode 100644 index 8460d10..0000000 --- a/frontend-old/node_modules/yargs/yargs +++ /dev/null @@ -1,9 +0,0 @@ -// TODO: consolidate on using a helpers file at some point in the future, which -// is the approach currently used to export Parser and applyExtends for ESM: -const {applyExtends, cjsPlatformShim, Parser, Yargs, processArgv} = require('./build/index.cjs') -Yargs.applyExtends = (config, cwd, mergeExtends) => { - return applyExtends(config, cwd, mergeExtends, cjsPlatformShim) -} -Yargs.hideBin = processArgv.hideBin -Yargs.Parser = Parser -module.exports = Yargs |
