MCPcopy Create free account
hub / github.com/ember-cli/ember-cli / constructor

Method constructor

lib/tasks/build-watch.js:11–16  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

9
10class BuildWatchTask extends Task {
11 constructor(options) {
12 super(options);
13
14 this._builder = null;
15 this._runDeferred = null;
16 }
17
18 async run(options) {
19 let { ui } = this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected