update to latest standards

This commit is contained in:
2018-07-04 00:59:39 +02:00
parent 459bd662f4
commit 2c24cdc9f4
14 changed files with 176 additions and 75 deletions

View File

@ -253,15 +253,6 @@ export let toVinylSync = function(filePathArg, options = {}) {
return plugins.vinylFile.readSync(filePathArg, options);
};
/**
* lets you reload files hot.
* @param path
* @returns {any}
*/
export let requireReload = function(path: string) {
return plugins.requireReload(path);
};
/**
* lists Folders in a directory on local disk
* @returns Promise