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
build
()
tests/unit/models/builder-test.js:25
Method
build
(options, build)
lib/models/server-watcher.js:6
Function
buildError
()
tests/unit/models/builder-test.js:300
Function
buildFileInfo
* @override * * This modification of buildFileInfo allows our differing * input files to output to a single file, depending on the options.
packages/addon-blueprint/index.js:132
Function
buildFileInfo
* @override * * This modification of buildFileInfo allows our differing * input files to output to a single file, depending on the options.
packages/app-blueprint/index.js:150
Function
buildFileInfo
@method buildFileInfo @param {Function} destPath @param {Object} templateVariables @param {String} file @param {Object} options may be
lib/models/blueprint.js:803
Function
buildTestPageQueryString
(options)
lib/commands/test.js:148
Method
buildTreeFor
(defaultPath, specified, shouldWatch)
lib/broccoli/ember-app.js:219
Function
cacheKeyForTree
Calculates a cacheKey for the given treeType. It is expected to return a cache key allowing multiple builds of the same tree to simply return the
lib/models/addon.js:656
Function
capture
(outerProcess)
lib/utilities/will-interrupt-process.js:21
Function
changed
(options)
tests/unit/tasks/server/livereload-server-test.js:417
Function
cleanup
()
tests/unit/tasks/serve-test.js:17
Function
cleanup
()
tests/unit/tasks/build-watch-test.js:17
Function
cleanup
()
tests/unit/models/builder-test.js:33
Function
clear
()
lib/models/addon.js:113
Function
compileAddon
Runs the addon tree through preprocessors. @private @method compileAddon @param {Tree} tree Addon file tree @return {Tree} Compiled a
lib/models/addon.js:1121
Function
compileAddon
()
tests/unit/models/addon-test.js:813
Function
compileStyles
Runs the styles tree through preprocessors. @private @method compileStyles @param {Tree} addonStylesTree Styles file tree @return {Tr
lib/models/addon.js:930
Function
compileTemplates
Runs the templates tree through preprocessors. @private @method compileTemplates @param {Tree} tree Templates file tree @return {Tree
lib/models/addon.js:1087
Function
concatFiles
Shorthand method for [broccoli-concat](https://github.com/ember-cli/broccoli-concat) @private @method concatFiles @param {tree} tree Tree
lib/models/addon.js:368
Function
config
Augments the application's configuration settings. Object returned from this hook is merged with the application's configuration object. App
lib/models/addon.js:1325
Function
config
()
tests/unit/broccoli/default-packager/additional-assets-test.js:46
Function
config
()
tests/unit/broccoli/default-packager/config-test.js:25
Function
config
()
tests/unit/broccoli/default-packager/process-test.js:50
Function
config
()
tests/unit/broccoli/default-packager/ember-cli-internal-test.js:25
Function
config
()
tests/unit/broccoli/default-packager/tests-test.js:97
Function
config
()
tests/unit/broccoli/default-packager/javascript-test.js:90
Function
config
()
tests/unit/broccoli/default-packager/index-test.js:18
Function
config
()
tests/unit/tasks/server/middleware/history-support-test.js:10
Function
config
()
tests/unit/models/project-test.js:191
Function
config
()
tests/unit/models/watcher-test.js:132
Function
configPath
()
tests/unit/broccoli/default-packager/additional-assets-test.js:42
Function
configPath
()
tests/unit/broccoli/default-packager/config-test.js:21
Function
configPath
()
tests/unit/broccoli/default-packager/process-test.js:46
Function
configPath
()
tests/unit/broccoli/default-packager/ember-cli-internal-test.js:21
Function
configPath
()
tests/unit/broccoli/default-packager/tests-test.js:93
Function
configPath
()
tests/unit/broccoli/default-packager/javascript-test.js:86
Function
configPath
()
tests/unit/broccoli/default-packager/index-test.js:14
Method
constructBroccoliWatcher
(options)
lib/models/server-watcher.js:15
Method
constructor
EmberApp is the main class Ember CLI uses to manage the Broccoli trees for your application. It is very tightly integrated with Broccoli and has
lib/broccoli/ember-app.js:63
Method
constructor
(options)
lib/broccoli/default-packager.js:105
Method
constructor
EmberAddon is used during addon development. @class EmberAddon @extends EmberApp @constructor @param {Object} [defaults] @param {
lib/broccoli/ember-addon.js:22
Method
constructor
* @private * @class CLI * @constructor * @param options
lib/cli/cli.js:21
Method
constructor
(options)
lib/cli/lookup-command.js:70
Method
constructor
(options)
lib/utilities/markdown-color.js:35
Method
constructor
* * On Windows, users will have a much better experience if symlinks are enabled * and usable. When queried, this object informs Windows users r
lib/utilities/windows-admin.js:31
Method
constructor
(options)
lib/utilities/json-generator.js:10
Method
constructor
(options)
lib/tasks/build-watch.js:11
Method
constructor
(options)
lib/tasks/npm-uninstall.js:9
Method
constructor
(options)
lib/tasks/generate-from-blueprint.js:10
Method
constructor
(options)
lib/tasks/serve.js:27
Method
constructor
(options)
lib/tasks/destroy-from-blueprint.js:6
Method
constructor
(options)
lib/tasks/addon-install.js:9
Method
constructor
(options)
lib/tasks/test.js:7
Method
constructor
* @private * @class NpmTask * @constructor * @param {Object} options
lib/tasks/npm-task.js:20
Method
constructor
(options)
lib/tasks/npm-install.js:9
Method
constructor
* This addon is used to register a custom AMD transform for app and addons to use. * * @class AmdTransformAddon * @constructor
lib/tasks/transforms/amd/index.js:10
Method
constructor
({ app, watcher, ui, project, httpServer })
lib/tasks/server/livereload-server.js:52
Method
constructor
(options)
lib/tasks/server/express-server.js:14
Method
constructor
(project)
lib/tasks/server/middleware/proxy-server/index.js:7
Method
constructor
* This addon is used to serve the requested assets and set the required response * headers. It runs after broccoli-watcher addon. * * @class
lib/tasks/server/middleware/broccoli-serve-files/index.js:13
Method
constructor
* This addon is used to set the default response headers for the assets that will be * served by the next middleware. It waits for the watcher prom
lib/tasks/server/middleware/broccoli-watcher/index.js:15
Method
constructor
(project)
lib/tasks/server/middleware/testem-url-rewriter/index.js:7
Method
constructor
* This addon is used to serve the `index.html` file at every requested * URL that begins with `rootURL` and is expecting `text/html` output. *
lib/tasks/server/middleware/history-support/index.js:15
Method
constructor
* This addon is used to serve the QUnit or Mocha test runner * at `rootURL + '/tests'`. * * @class TestsServerAddon * @constructor
lib/tasks/server/middleware/tests-server/index.js:16
Method
constructor
The Project model is tied to your package.json. It is instantiated by giving {{#crossLink "Project/closestSync:method"}}{{/crossLink}} the pat
lib/models/project.js:41
Method
constructor
(message)
lib/models/project.js:740
Method
constructor
(project)
lib/models/host-info-cache.js:9
Method
constructor
(_options, build)
lib/models/watcher.js:18
Method
constructor
(name, path, pkg)
lib/models/addon-info.js:11
Method
constructor
An instance of this class is used for invoking the instrumentation hooks on addons. The instrumentation types currently supported are:
lib/models/instrumentation.js:52
Method
constructor
(options)
lib/models/builder.js:24
Method
constructor
(options)
lib/models/asset-size-printer.js:9
Method
constructor
(project)
lib/models/per-bundle-addon-cache/index.js:97
Method
constructor
(pkgObj, realPath, cache, isRoot = false)
lib/models/package-info-cache/package-info.js:60
Method
constructor
(type, data)
lib/models/package-info-cache/error-entry.js:11
Method
constructor
(realPath, cache)
lib/models/package-info-cache/node-modules-list.js:17
Method
constructor
(ui)
lib/models/package-info-cache/index.js:31
Method
constructor
()
lib/models/package-info-cache/error-list.js:13
Method
constructor
(options = {})
tests/helpers/mock-project.js:8
Method
constructor
(rootPath)
tests/helpers/package-cache.js:217
Method
constructor
(program)
tests/helpers/command-generator.js:23
Method
constructor
(options)
tests/helpers/mock-process.js:6
Method
constructor
(options)
tests/helpers/mock-cli.js:9
Method
constructor
()
tests/helpers/proxy-server.js:8
Method
constructor
(distPath)
tests/helpers/dist-checker.js:10
Method
constructor
(distPath)
tests/helpers/dist-checker.js:22
Method
contains
* Indicate if an entry for a given path exists in the cache. * * @public * @method contains * @param {String} path the real path to check
lib/models/package-info-cache/index.js:329
Function
contentFor
(type)
tests/unit/broccoli/default-packager/ember-cli-internal-test.js:195
Function
contentFor
(type, config)
tests/fixtures/addon/kitchen-sink/index.js:4
Function
convertToJS
@private @method convertToJS @param {FileInfo} fileInfo @return {Promise}
lib/models/blueprint.js:520
Function
copyToOutputPath
()
tests/unit/models/builder-test.js:134
Function
defaultAllowCachingPerBundle
({ addonEntryPointModule })
lib/models/per-bundle-addon-cache/index.js:10
Function
dependencies
@public @method dependencies @return {Object} The addon's dependencies based on the addon's package.json
lib/models/addon.js:1340
Method
dependencies
@public @method dependencies @return {Object} Alias to the project's dependencies function
lib/broccoli/ember-app.js:1082
Method
didAdd
(relativePath)
lib/models/server-watcher.js:27
Method
didChange
(results)
lib/tasks/server/livereload-server.js:196
Method
didChange
(relativePath)
lib/models/server-watcher.js:23
Method
didDelete
(relativePath)
lib/models/server-watcher.js:31
Method
didRestart
()
lib/tasks/server/livereload-server.js:229
← previous
next →
701–800 of 1,127, ranked by callers