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

Method constructor

lib/utilities/json-generator.js:10–17  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

8
9class JsonGenerator {
10 constructor(options) {
11 options = options || {};
12
13 this.ui = options.ui;
14 this.project = options.project;
15 this.commands = options.commands;
16 this.tasks = options.tasks;
17 }
18
19 generate(commandOptions) {
20 let rootCommand = new RootCommand({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected