update dependencies

This commit is contained in:
2017-02-15 21:58:34 +01:00
parent c6104ed00e
commit 722bd0ea61
6 changed files with 1362 additions and 85 deletions

6
dist/index.d.ts vendored
View File

@@ -4,6 +4,9 @@ import * as plugins from './smartchok.plugins';
import { Stringmap } from 'lik';
export declare type TSmartchokStatus = 'idle' | 'starting' | 'watching';
export declare type TFsEvent = 'add' | 'addDir' | 'change' | 'error' | 'unlink' | 'unlinkDir' | 'ready' | 'raw';
/**
* Smartchok allows easy wathcing of files
*/
export declare class Smartchok {
watchStringmap: Stringmap;
chokidarOptions: plugins.chokidar.WatchOptions;
@@ -11,6 +14,9 @@ export declare class Smartchok {
private watcher;
private watchingDeferred;
private eventObservablemap;
/**
* constructor of class smartchok
*/
constructor(watchArrayArg: string[], optionsArg?: plugins.chokidar.WatchOptions);
/**
* adds files to the list of watched files