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
↓ 2 callers
Function
findAddonByName
(addonOrProject, name)
lib/models/blueprint.js:1680
↓ 2 callers
Function
findAllAddonsByName
(projectOrAddon, addonToFind, _foundAddons = [])
tests/unit/models/per-bundle-addon-cache/proxy-test.js:1092
↓ 2 callers
Function
findCommand
(commands, commandName)
lib/cli/lookup-command.js:14
↓ 2 callers
Function
finishProcessingForUninstall
(infos)
lib/models/blueprint.js:1761
↓ 2 callers
Method
generateAddonPackages
* Given a list of PackageInfo objects, generate the 'addonPackages' object (keyed by * name, value = AddonInfo instance, for all packages marked 'v
lib/models/package-info-cache/package-info.js:367
↓ 2 callers
Function
generateLookupPaths
Combines provided lookup paths with defaults and removes duplicates. @private @method generateLookupPaths @param {Array} lookupPaths @retur
lib/models/blueprint.js:1661
↓ 2 callers
Function
generateOutputFiles
* We can re-use generated projects
dev/output-repo-helpers.js:36
↓ 2 callers
Method
getAddonTemplates
()
lib/broccoli/ember-app.js:814
↓ 2 callers
Method
getAddonsConfig
Returns the addons configuration. @private @method getAddonsConfig @param {String} env Environment name @param {Object} appCo
lib/models/project.js:298
↓ 2 callers
Method
getAppJavascript
()
lib/broccoli/ember-app.js:739
↓ 2 callers
Function
getEmptyTree
()
lib/broccoli/merge-trees.js:12
↓ 2 callers
Method
getExternalTree
()
lib/broccoli/ember-app.js:921
↓ 2 callers
Method
getPathsToAddonsOptedIn
()
lib/models/per-bundle-addon-cache/index.js:357
↓ 2 callers
Function
getProgLangMsg
(langArg)
lib/utilities/get-lang-arg.js:207
↓ 2 callers
Function
handleError
(error, commandName)
tests/acceptance/addon-smoke-test-slow.js:126
↓ 2 callers
Method
handleProxiedRequest
({ req, socket, head, options, proxy })
lib/tasks/server/middleware/proxy-server/index.js:51
↓ 2 callers
Function
hasPathToken
Looks for a __path__ token in the files folder. Must be present for the blueprint to support pod tokens. @private @method hasPathToken @param
lib/models/blueprint.js:1676
↓ 2 callers
Function
initApp
()
tests/acceptance/in-repo-addon-generate-test.js:33
↓ 2 callers
Function
instantiateAddons
* Create instances of a set of "child" addons for a parent addon or project. * * @method instantiateAddons * @param {Object} parent an Addon or Pro
lib/models/instantiate-addons.js:25
↓ 2 callers
Method
invokeTestem
(options)
lib/tasks/test-server.js:8
↓ 2 callers
Method
isEmberCLIAddon
()
tests/helpers/mock-project.js:63
↓ 2 callers
Function
isProgLang
(langArg)
lib/utilities/get-lang-arg.js:136
↓ 2 callers
Function
isUsingBatteryUpower
()
lib/models/hardware-info.js:90
↓ 2 callers
Function
isValidCodeAndProg
(langArg)
lib/utilities/get-lang-arg.js:140
↓ 2 callers
Function
isValidLangCode
(langArg)
lib/utilities/get-lang-arg.js:41
↓ 2 callers
Function
isWindowsTTY
(_process)
lib/utilities/will-interrupt-process.js:183
↓ 2 callers
Method
listen
(port, host)
lib/tasks/server/express-server.js:87
↓ 2 callers
Method
localBlueprintLookupPath
Path to the blueprints for this project. @private @method localBlueprintLookupPath @return {String} Path to blueprints
lib/models/project.js:513
↓ 2 callers
Method
logError
* @private * @method logError * @param error * @return {number}
lib/cli/cli.js:258
↓ 2 callers
Function
makeTree
(name)
tests/unit/models/instrumentation-test.js:641
↓ 2 callers
Method
maybeMakeCommand
* @private * @method maybeMakeCommand * @param commandName * @param commandArgs * @return {null|CurrentCommand}
lib/cli/cli.js:84
↓ 2 callers
Function
mockTemplateRegistry
(app)
tests/unit/broccoli/ember-app-test.js:20
↓ 2 callers
Function
pickSync
(filePath, pattern)
tests/acceptance/init-test.js:114
↓ 2 callers
Method
pnpm
(args)
lib/tasks/npm-task.js:41
↓ 2 callers
Function
preprocessJs
Preprocesses a javascript tree. @private @method preprocessJs @return {Tree} Preprocessed javascript
lib/models/addon.js:1230
↓ 2 callers
Method
printJSON
()
lib/models/asset-size-printer.js:34
↓ 2 callers
Method
processAppAndDependencies
(allTrees)
lib/broccoli/default-packager.js:216
↓ 2 callers
Function
readSSLandCert
(sslKey, sslCert)
lib/tasks/server/livereload-server.js:30
↓ 2 callers
Method
reloadAddons
Re-initializes addons. @private @method reloadAddons
lib/models/project.js:592
↓ 2 callers
Function
removeTemplateExpression
(dependency)
dev/update-blueprint-dependencies.js:159
↓ 2 callers
Function
replacementClassMember
(i)
lib/models/blueprint.js:544
↓ 2 callers
Function
resetCalled
()
tests/integration/models/blueprint-test.js:29
↓ 2 callers
Method
resolveSync
Resolves the absolute path to a file synchronously @private @method resolveSync @param {String} file File to resolve @return {String
lib/models/project.js:332
↓ 2 callers
Method
run
* @private * @method run * @param {Promise<object>} environmentPromiseHash * @return {Promise}
lib/cli/cli.js:121
↓ 2 callers
Function
set
(targetCacheEntry, property, value)
lib/models/per-bundle-addon-cache/addon-proxy.js:138
↓ 2 callers
Function
setup
()
tests/unit/models/builder-test.js:193
↓ 2 callers
Method
shouldIncludeAddon
Returns whether an addon should be added to the project @private @method shouldIncludeAddon @param {Addon} addon @return {Boolean}
lib/broccoli/ember-app.js:429
↓ 2 callers
Function
sleep
(timeout)
tests/unit/tasks/server/express-server-test.js:23
↓ 2 callers
Method
start
()
lib/tasks/server/livereload-server.js:91
↓ 2 callers
Method
startHttpServer
()
lib/tasks/server/express-server.js:208
↓ 2 callers
Function
substringBytes
* Takes a substring of a string based on byte offsets. * @private * @method substringBytes * @param {string} value : The input string. * @param {n
lib/models/blueprint.js:1802
↓ 2 callers
Function
vizEnabled
()
lib/utilities/instrumentation.js:5
↓ 2 callers
Method
warnDirectoryAlreadyExists
(directoryName)
lib/tasks/create-and-step-into-directory.js:14
↓ 1 callers
Method
__setupForTesting
* The `__setupForTesting` modifies things in module scope. * * @private * @method __setupForTesting
tests/helpers/package-cache.js:242
↓ 1 callers
Method
_addonBundles
(type)
lib/broccoli/ember-app.js:855
↓ 1 callers
Method
_canUpgrade
(label, type)
tests/helpers/package-cache.js:555
↓ 1 callers
Method
_checkForElevatedRights
* * Uses the eon-old command NET SESSION to determine whether or not the * current user has elevated rights (think sudo, but Windows). * *
lib/utilities/windows-admin.js:114
↓ 1 callers
Method
_commandSummary
(tree, commandName, commandArgs)
lib/models/instrumentation.js:172
↓ 1 callers
Method
_copyNpmrc
(tmpDir)
lib/tasks/install-blueprint.js:207
↓ 1 callers
Method
_createEmptyPackageJSON
(tempProjectPath, blueprintName)
lib/tasks/install-blueprint.js:119
↓ 1 callers
Method
_createTempFolder
()
lib/tasks/install-blueprint.js:111
↓ 1 callers
Function
_enableFSMonitorIfInstrumentationEnabled
(config)
lib/models/instrumentation.js:14
↓ 1 callers
Method
_findNearestBundleHost
* Given a path (calculated as part of `getHostAddonInfo`), return the correct * "bundle host". A bundle host is considered the project or lazy engi
lib/models/host-info-cache.js:64
↓ 1 callers
Method
_findPackage
(packageName, startPath)
lib/models/package-info-cache/index.js:368
↓ 1 callers
Method
_getAssetPath
@private @method _getAssetPath @param {(Object|String)} asset @return {(String|undefined)} assetPath
lib/broccoli/ember-app.js:1223
↓ 1 callers
Method
_getBundledPackageInfos
* Returns a `Set` of package-info objects that a given bundle host is * _directly_ responsible for bundling (i.e., it excludes other bundle * ho
lib/models/host-info-cache.js:103
↓ 1 callers
Method
_getPackageInfos
()
lib/models/package-info-cache/index.js:333
↓ 1 callers
Method
_handleLocalLookupFailure
(name, error)
lib/tasks/install-blueprint.js:80
↓ 1 callers
Method
_handleNpmInstallModuleError
(error)
lib/tasks/install-blueprint.js:175
↓ 1 callers
Method
_import
@private @method _import @param {String} assetPath @param {Object} options @param {String} directory @param {String} subdirectory
lib/broccoli/ember-app.js:1141
↓ 1 callers
Method
_importAddonTransforms
Calls the importTransforms hook on addons. @private @method _importAddonTransforms
lib/broccoli/ember-app.js:479
↓ 1 callers
Method
_initProject
Initializes the `project` property from `options.project` or the closest Ember CLI project from the current working directory. @private @
lib/broccoli/ember-app.js:187
↓ 1 callers
Method
_initSummary
(tree)
lib/models/instrumentation.js:159
↓ 1 callers
Method
_initTestsAndHinting
Initializes the `tests` and `hinting` properties. Defaults to `false` unless `ember test` was used or this is *not* a production build. @pri
lib/broccoli/ember-app.js:172
↓ 1 callers
Method
_initVendorFiles
@private @method _initVendorFiles
lib/broccoli/ember-app.js:335
↓ 1 callers
Method
_invoke
(args, options)
tests/helpers/command-generator.js:47
↓ 1 callers
Method
_invokeAddonHook
(name, instrumentationInfo)
lib/models/instrumentation.js:212
↓ 1 callers
Function
_isDeprecationRemoved
* This function deferrs to the upstream {@link isDeprecationRemoved} function from semver-deprecate * but closes around the current emberCLIVersion f
lib/debug/deprecate.js:20
↓ 1 callers
Method
_loadBlueprintFromPath
(path)
lib/tasks/install-blueprint.js:193
↓ 1 callers
Method
_lookupLocalBlueprint
(name)
lib/tasks/install-blueprint.js:73
↓ 1 callers
Method
_nodeModuleTrees
()
lib/broccoli/ember-app.js:839
↓ 1 callers
Method
_notifyAddonIncluded
Calls the included hook on addons. @private @method _notifyAddonIncluded
lib/broccoli/ember-app.js:443
↓ 1 callers
Method
_npmInstall
(cwd, name)
lib/tasks/install-blueprint.js:167
↓ 1 callers
Method
_podTemplatePatterns
@private @method _podTemplatePatterns @return {Array} An array of regular expressions.
lib/broccoli/ember-app.js:835
↓ 1 callers
Method
_readSingleDependencyFromPackageJSON
(tempProjectPath)
lib/tasks/install-blueprint.js:133
↓ 1 callers
Function
_resetTreeCache
()
lib/models/addon.js:118
↓ 1 callers
Method
_resolveBlueprint
(name)
lib/tasks/install-blueprint.js:55
↓ 1 callers
Method
_setup
* sets up a WindowsSymlinkChecker * * providing it with defaults for: * * * if we are on windows * * if we can symlink * * a referen
lib/utilities/windows-admin.js:74
↓ 1 callers
Method
_showObjErrors
* Dump all the errors for a single object in the cache out to the ui-console. * * Special case: because package-info-cache also creates PackageI
lib/models/package-info-cache/index.js:93
↓ 1 callers
Method
_shutdownSummary
(tree)
lib/models/instrumentation.js:187
↓ 1 callers
Method
_templatesTree
()
lib/broccoli/ember-app.js:681
↓ 1 callers
Method
_totalTime
(hash)
lib/models/watcher.js:103
↓ 1 callers
Method
_tryRemoteBlueprint
(name)
lib/tasks/install-blueprint.js:94
↓ 1 callers
Method
_validateNpmModule
(modulePath, packageName)
lib/tasks/install-blueprint.js:185
↓ 1 callers
Method
_writeInstrumentation
(name, instrumentationInfo)
lib/models/instrumentation.js:222
↓ 1 callers
Method
addDependency
* Add an entry for this object's `dependencies` list. When this object is written out, the * dependency will also then write out appropriate files
tests/helpers/fixturify-project.js:106
↓ 1 callers
Method
addError
* Given error data, add an ErrorEntry to the ErrorList for this object. * This is used by the _readPackage and _readNodeModulesList methods. It
lib/models/package-info-cache/package-info.js:107
↓ 1 callers
Method
addInRepoAddon
* Add a reference to an in-repo addon PackageInfo object. * * @protected * @method addInRepoAddon * @param {PackageInfo} inRepoAddonPkg th
lib/models/package-info-cache/package-info.js:132
↓ 1 callers
Method
addInternalAddon
* Add a reference to an internal addon PackageInfo object. * "internal" addons (note: not in-repo addons) only exist in * Projects, not other pa
lib/models/package-info-cache/package-info.js:150
↓ 1 callers
Method
addMiddleware
(config)
lib/tasks/server/middleware/history-support/index.js:43
← previous
next →
301–400 of 1,127, ranked by callers