Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ember-cli/ember-cli
/ functions
Functions
1,127 in github.com/ember-cli/ember-cli
⨍
Functions
1,127
◇
Types & classes
186
Method
dirs
()
tests/helpers/package-cache.js:232
Function
discoverAddons
* Discovers all child addons of this addon and an AddonInfo about * each addon in this.addonPackages (keyed on addon name). * * Child addons
lib/models/addon.js:421
Function
eachAddonInvoke
Invoke the specified method for each enabled addon. @private @method eachAddonInvoke @param {String} methodName the method to invoke on e
lib/models/addon.js:467
Function
edit
(info)
lib/models/blueprint.js:362
Function
escapeToken
(match, pattern)
lib/utilities/markdown-color.js:189
Function
extensionsForType
(type)
tests/helpers/default-packager.js:235
Function
extensionsForType
()
tests/unit/models/addon-test.js:203
Method
fetch
(url)
tests/helpers/dist-checker.js:15
Function
fileMapTokens
Hook to add additional or override existing fileMap tokens. Use `fileMapTokens` to add custom fileMap tokens for use in the `mapFile` method.
lib/models/blueprint.js:722
Function
fileMapTokens
()
tests/integration/models/blueprint-test.js:51
Function
fileMapTokens
()
blueprints/addon-import/index.js:17
Function
fileMapTokens
()
blueprints/in-repo-addon/index.js:38
Function
fileMapper
(path)
packages/addon-blueprint/index.js:291
Function
files
(options)
packages/addon-blueprint/index.js:255
Function
files
(options)
packages/app-blueprint/index.js:91
Function
files
Used to retrieve files for blueprint. @public @method files @param {Object} options @return {Array} Contents of the blueprint's files
lib/models/blueprint.js:266
Function
filesPath
Hook to specify the path to the blueprint's files. By default this is `path.join(this.path, 'files)`. This can be used to customize which set
lib/models/blueprint.js:254
Function
filesPath
(/* opts */)
tests/integration/models/blueprint-test.js:56
Function
finally
()
tests/unit/tasks/server/middleware/tests-server-test.js:36
Method
findAddons
(currentPkgInfo)
lib/models/host-info-cache.js:119
Function
findOwnAddonByName
* Find an addon of the current addon. * * Example: ember-data depends on ember-cli-babel and wishes to have * additional control over transpi
lib/models/addon.js:340
Function
finishProcessingForInstall
(infos)
lib/models/blueprint.js:1753
Function
foo
(num)
tests/unit/models/addon-test.js:748
Method
formatCompleteMessage
(packages)
lib/tasks/npm-uninstall.js:18
Method
formatCompleteMessage
(packages)
lib/tasks/npm-install.js:30
Method
formatStartMessage
(packages)
lib/tasks/npm-uninstall.js:14
Method
formatStartMessage
(packages)
lib/tasks/npm-install.js:26
Function
gatherConfirmationMessages
@private @method gatherConfirmationMessages @param {Array} collection @param {FileInfo} info @return {Array}
lib/models/blueprint.js:1633
Function
generateFileMap
Used to generate fileMap tokens for mapFile. @method generateFileMap @param {Object} fileMapVariables @return {Object}
lib/models/blueprint.js:787
Method
getAddonInstance
* Called from PackageInfo.getAddonInstance(), return an instance of the requested * addon or a Proxy, based on the type of addon and its bundle hos
lib/models/per-bundle-addon-cache/index.js:262
Function
getAllBlueprints
(options)
lib/commands/generate.js:102
Function
getDefaultUnpackagedDist
(name, options)
tests/helpers/default-packager.js:157
Function
getDependencyFor
(key, value)
tests/helpers/default-packager.js:216
Function
getDestinationPath
(relativePath)
tests/unit/broccoli/default-packager/additional-assets-test.js:52
Function
getDestinationPath
(relativePath)
tests/unit/broccoli/default-packager/process-test.js:56
Function
getDestinationPath
(relativePath)
tests/unit/broccoli/default-packager/styles-test.js:90
Function
getDestinationPath
(relativePath)
tests/unit/broccoli/default-packager/tests-test.js:277
Function
getDestinationPath
(relativePath)
tests/unit/broccoli/default-packager/templates-test.js:51
Function
getDestinationPath
(relativePath)
tests/unit/broccoli/default-packager/javascript-test.js:96
Function
getItem
(key)
lib/models/addon.js:91
Function
getJson
* @method getJson * @param {Object} options * @return {Object}
lib/models/command.js:652
Function
getJson
(verbose)
lib/models/blueprint.js:1364
Function
getJson
()
tests/unit/commands/help-test.js:323
Function
getJson
()
tests/unit/commands/generate-test.js:168
Function
getPackageBlueprints
(collection, options, singleBlueprintName)
lib/commands/generate.js:141
Function
getToken
(name, options)
lib/utilities/markdown-color.js:174
Method
getUserLocale
()
tests/unit/tasks/interactive-new-test.js:134
Function
handleResult
(result)
tests/helpers/acceptance.js:28
Method
has
(key)
tests/helpers/mock-project.js:47
Function
hasDependencies
()
tests/unit/cli/cli-test.js:78
Function
hasDependencies
()
tests/unit/models/command-test.js:200
Method
hasDependencies
()
tests/helpers/mock-project.js:55
Method
hasErrors
* Indicate if there are any errors in the ErrorList for this package. Note that this does * NOT indicate if there are any errors in the objects ref
lib/models/package-info-cache/package-info.js:120
Method
hasErrors
* Indicate if there are any errors in the NodeModulesList itself (not * including errors within the individual entries). * * @public * @me
lib/models/package-info-cache/node-modules-list.js:63
Function
hasOption
Reports if the given command has a command line option by a given name @method hasOption @param {String} name @return {Boolean}
lib/models/command.js:333
Function
hintingEnabled
* Check if the current addon intends to be hinted. Typically this is for * hinting/linting libraries such as eslint or jshint * * @public
lib/models/addon.js:351
Function
import
Imports an asset into this addon. @public @method import @param {Object|String} asset Either a path to the asset or an object with env
lib/models/addon.js:750
Function
inRepoAddon
(path)
tests/helpers/generate-utils.js:6
Function
included
This method is called when the addon is included in a build. You would typically use this hook to perform additional imports #### Uses:
lib/models/addon.js:728
Function
included
()
tests/unit/broccoli/ember-app-test.js:582
Function
init
()
lib/commands/serve.js:92
Function
init
()
lib/commands/destroy.js:41
Function
init
()
lib/commands/generate.js:50
Function
init
()
lib/commands/test.js:84
Function
init
()
lib/commands/build.js:29
Function
init
()
lib/commands/asset-sizes.js:15
Function
init
()
lib/models/command.js:82
Function
init
(blueprintPath, blueprintOptions)
lib/models/blueprint.js:216
Function
init
Initializes the addon. If you override this method make sure and call `this._super.init && this._super.init.apply(this, arguments);` or your addon wi
lib/models/addon.js:255
Function
init
()
tests/unit/models/command-test.js:286
Function
init
()
tests/unit/models/addon-test.js:61
Method
init
()
tests/unit/commands/install-test.js:54
Method
init
()
tests/unit/commands/destroy-test.js:25
Method
init
()
tests/unit/commands/generate-test.js:38
Method
init
()
tests/fixtures/brocfile-tests/auto-run-false/app/app.js:11
Method
init
()
tests/fixtures/brocfile-tests/auto-run-true/app/app.js:11
Function
initApp
()
tests/helpers/init-app.js:5
Function
initializeAddons
()
lib/models/addon.js:445
Function
initializeAddons
()
tests/unit/cli/lookup-command-test.js:42
Method
initializeAddons
()
tests/unit/broccoli/template-precompilation-test.js:141
Method
initializeAddons
()
tests/unit/broccoli/ember-app/app-and-dependencies-test.js:85
Function
insertIntoFile
Inserts the given content into a file. If the `contentsToInsert` string is already present in the current contents, the file will not be changed unl
lib/utilities/insert-into-file.js:50
Function
install
@method install @param {Object} options @return {Promise}
lib/models/blueprint.js:587
Function
invokeTestem
(options)
tests/unit/tasks/test-test.js:43
Function
isDevelopingAddon
Allows to mark the addon as developing, triggering live-reload in the project the addon is linked to. #### Uses: - Working on projects with
lib/models/addon.js:384
Function
isDevelopingAddon
()
tests/fixtures/addon/developing-addon/index.js:6
Function
isDevelopingAddon
()
tests/fixtures/addon/external-dependency/index.js:6
Function
isDevelopingAddon
()
tests/fixtures/addon/external-dependency/some/other/path.js:6
Function
isDevelopingAddon
()
blueprints/in-repo-addon/files/__root__/__name__/index.js:6
Function
isDevelopment
(version)
lib/utilities/version-utils.js:24
Function
isDirectory
()
tests/unit/tasks/server/livereload-server-test.js:217
Function
isEmberCLIProject
()
tests/integration/models/blueprint-test.js:1139
Function
isEmberCLIProject
()
tests/unit/commands/new-test.js:18
Function
isEmberCLIProject
()
tests/unit/commands/addon-test.js:15
Function
isEmberCLIProject
()
tests/unit/commands/version-test.js:14
Function
isEmberCLIProject
()
tests/unit/cli/cli-test.js:74
Function
isEmberCLIProject
()
tests/unit/cli/lookup-command-test.js:39
Function
isEmberCLIProject
()
tests/unit/settings-file/precedence-settings-test.js:17
Function
isEmberCLIProject
()
tests/unit/models/command-test.js:203
Function
isEmberCLIProject
()
tests/acceptance/help-test.js:33
← previous
next →
801–900 of 1,127, ranked by callers