mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
fix: export Generator
This commit is contained in:
parent
346e997093
commit
de540f0b2f
@ -2,10 +2,11 @@ import {
|
||||
copyFileSync, readFileSync, statSync, writeFileSync
|
||||
} from 'fs';
|
||||
import { dirname, relative, join } from 'path';
|
||||
import {
|
||||
chalk, mkdirp, Mustache, glob
|
||||
} from './index';
|
||||
|
||||
import chalk from 'chalk';
|
||||
import mkdirp from 'mkdirp';
|
||||
import glob from 'glob';
|
||||
import Mustache from 'mustache';
|
||||
|
||||
class Generator {
|
||||
cwd;
|
||||
|
@ -15,6 +15,7 @@ import portfinder from 'portfinder';
|
||||
import resolve from 'resolve';
|
||||
import Mustache from 'mustache';
|
||||
|
||||
import Generator from './Generator';
|
||||
import winPath from './winPath';
|
||||
import delay from './delay';
|
||||
import compatESModuleRequire from './compatESModuleRequire';
|
||||
@ -42,6 +43,7 @@ export {
|
||||
};
|
||||
|
||||
export {
|
||||
Generator,
|
||||
winPath,
|
||||
delay,
|
||||
compatESModuleRequire,
|
||||
|
Loading…
x
Reference in New Issue
Block a user