fix(core): update

This commit is contained in:
2020-05-22 07:25:34 +00:00
parent f48ba50236
commit d876b09337
21 changed files with 445 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import { Parcel } from './tswatch.classes.parcel';
export class TsWatch {
public watchmode: interfaces.TWatchModes;
public watcherMap = new plugins.lik.Objectmap<Watcher>();
public watcherMap = new plugins.lik.ObjectMap<Watcher>();
public smartserve: plugins.smartserve.SmartServe;
constructor(watchmodeArg: interfaces.TWatchModes) {