|
Last change
on this file since 99ab276 was 9af201e, checked in by MBK <marija.karapandzova@…>, 3 weeks ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
233 bytes
|
| Rev | Line | |
|---|
| [9af201e] | 1 | 'use strict';
|
|---|
| 2 |
|
|---|
| 3 | // Bootstraps yargs for ESM:
|
|---|
| 4 | import esmPlatformShim from './lib/platform-shims/esm.mjs';
|
|---|
| 5 | import {YargsWithShim} from './build/lib/yargs-factory.js';
|
|---|
| 6 |
|
|---|
| 7 | const Yargs = YargsWithShim(esmPlatformShim);
|
|---|
| 8 | export default Yargs;
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.