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
Function
__root__
(options)
lib/models/blueprint.js:750
Function
__root__
(options)
blueprints/addon-import/index.js:31
Function
__test__
(options)
lib/models/blueprint.js:768
Function
_addonPostprocessTree
(type, tree)
lib/models/addon.js:513
Function
_addonPreprocessTree
(type, tree)
lib/models/addon.js:509
Function
_addonTemplateFiles
(addonTree)
lib/models/addon.js:1039
Function
_checkForNoMatch
@private @method _checkForNoMatch @param {Array} fileInfos @param {String} rawArgs
lib/models/blueprint.js:874
Function
_checkForPod
Prints warning for pod unsupported. @private @method _checkForPod
lib/models/blueprint.js:397
Function
_checkInRepoAddonExists
@private @method _checkInRepoAddonExists @param {Object} options
lib/models/blueprint.js:425
Function
_checkOrGetPort
(commandOptions)
lib/commands/serve.js:124
Function
_commit
Calls an action. @private @method _commit @param {Object} result @return {Promise} @throws {Error} Action doesn't exist.
lib/models/blueprint.js:382
Method
_concatFiles
Delegates to `broccoli-concat` with the `sourceMapConfig` option set to `options.sourcemaps`. @private @method _concatFiles @param tree
lib/broccoli/ember-app.js:381
Method
_createPackageJSON
(tempProjectPath, descriptor)
lib/tasks/install-blueprint.js:151
Function
_defaultBlueprint
()
lib/commands/init.js:78
Function
_eachProjectAddonInvoke
Invoke the specified method for each of the project's addons. @private @method _eachProjectAddonInvoke @param {String} methodName the met
lib/models/addon.js:492
Function
_env
()
lib/commands/install.js:45
Function
_env
(/* name */)
lib/models/command.js:208
Function
_fileMapTokens
@private @method _fileMapTokens @param {Object} options @return {Object}
lib/models/blueprint.js:730
Function
_fileSystemInfo
()
lib/models/addon.js:975
Function
_findHost
This method climbs up the hierarchy of addons up to the host application. This prevents previous addons (prior to `this.import`, ca 2.7.0)
lib/models/addon.js:692
Function
_firstOneWins
(fileList, assetPath, options)
lib/broccoli/ember-app.js:1376
Function
_generateCustomConfigs
(options)
lib/commands/test.js:103
Function
_generateFileMapVariables
@private @method _generateFileMapVariables @param {String} moduleName @param locals @param {Object} options @return {Object}
lib/models/blueprint.js:1004
Function
_generatePackageJson
(options, isInstall)
blueprints/in-repo-addon/index.js:53
Function
_generateTestPortNumber
(options, ui)
lib/commands/test.js:127
Function
_getAddonTemplatesTreeFiles
()
lib/models/addon.js:1029
Function
_getAddonTreeFiles
()
lib/models/addon.js:1019
Function
_getFileInfos
@private @method _getFileInfos @param {Array} files @param {String} intoDir @param {Object} templateVariables @param {Object} opti
lib/models/blueprint.js:836
Function
_getFilesForInstall
@private @method _getFilesForInstall @param {Array} targetFiles @return {Array} files
lib/models/blueprint.js:861
Function
_ignoreUpdateFiles
Add update files to ignored files or reset them @private @method _ignoreUpdateFiles
lib/models/blueprint.js:847
Function
_initDefaultBabelOptions
()
lib/models/addon.js:310
Function
_lastOneWins
(fileList, assetPath, options)
lib/broccoli/ember-app.js:1349
Function
_locals
@private @method _locals @param {Object} options @return {Object}
lib/models/blueprint.js:1032
Function
_lookupCommand
(commands, commandName)
lib/commands/help.js:129
Function
_normalizeEntityName
@private @method _normalizeEntityName @param {Object} entity
lib/models/blueprint.js:414
Function
_printHelp
(commandOptions, rawArgs)
lib/commands/help.js:31
Function
_printHelpForCommand
(commandName, detailed, options)
lib/commands/help.js:106
Function
_printJsonHelp
(commandOptions)
lib/commands/help.js:91
Function
_process
@private @method _process @param {Object} options @param {Function} beforeHook @param {Function} process @param {Function} afterHo
lib/models/blueprint.js:457
Function
_processOptions
Process the options object coming from either the `init`, `install` or `uninstall` hook. @private @method _processOptions @param {Obj
lib/models/blueprint.js:233
Function
_processTokens
(name)
blueprints/in-repo-addon/index.js:17
Function
_readJsonSync
(path)
blueprints/in-repo-addon/index.js:84
Function
_resolveCommand
(commandName)
lib/commands/help.js:118
Method
_setupBroccoliWatcherBuild
()
lib/models/watcher.js:79
Function
_shouldCompilePodTemplates
Looks in the addon/ and addon/templates trees to determine if template files exist in the pods format that need to be precompiled. This is
lib/models/addon.js:971
Function
_treeFor
@private @param {String} name @method _treeFor @return {tree}
lib/models/addon.js:624
Function
_treePathFor
(treeName)
lib/models/addon.js:544
Function
_writeFile
@private @method _writeFile @param {Object} info @return {Promise}
lib/models/blueprint.js:330
Function
_writeFileSync
(path, content)
blueprints/in-repo-addon/index.js:88
Function
_writeStatusToUI
Write a status and message to the UI @private @method _writeStatusToUI @param {Function} chalkColor @param {String} keyword @param
lib/models/blueprint.js:318
Function
addAdditionalJsonForHelp
(json, options)
lib/commands/generate.js:98
Function
addAddonToProject
Used to add an addon to the project's `package.json` and run it's `defaultBlueprint` if it provides one. Generally, this would be done from t
lib/models/blueprint.js:1200
Function
addAddonsToProject
Used to add multiple addons to the project's `package.json` and run their `defaultBlueprint` if they provide one. Generally, this would be do
lib/models/blueprint.js:1220
Method
addError
* Given error data, add an ErrorEntry to the ErrorList for this object. * * @protected * @method addError * @param {String} errorType one
lib/models/package-info-cache/node-modules-list.js:52
Function
addHandler
* Add process interruption handler * * When the first handler is added then automatically * sets up process interruption signals listeners
lib/utilities/will-interrupt-process.js:78
Function
addHandler
()
tests/unit/tasks/serve-test.js:36
Function
addHandler
()
tests/unit/tasks/build-watch-test.js:36
Function
addPackageToProject
Used to add a package to the project's `package.json`. Generally, this would be done from the `afterInstall` hook, to ensure that a package t
lib/models/blueprint.js:1071
Function
addPackagesToProject
Used to add multiple packages to the project's `package.json`. Generally, this would be done from the `afterInstall` hook, to ensure that a p
lib/models/blueprint.js:1103
Method
addReferenceDevDependency
* Add a 'reference' entry to this object's `devDependencies` list. A 'reference' devDependency is * an entry in `devDependencies` where the caller
tests/helpers/fixturify-project.js:167
Function
addonLintTree
(type, tree)
tests/unit/models/addon-test.js:89
Function
addonMiddlewares
()
tests/unit/tasks/test-test.js:39
Function
addonMiddlewares
()
tests/unit/tasks/test-server-test.js:20
Method
addonPreprocessTree
Runs addon pre-processing on a given tree and returns the processed tree. This enables addons to do process immediately **before** the preprocess
lib/broccoli/ember-app.js:630
Function
afterInstall
Hook for running operations after install. @method afterInstall @return {Promise|null}
lib/models/blueprint.js:643
Function
afterInstall
(/* opts */)
tests/integration/models/blueprint-test.js:66
Function
afterInstall
(options)
blueprints/in-repo-addon/index.js:45
Function
afterInstall
(options)
blueprints/http-mock/index.js:31
Function
afterInstall
()
blueprints/http-proxy/index.js:32
Function
afterInstall
(options)
blueprints/server/index.js:17
Function
afterUninstall
Hook for running operations after uninstall. @method afterUninstall @return {Promise|null}
lib/models/blueprint.js:657
Function
afterUninstall
()
tests/integration/models/blueprint-test.js:76
Function
afterUninstall
(options)
blueprints/in-repo-addon/index.js:49
Function
aliasMatches
(alias)
lib/cli/lookup-command.js:10
Function
assembleAndValidateOption
(option)
lib/models/command.js:553
Function
assignAlias
* @method assignAlias * @param option * @param alias * @return {Boolean}
lib/models/command.js:499
Function
assignOption
Assigns option @method assignOption @param {Object} option @param {Object} parsedOptions @param {Object} commandOptions @return {B
lib/models/command.js:397
Function
beforeInstall
()
packages/addon-blueprint/index.js:179
Function
beforeInstall
()
packages/app-blueprint/index.js:128
Function
beforeInstall
Hook for running operations before install. @method beforeInstall @return {Promise|null}
lib/models/blueprint.js:636
Function
beforeInstall
(/* opts */)
tests/integration/models/blueprint-test.js:61
Function
beforeInstall
(options, locals)
tests/fixtures/blueprints/basic-esm/index.js:7
Function
beforeInstall
(options, locals)
tests/fixtures/blueprints/basic/index.js:7
Function
beforeInstall
(options)
blueprints/addon-import/index.js:11
Function
beforeInstall
()
blueprints/lib/index.js:12
Function
beforeInstall
(options)
blueprints/in-repo-addon/index.js:11
Function
beforeInstall
(options)
blueprints/http-mock/index.js:18
Function
beforeInstall
(options)
blueprints/http-proxy/index.js:19
Function
beforeInstall
()
blueprints/server/index.js:11
Function
beforeRun
Hook for extending a command before it is run in the cli.run command. Most common use case would be to extend availableOptions. @method before
lib/models/command.js:264
Function
beforeRun
()
tests/unit/cli/cli-test.js:233
Function
beforeRun
()
tests/unit/models/command-test.js:332
Function
beforeUninstall
Hook for running operations before uninstall. @method beforeUninstall @return {Promise|null}
lib/models/blueprint.js:650
Function
beforeUninstall
()
tests/integration/models/blueprint-test.js:71
Function
blueprintLookupPaths
()
tests/unit/commands/new-test.js:21
Function
blueprintLookupPaths
()
tests/unit/commands/addon-test.js:18
Function
blueprintLookupPaths
()
tests/unit/cli/cli-test.js:81
Function
blueprintLookupPaths
()
tests/acceptance/help-test.js:36
Function
blueprintsPath
Returns the path for addon blueprints. @public @method blueprintsPath @return {String} The path for blueprints @example - [ember
lib/models/addon.js:1288
Function
build
()
tests/unit/tasks/build-watch-test.js:13
← previous
next →
601–700 of 1,127, ranked by callers