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

Method constructor

lib/utilities/windows-admin.js:31–36  ·  view source on GitHub ↗

* * On Windows, users will have a much better experience if symlinks are enabled * and usable. When queried, this object informs Windows users regarding * improving their build performance, and how. * * > Windows Vista: nothing we can really do, so we fall back to junctions for folde

(ui, isWindows, canSymlink, exec)

Source from the content-addressed store, hash-verified

29 * @class WindowsSymlinkChecker
30 */
31 constructor(ui, isWindows, canSymlink, exec) {
32 this.ui = ui;
33 this.isWindows = isWindows;
34 this.canSymlink = canSymlink;
35 this.exec = exec;
36 }
37
38 /**
39 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected