Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
constructor(manager, debug) {
this._userInputQueue = new AsyncQueue();
this._notifyQueue = new AsyncQueue();
this._debug = debug;
this.manager = manager;
this.formatter = new ThingTalk.Formatter(manager.platform.locale, manager.platform.timezone, manager.schemas, manager.gettext);
this.icon = null;
this.expecting = null;
this.platformData = null;
this._choices = null;
this._mgrResolve = null;
this._mgrPromise = null;
}