MCPcopy Index your code

hub / github.com/ember-cli/ember-cli / functions

Functions1,127 in github.com/ember-cli/ember-cli

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
FunctionaddAdditionalJsonForHelp
(json, options)
lib/commands/generate.js:98
FunctionaddAddonToProject
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
FunctionaddAddonsToProject
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
MethodaddError
* 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
FunctionaddHandler
* 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
FunctionaddHandler
()
tests/unit/tasks/serve-test.js:36
FunctionaddHandler
()
tests/unit/tasks/build-watch-test.js:36
FunctionaddPackageToProject
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
FunctionaddPackagesToProject
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
MethodaddReferenceDevDependency
* 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
FunctionaddonLintTree
(type, tree)
tests/unit/models/addon-test.js:89
FunctionaddonMiddlewares
()
tests/unit/tasks/test-test.js:39
FunctionaddonMiddlewares
()
tests/unit/tasks/test-server-test.js:20
MethodaddonPreprocessTree
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
FunctionafterInstall
Hook for running operations after install. @method afterInstall @return {Promise|null}
lib/models/blueprint.js:643
FunctionafterInstall
(/* opts */)
tests/integration/models/blueprint-test.js:66
FunctionafterInstall
(options)
blueprints/in-repo-addon/index.js:45
FunctionafterInstall
(options)
blueprints/http-mock/index.js:31
FunctionafterInstall
()
blueprints/http-proxy/index.js:32
FunctionafterInstall
(options)
blueprints/server/index.js:17
FunctionafterUninstall
Hook for running operations after uninstall. @method afterUninstall @return {Promise|null}
lib/models/blueprint.js:657
FunctionafterUninstall
()
tests/integration/models/blueprint-test.js:76
FunctionafterUninstall
(options)
blueprints/in-repo-addon/index.js:49
FunctionaliasMatches
(alias)
lib/cli/lookup-command.js:10
FunctionassembleAndValidateOption
(option)
lib/models/command.js:553
FunctionassignAlias
* @method assignAlias * @param option * @param alias * @return {Boolean}
lib/models/command.js:499
FunctionassignOption
Assigns option @method assignOption @param {Object} option @param {Object} parsedOptions @param {Object} commandOptions @return {B
lib/models/command.js:397
FunctionbeforeInstall
()
packages/addon-blueprint/index.js:179
FunctionbeforeInstall
()
packages/app-blueprint/index.js:128
FunctionbeforeInstall
Hook for running operations before install. @method beforeInstall @return {Promise|null}
lib/models/blueprint.js:636
FunctionbeforeInstall
(/* opts */)
tests/integration/models/blueprint-test.js:61
FunctionbeforeInstall
(options, locals)
tests/fixtures/blueprints/basic-esm/index.js:7
FunctionbeforeInstall
(options, locals)
tests/fixtures/blueprints/basic/index.js:7
FunctionbeforeInstall
(options)
blueprints/addon-import/index.js:11
FunctionbeforeInstall
()
blueprints/lib/index.js:12
FunctionbeforeInstall
(options)
blueprints/in-repo-addon/index.js:11
FunctionbeforeInstall
(options)
blueprints/http-mock/index.js:18
FunctionbeforeInstall
(options)
blueprints/http-proxy/index.js:19
FunctionbeforeInstall
()
blueprints/server/index.js:11
FunctionbeforeRun
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
FunctionbeforeRun
()
tests/unit/cli/cli-test.js:233
FunctionbeforeRun
()
tests/unit/models/command-test.js:332
FunctionbeforeUninstall
Hook for running operations before uninstall. @method beforeUninstall @return {Promise|null}
lib/models/blueprint.js:650
FunctionbeforeUninstall
()
tests/integration/models/blueprint-test.js:71
FunctionblueprintLookupPaths
()
tests/unit/commands/new-test.js:21
FunctionblueprintLookupPaths
()
tests/unit/commands/addon-test.js:18
FunctionblueprintLookupPaths
()
tests/unit/cli/cli-test.js:81
FunctionblueprintLookupPaths
()
tests/acceptance/help-test.js:36
FunctionblueprintsPath
Returns the path for addon blueprints. @public @method blueprintsPath @return {String} The path for blueprints @example - [ember
lib/models/addon.js:1288
Functionbuild
()
tests/unit/tasks/build-watch-test.js:13
← previousnext →601–700 of 1,127, ranked by callers