MCPcopy Index your code

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

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

↓ 4 callersMethodtoArray
Returns an array of trees for this application @private @method toArray @return {Array} An array of trees
lib/broccoli/ember-app.js:1265
↓ 4 callersMethodtoJSON
* Convert the object into a data structure suitable for passing to `fixturify`. * * @param {String} key optional key. If specified, the object w
tests/helpers/fixturify-project.js:353
↓ 4 callersFunctiontouch
(path, obj)
tests/helpers/file-utils.js:5
↓ 4 callersFunctionwalkUp
(thePath)
lib/utilities/walk-up-path.js:7
↓ 3 callersMethod_addonDisabledByExclude
@private @method _addonDisabledByExclude @param {Addon} addon @return {Boolean}
lib/broccoli/ember-app.js:405
↓ 3 callersMethod_addonDisabledByInclude
@private @method _addonDisabledByInclude @param {Addon} addon @return {Boolean}
lib/broccoli/ember-app.js:416
↓ 3 callersMethod_addonEnabled
Checks the result of `addon.isEnabled()` if it exists, defaults to `true` otherwise. @private @method _addonEnabled @param {Addon} addon
lib/broccoli/ember-app.js:395
↓ 3 callersMethod_getAddonEntryPoint
* Gets the addon entry point * * @method _getAddonEntryPoint * @return {Object|Function} The exported addon entry point * @private
lib/models/package-info-cache/package-info.js:549
↓ 3 callersMethod_getBundleHostCacheEntry
(pkgInfo)
lib/models/per-bundle-addon-cache/index.js:369
↓ 3 callersMethod_initOptions
Initializes the `options` property from the `options` parameter and a set of default values from Ember CLI. @private @method _initOptions
lib/broccoli/ember-app.js:208
↓ 3 callersMethod_instrumentationTreeFor
(name)
lib/models/instrumentation.js:208
↓ 3 callersMethod_legacyPackage
(fullTree)
lib/broccoli/ember-app.js:1276
↓ 3 callersMethod_removeLinks
* The `_removeLinks` method removes from the dependencies of the manifest the * assets which will be linked in so that we don't duplicate install.
tests/helpers/package-cache.js:357
↓ 3 callersMethod_resolveLocal
Resolves a path relative to the project's root @private @method _resolveLocal
lib/broccoli/ember-app.js:327
↓ 3 callersMethod_restoreLinks
* The `_restoreLinks` method restores the dependencies from the internal * `PackageCache` metadata so that the manifest matches its original state
tests/helpers/package-cache.js:428
↓ 3 callersFunctionallowImport
(strategy, fileList, assetPath, options)
lib/broccoli/ember-app.js:1397
↓ 3 callersMethodapplyCustomTransforms
(externalTree)
lib/broccoli/default-packager.js:308
↓ 3 callersFunctionassertFilesExist
(files)
tests/acceptance/destroy-test.js:52
↓ 3 callersFunctionassertFilesNotExist
(files)
tests/acceptance/destroy-test.js:58
↓ 3 callersFunctioncheckMiddlewareOptions
(options)
tests/unit/tasks/server/express-server-test.js:19
↓ 3 callersFunctioncleanRemove
(fileInfo)
lib/utilities/clean-remove.js:7
↓ 3 callersFunctionconfirmGlobBlueprinted
(pattern)
tests/acceptance/init-test.js:95
↓ 3 callersFunctioncreateProject
()
tests/unit/models/per-bundle-addon-cache/enable-cache-test.js:23
↓ 3 callersFunctioncreateStandardCacheFixture
* Generate the file structure used for the cache-bundle-hosts and enable-cache tests. * Puts it into the usual temporary location defined by ECFP. *
tests/helpers/per-bundle-addon-cache.js:113
↓ 3 callersMethoddefaultOptions
(options)
lib/tasks/test.js:44
↓ 3 callersFunctiondeprecation
(options)
lib/debug/deprecations.js:6
↓ 3 callersFunctiondestroy
(args)
tests/acceptance/pods-destroy-test.js:47
↓ 3 callersMethoddiscoverAddonAddons
* Discover the child addons for this packageInfo, which corresponds to an Addon. * * @method discoverAddonAddons
lib/models/package-info-cache/package-info.js:323
↓ 3 callersMethoddisplayHost
(specifiedHost)
lib/tasks/server/express-server.js:39
↓ 3 callersFunctionenablePerBundleAddonCache
(explicitValue)
tests/unit/models/per-bundle-addon-cache/enable-cache-test.js:10
↓ 3 callersMethodenv
Returns the environment name @public @static @method env @return {String} Environment name
lib/broccoli/ember-app.js:368
↓ 3 callersMethodevalScripts
(timeout = 15000)
tests/helpers/dist-checker.js:33
↓ 3 callersMethodfindLCAHost
* This returns the LCA host for a given engine; we use the associated package info * to compute this (see `getHostAddonInfo` above); this finds the
lib/models/host-info-cache.js:284
↓ 3 callersFunctionformatValue
(val)
lib/utilities/print-command.js:100
↓ 3 callersFunctiongenerate
(args)
tests/acceptance/pods-destroy-test.js:42
↓ 3 callersFunctiongetAllAddonsByNameWithinHost
* This collects all addons by name within a given host; it stops traversing when it * encounters another host (i.e., a lazy engine). Within a given h
tests/helpers/per-bundle-addon-cache.js:19
↓ 3 callersMethodgetPublic
()
lib/broccoli/ember-app.js:1023
↓ 3 callersMethodimportAdditionalAssets
(tree)
lib/broccoli/default-packager.js:271
↓ 3 callersFunctioninit
()
tests/unit/cli/cli-test.js:227
↓ 3 callersFunctioninitApp
()
tests/acceptance/pods-destroy-test.js:38
↓ 3 callersFunctioninstrumentationEnabled
(config)
lib/utilities/instrumentation.js:14
↓ 3 callersMethodisForEngine
* Indicate if this packageInfo represents an engine. * * @method isForEngine * @return {Boolean} true if this pkgInfo is configured as an eng
lib/models/package-info-cache/package-info.js:253
↓ 3 callersMethodloadProject
* Process the root directory of a project, given a * Project object (we need the object in order to find the internal addons). * _readPackage ta
lib/models/package-info-cache/index.js:165
↓ 3 callersMethodmakeAssetSizesObject
()
lib/models/asset-size-printer.js:50
↓ 3 callersMethodname
()
tests/helpers/mock-project.js:51
↓ 3 callersMethodpackagePublic
(tree)
lib/broccoli/default-packager.js:1020
↓ 3 callersMethodpackageVendor
(tree)
lib/broccoli/default-packager.js:624
↓ 3 callersFunctionprepareAddon
(addon, options)
tests/helpers/fixturify-project.js:19
↓ 3 callersMethodprocessJavascript
(tree)
lib/broccoli/default-packager.js:488
↓ 3 callersMethodprocessTests
(tree)
lib/broccoli/default-packager.js:670
↓ 3 callersMethodrenderFile
(filePath, options)
lib/utilities/markdown-color.js:53
↓ 3 callersFunctionreplacementExpression
(i)
lib/models/blueprint.js:545
↓ 3 callersMethodrequire
Calls `require` on a given module from the context of the project. For instance, an addon may want to require a class from the root project's
lib/models/project.js:348
↓ 3 callersMethodrun
()
tests/integration/models/blueprint-test.js:771
↓ 3 callersFunctionrunServeTask
(path)
tests/unit/tasks/serve-test.js:27
↓ 3 callersFunctionsetupApplicationTest
(hooks, options)
tests/fixtures/app/defaults/tests/helpers/index.js:11
↓ 3 callersMethodsetupBroccoliBuilder
* @private * @method setupBroccoliBuilder
lib/models/builder.js:61
↓ 3 callersMethodstopHttpServer
()
lib/tasks/server/express-server.js:186
↓ 3 callersFunctionstringifyAndNormalize
(contents)
packages/addon-blueprint/index.js:22
↓ 3 callersFunctiontestServer
(opts, test)
tests/unit/commands/serve-test.js:65
↓ 3 callersFunctiontotalTime
(tree)
lib/models/instrumentation.js:300
↓ 3 callersFunctionupdateDependencies
(dependencies)
dev/update-blueprint-dependencies.js:126
↓ 3 callersFunctionuse
(callback)
tests/unit/tasks/server/middleware/tests-server-test.js:20
↓ 3 callersFunctionverboseCommand
(args)
tests/unit/cli/cli-test.js:708
↓ 2 callersMethod__resetForTesting
* The `__resetForTesting` puts things back in module scope. * * @private * @method __resetForTesting
tests/helpers/package-cache.js:253
↓ 2 callersMethod_addCommandHelpToJson
(commandName, options, json)
lib/utilities/json-generator.js:53
↓ 2 callersMethod_addEntry
* Add an entry to the cache. * * @private * @method _addEntry
lib/models/package-info-cache/index.js:305
↓ 2 callersMethod_addonTreesFor
(type)
lib/broccoli/ember-app.js:533
↓ 2 callersMethod_buildSummary
(tree, result, resultAnnotation)
lib/models/instrumentation.js:91
↓ 2 callersMethod_cleanDirs
* The `_cleanDirs` method deals with sync issues between the * Configstore and what exists on disk. Non-existent directories * are removed from
tests/helpers/package-cache.js:265
↓ 2 callersMethod_clear
* Clear the cache information. * * @private * @method _clear
lib/models/package-info-cache/index.js:42
↓ 2 callersMethod_evalHtml
(options = {})
tests/helpers/dist-checker.js:26
↓ 2 callersMethod_instrumentationFor
(name)
lib/models/instrumentation.js:200
↓ 2 callersMethod_lookupCommand
(commandName)
lib/utilities/json-generator.js:60
↓ 2 callersMethod_readNodeModulesList
* Process a directory of modules in a given package directory. * * We will allow cache entries for node_modules that actually * have no conte
lib/models/package-info-cache/index.js:601
↓ 2 callersMethod_resolveDependencies
* Resolve the node_module dependencies across all packages after they have * been loaded into the cache, because we don't know when a particular pa
lib/models/package-info-cache/index.js:275
↓ 2 callersMethodaddDependencies
* For each dependency in the given list, find the corresponding * PackageInfo object in the cache (going up the file tree if * necessary, as in
lib/models/package-info-cache/package-info.js:180
↓ 2 callersFunctionaddOutputFile
(strategy, container, assetPath, options)
lib/broccoli/ember-app.js:1326
↓ 2 callersMethodaddonPostprocessTree
Runs addon post-processing on a given tree and returns the processed tree. This enables addons to do process immediately **after** the preprocess
lib/broccoli/ember-app.js:594
↓ 2 callersFunctionapplyCommand
(command, name /*, ...flags*/)
tests/helpers/acceptance.js:38
↓ 2 callersFunctionassertFilesExist
(files)
tests/acceptance/pods-destroy-test.js:52
↓ 2 callersFunctionassertFilesNotExist
(files)
tests/acceptance/pods-destroy-test.js:58
↓ 2 callersFunctionassertTreeValid
(name, tree)
tests/unit/models/instrumentation-test.js:728
↓ 2 callersFunctionbuild
()
tests/unit/models/instrumentation-test.js:351
↓ 2 callersMethodbuildGitEnvironment
()
lib/tasks/git-init.js:68
↓ 2 callersFunctionbypassTest
(app, url, done, responseCallback)
tests/unit/tasks/server/express-server-test.js:417
↓ 2 callersMethodcallHelp
* @private * @method callHelp * @param options * @return {Promise}
lib/cli/cli.js:218
↓ 2 callersMethodcheckPNPM
()
lib/tasks/npm-task.js:85
↓ 2 callersFunctionclearRepo
(repoPath)
dev/output-repo-helpers.js:7
↓ 2 callersFunctioncloneBranch
(containingPath, { repo, branch })
dev/output-repo-helpers.js:14
↓ 2 callersFunctionconfirmViteBlueprint
()
tests/helpers-internal/blueprint.js:8
↓ 2 callersMethodcopyToOutputPath
* @private * @method copyToOutputPath * @param {String} inputPath
lib/models/builder.js:99
↓ 2 callersFunctioncountNodes
()
tests/unit/models/instrumentation-test.js:360
↓ 2 callersMethodcreateAddonCacheEntry
* Create a cache entry object for a given (non-bundle-host) addon to put into * an addon cache. * * @method createAddonCacheEntry * @param
lib/models/per-bundle-addon-cache/index.js:154
↓ 2 callersMethodcreateAddonTree
(type, outputDir, options)
lib/broccoli/ember-app.js:869
↓ 2 callersMethoddependencies
()
tests/helpers/mock-project.js:59
↓ 2 callersFunctiondetermineInstallCommand
(projectRoot)
lib/utilities/package-managers.js:5
↓ 2 callersMethoddiscoverProjectAddons
* Discover the child addons for this packageInfo, which corresponds to a Project. * * @method discoverProjectAddons
lib/models/package-info-cache/package-info.js:341
↓ 2 callersMethoddumpInvalidAddonPackages
(addonPackageList)
lib/models/package-info-cache/package-info.js:390
↓ 2 callersMethodensureBroccoliBuilder
()
lib/models/builder.js:51
← previousnext →201–300 of 1,127, ranked by callers