tswatch/ts/tswatch.plugins.ts

31 lines
770 B
TypeScript
Raw Normal View History

2018-10-28 00:48:43 +00:00
import * as path from 'path';
export { path };
// @pushrocks scope
2019-05-08 22:08:40 +00:00
import * as lik from '@pushrocks/lik';
2019-05-08 09:14:57 +00:00
import * as smartchok from '@pushrocks/smartchok';
2018-10-28 00:48:43 +00:00
import * as smartcli from '@pushrocks/smartcli';
2018-10-28 18:28:08 +00:00
import * as smartdelay from '@pushrocks/smartdelay';
2019-05-08 09:14:57 +00:00
import * as smartlog from '@pushrocks/smartlog';
import * as smartlogDestinationLocal from '@pushrocks/smartlog-destination-local';
2019-10-12 15:12:50 +00:00
import * as smartserve from '@pushrocks/smartserve';
2018-10-28 00:48:43 +00:00
import * as smartshell from '@pushrocks/smartshell';
2019-10-12 14:54:03 +00:00
import * as taskbuffer from '@pushrocks/taskbuffer';
2018-10-28 00:48:43 +00:00
2020-03-13 17:48:19 +00:00
export {
lik,
smartchok,
smartcli,
smartdelay,
smartlog,
smartlogDestinationLocal,
smartserve,
smartshell,
taskbuffer
};
2020-03-13 17:43:57 +00:00
// third party scope
import parcel from 'parcel-bundler';
2020-03-13 17:48:19 +00:00
export { parcel };