BREAKING CHANGE(tswatch): refactor tswatch to a config-driven design (load config from npmextra.json) and add interactive init wizard; change TsWatch public API and enhance Watcher behavior
This commit is contained in:
12
ts/index.ts
12
ts/index.ts
@@ -1,7 +1,11 @@
|
||||
import * as early from '@push.rocks/early';
|
||||
early.start('tswatch');
|
||||
export * from './tswatch.classes.tswatch.js';
|
||||
export * from './tswatch.cli.js';
|
||||
early.stop();
|
||||
|
||||
export * from './tswatch.classes.watcher.js';
|
||||
export * from './tswatch.classes.tswatch.js';
|
||||
export * from './tswatch.classes.watcher.js';
|
||||
export * from './tswatch.classes.confighandler.js';
|
||||
export * from './tswatch.cli.js';
|
||||
export * from './tswatch.init.js';
|
||||
export * from './interfaces/index.js';
|
||||
|
||||
early.stop();
|
||||
|
||||
Reference in New Issue
Block a user