Last change
on this file since 6a80231 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
291 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | const {
|
---|
| 2 | applyExtends,
|
---|
| 3 | cjsPlatformShim,
|
---|
| 4 | Parser,
|
---|
| 5 | processArgv,
|
---|
| 6 | } = require('../build/index.cjs');
|
---|
| 7 |
|
---|
| 8 | module.exports = {
|
---|
| 9 | applyExtends: (config, cwd, mergeExtends) => {
|
---|
| 10 | return applyExtends(config, cwd, mergeExtends, cjsPlatformShim);
|
---|
| 11 | },
|
---|
| 12 | hideBin: processArgv.hideBin,
|
---|
| 13 | Parser,
|
---|
| 14 | };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.