Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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
returnTestState
(statusCode)
tests/helpers/ember.js:91
Function
run
(commandOptions, rawArgs)
lib/commands/new.js:84
Function
run
(commandOptions, rawArgs)
lib/commands/init.js:88
Function
run
(commandOptions)
lib/commands/serve.js:100
Function
run
(commandOptions, addonNames)
lib/commands/install.js:30
Function
run
(options)
lib/commands/version.js:14
Function
run
(commandOptions, rawArgs)
lib/commands/destroy.js:50
Function
run
(commandOptions, rawArgs)
lib/commands/generate.js:59
Function
run
(commandOptions)
lib/commands/test.js:166
Function
run
(commandOptions)
lib/commands/build.js:40
Function
run
(commandOptions)
lib/commands/asset-sizes.js:22
Function
run
(commandOptions, rawArgs)
lib/commands/help.js:23
Function
run
(commandOptions, commandArguments)
lib/commands/addon.js:51
Function
run
(project)
lib/utilities/lint-fix.js:7
Function
run
* @method run * @param commandArgs
lib/models/command.js:600
Function
run
(commandOptions)
tests/unit/commands/new-test.js:95
Function
run
()
tests/unit/cli/cli-test.js:244
Function
run
()
tests/unit/cli/lookup-command-test.js:19
Function
run
(options)
tests/unit/models/command-test.js:24
Method
run
(options)
lib/tasks/build-watch.js:18
Method
run
(options)
lib/tasks/generate-from-blueprint.js:15
Method
run
(options)
lib/tasks/serve.js:34
Method
run
(options)
lib/tasks/show-asset-sizes.js:7
Method
run
(options)
lib/tasks/test-server.js:25
Method
run
(options)
lib/tasks/create-and-step-into-directory.js:19
Method
run
(options)
lib/tasks/test.js:75
Method
run
(_commandOptions)
lib/tasks/git-init.js:10
Method
run
(options)
lib/tasks/npm-task.js:188
Method
run
(options)
lib/tasks/build.js:9
Method
run
(newCommandOptions, _testAnswers)
lib/tasks/interactive-new.js:9
Method
run
(options)
lib/tasks/install-blueprint.js:20
Method
run
(newCommandOptions)
tests/unit/commands/new-test.js:113
Method
run
()
tests/unit/commands/new-test.js:125
Method
run
(options)
tests/unit/commands/destroy-test.js:31
Method
run
(options)
tests/unit/commands/generate-test.js:44
Method
run
(blueprintOpts)
tests/unit/commands/init-test.js:71
Method
run
(options)
tests/unit/models/command-test.js:729
Method
run
(options)
tests/unit/models/command-test.js:737
Method
run
(/* options */)
tests/unit/models/command-test.js:743
Function
runTask
* Looks up for the task and runs * It also keeps the reference for the current active task * Keeping reference for the current task allows to cl
lib/models/command.js:230
Function
serverMiddleware
({ options })
tests/unit/tasks/server/express-server-test.js:933
Method
serverMiddleware
(options)
lib/tasks/server/middleware/broccoli-serve-files/index.js:18
Method
serverMiddleware
(options)
lib/tasks/server/middleware/broccoli-watcher/index.js:20
Method
serverMiddleware
(config)
lib/tasks/server/middleware/history-support/index.js:32
Method
serverMiddleware
(config)
lib/tasks/server/middleware/tests-server/index.js:21
Method
serverWatcherDidChange
()
lib/tasks/server/express-server.js:157
Function
setDefaultOptions
(options)
tests/unit/tasks/test-server-test.js:24
Function
setItem
(key, value)
lib/models/addon.js:106
Function
setToken
(result, color)
lib/utilities/markdown-color.js:184
Function
setupApplicationTest
(hooks: NestedHooks, options?: SetupTestOptions)
packages/app-blueprint/files/tests/helpers/index.ts:12
Function
setupApplicationTest
(hooks: NestedHooks, options?: SetupTestOptions)
tests/fixtures/app/typescript/tests/helpers/index.ts:12
Function
setupApplicationTest
(hooks: NestedHooks, options?: SetupTestOptions)
tests/fixtures/app/typescript-embroider/tests/helpers/index.ts:12
Function
setupBroccoliBuilder
()
tests/unit/tasks/serve-test.js:11
Function
setupBroccoliBuilder
()
tests/unit/tasks/build-watch-test.js:11
Function
setupBroccoliBuilder
()
tests/unit/models/builder-test.js:19
Method
setupBroccoliChangeEvent
()
lib/models/server-watcher.js:19
Method
setupBroccoliWatcher
()
tests/unit/models/server-watcher-test.js:18
Method
setupMiddleware
(options)
lib/tasks/server/livereload-server.js:61
Function
setupPreprocessorRegistry
()
tests/unit/broccoli/ember-app-test.js:588
Function
setupProject
(rootPath)
tests/helpers/default-packager.js:293
Function
setupRegistry
(registryMap)
tests/helpers/default-packager.js:275
Function
setupRenderingTest
(hooks: NestedHooks, options?: SetupTestOptions)
packages/app-blueprint/files/tests/helpers/index.ts:31
Function
setupRenderingTest
(hooks: NestedHooks, options?: SetupTestOptions)
tests/fixtures/addon/typescript/tests/helpers/index.ts:31
Function
setupRenderingTest
(hooks, options)
tests/fixtures/app/defaults/tests/helpers/index.js:30
Function
setupRenderingTest
(hooks: NestedHooks, options?: SetupTestOptions)
tests/fixtures/app/typescript/tests/helpers/index.ts:31
Function
setupRenderingTest
(hooks: NestedHooks, options?: SetupTestOptions)
tests/fixtures/app/typescript-embroider/tests/helpers/index.ts:31
Function
setupTest
(hooks: NestedHooks, options?: SetupTestOptions)
packages/app-blueprint/files/tests/helpers/index.ts:37
Function
setupTest
(hooks: NestedHooks, options?: SetupTestOptions)
tests/fixtures/addon/typescript/tests/helpers/index.ts:37
Function
setupTest
(hooks, options)
tests/fixtures/app/defaults/tests/helpers/index.js:36
Function
setupTest
(hooks: NestedHooks, options?: SetupTestOptions)
tests/fixtures/app/typescript/tests/helpers/index.ts:37
Function
setupTest
(hooks: NestedHooks, options?: SetupTestOptions)
tests/fixtures/app/typescript-embroider/tests/helpers/index.ts:37
Function
shouldCompileTemplates
Looks in the addon/ and addon/templates trees to determine if template files exist that need to be precompiled. This is executed once when bu
lib/models/addon.js:957
Function
shouldConvertToJS
@private @method shouldConvertToJS @param {Object} options @param {FileInfo} fileInfo @return {Boolean}
lib/models/blueprint.js:482
Function
shouldIncludeChildAddon
Can be used to exclude addons from being added as a child addon. #### Uses: - Abstract away multiple addons while only including one into th
lib/models/addon.js:1379
Function
skip
(info)
lib/models/blueprint.js:347
Function
srcPath
(file)
packages/addon-blueprint/index.js:311
Function
srcPath
@method srcPath @param {String} file @return {String} Resolved path to the file
lib/models/blueprint.js:286
Function
startDev
(options, finalizer)
tests/unit/tasks/test-server-test.js:27
Function
stubbedChanged
()
tests/unit/tasks/server/livereload-server-test.js:209
Method
sumNodes
(node, cb)
lib/models/watcher.js:104
Method
supportedInternalAddonPaths
()
tests/helpers/fixturify-project.js:14
Function
supportsAddon
Looks for a __root__ token in the files folder. Must be present for the blueprint to support addon tokens. The `server`, `blueprints`, and `test`
lib/models/blueprint.js:992
Method
targets
Returns the targets of this project, or the default targets if not present. @public @property targets @return {Object} Targets object
lib/models/project.js:269
Function
taskFor
Used to retrieve a task with the given name. Passes the new task the standard information available (like `ui`, `project`, etc). @method task
lib/models/blueprint.js:1276
Function
teardownTestTargets
* Tears down the targeted project download directory
tests/helpers/acceptance.js:84
Function
tempBlueprint
()
tests/helpers/generate-utils.js:10
Function
testemMiddleware
(_, options)
tests/unit/tasks/test-test.js:17
Function
then
(fulfillmentHandler, rejectionHandler)
tests/unit/tasks/build-watch-test.js:42
Method
then
()
tests/helpers/mock-broccoli-watcher.js:9
Method
then
()
tests/helpers/mock-server-watcher.js:7
Method
then
()
tests/helpers/mock-express-server.js:7
Function
tmp
()
lib/commands/test.js:99
Function
toJSON
()
tests/unit/models/instrumentation-test.js:498
Function
toTree
()
tests/helpers/default-packager.js:247
Function
toTree
(tree)
tests/unit/broccoli/template-precompilation-test.js:87
Function
toTree
(t)
tests/unit/broccoli/addon/module-name-test.js:37
Function
toTree
(tree)
tests/unit/models/addon-test.js:196
Function
treeFor
Returns a given type of tree (if present), merged with the application tree. For each of the trees available using this method, you can also u
lib/models/addon.js:577
Function
treeForAddon
Returns a tree for this addon @public @method treeForAddon @param {Tree} tree @return {Tree} Addon file tree @example ```js
lib/models/addon.js:814
Function
treeForAddon
(tree)
tests/unit/broccoli/default-packager/process-test.js:64
← previous
next →
1,001–1,100 of 1,127, ranked by callers