Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
384 bytes
|
Line | |
---|
1 | import {applyExtends as _applyExtends} from '../build/lib/utils/apply-extends.js';
|
---|
2 | import {hideBin} from '../build/lib/utils/process-argv.js';
|
---|
3 | import Parser from 'yargs-parser';
|
---|
4 | import shim from '../lib/platform-shims/esm.mjs';
|
---|
5 |
|
---|
6 | const applyExtends = (config, cwd, mergeExtends) => {
|
---|
7 | return _applyExtends(config, cwd, mergeExtends, shim);
|
---|
8 | };
|
---|
9 |
|
---|
10 | export {applyExtends, hideBin, Parser};
|
---|
Note:
See
TracBrowser
for help on using the repository browser.