Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ember-cli/ember-cli
/
Class
lib/tasks/addon-install.js:8–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
const
getPackageBaseName = require(
'../utilities/get-package-base-name'
);
7
8
class
AddonInstallTask extends Task {
9
constructor(options) {
10
super(options);
11
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected