MCPcopy Create free account

hub / github.com/lerna/lerna / functions

Functions1,091 in github.com/lerna/lerna

↓ 2 callersMethodgetRunner
()
libs/commands/run/src/index.ts:188
↓ 2 callersMethodgetShellCommand
()
libs/commands/exec/src/index.ts:143
↓ 2 callersFunctiongetTwoFactorAuthRequired
(options: Partial<FetchConfig> = {})
libs/commands/publish/src/lib/get-two-factor-auth-required.ts:9
↓ 2 callersMethodgetWidth
()
libs/core/src/lib/npmlog/gauge/index.ts:166
↓ 2 callersFunctiongitAdd
( changedFiles: string[], gitOpts: { granularPathspec?: boolean }, execOpts: LernaOptions )
libs/commands/version/src/lib/git-add.ts:60
↓ 2 callersFunctiongitCheckout
( stagedFiles: string[], gitOpts: { granularPathspec: boolean }, execOpts: ExecOptions )
libs/core/src/lib/git-checkout.ts:9
↓ 2 callersFunctiongitLsOthers
(cwd, ...args)
libs/commands/create/__tests__/create-command.spec.ts:32
↓ 2 callersFunctiongitPush
(remote: string, branch: string, opts: ExecOptions)
libs/commands/version/src/lib/git-push.ts:6
↓ 2 callersFunctionglobParent
(str: string)
libs/core/src/lib/glob-utils/glob-parent.ts:17
↓ 2 callersMethodhasChanges
()
libs/commands/version/src/index.ts:941
↓ 2 callersFunctionhasTags
(opts?: ExecOptions)
libs/core/src/lib/collect-updates/has-tags.ts:9
↓ 2 callersFunctionhasUnicode
()
libs/core/src/lib/npmlog/gauge/has-unicode.ts:13
↓ 2 callersFunctionisAnythingCommitted
(opts: ExecOptions)
libs/commands/version/src/lib/is-anything-committed.ts:6
↓ 2 callersFunctionisBehindUpstream
(gitRemote: string, branch: string, opts: ExecOptions)
libs/commands/version/src/lib/is-behind-upstream.ts:6
↓ 2 callersFunctionisExternalNpmDependency
(dep: string)
libs/core/src/lib/project-graph-with-packages.ts:19
↓ 2 callersFunctionisExtglob
(str: string)
libs/core/src/lib/glob-utils/is-extglob.ts:7
↓ 2 callersFunctionisGitInitialized
(cwd: string)
libs/core/src/lib/command/is-git-initialized.ts:3
↓ 2 callersFunctionisGlob
(str: string)
libs/core/src/lib/glob-utils/is-glob.ts:11
↓ 2 callersFunctionisString
(val: any)
libs/core/src/lib/pack-directory.spec.ts:26
↓ 2 callersMethodlazy
* Create a Package instance from parameters, possibly reusing existing instance. * @param ref A path to a package.json file, Package instance, or J
libs/core/src/lib/package.ts:99
↓ 2 callersMethodlernaWatch
(inputArgs: string)
libs/e2e-utils/src/lib/fixture.ts:305
↓ 2 callersFunctionlogPacked
(tarball: Tarball)
libs/core/src/lib/log-packed.ts:22
↓ 2 callersFunctionmakeCanaryVersion
(nextVersion: string, preid: string, refCount: number, sha: string)
libs/commands/publish/src/lib/make-canary-version.ts:12
↓ 2 callersFunctionmakeDiffPredicate
( committish: string, execOpts: ExecOptions, ignorePatterns: string[] = [] )
libs/core/src/lib/collect-updates/make-diff-predicate.ts:9
↓ 2 callersFunctionmakeOpts
(pkg: { name: any; location: string }, reject: any)
libs/core/src/lib/npm-run-script.ts:27
↓ 2 callersFunctionmapper
(node: ProjectGraphProjectNodeWithPackage)
libs/commands/publish/src/lib/get-projects-with-unpublished-packages.ts:16
↓ 2 callersFunctionmkThrowIfUncommitted
(options = {})
libs/core/src/lib/check-working-tree.ts:37
↓ 2 callersFunctionmultiLineTrimRight
(str: any)
libs/test-helpers/src/lib/multi-line-trim-right.ts:6
↓ 2 callersFunctionmultimatch
( list: string | string[], patterns: string | string[], options: minimatch.IOptions = {} )
libs/core/src/lib/multimatch.ts:3
↓ 2 callersMethodnewGroup
(name: string, weight = 0)
libs/core/src/lib/npmlog/are-we-there-yet/tracker-group.ts:66
↓ 2 callersMethodnewItem
(name: string, todo: number, weight = 0)
libs/core/src/lib/npmlog/are-we-there-yet/tracker-group.ts:70
↓ 2 callersMethodnewStream
(name: string, todo: number, weight = 0)
libs/core/src/lib/npmlog/are-we-there-yet/tracker-group.ts:74
↓ 2 callersFunctionnormalize
(data: Record<string, any>)
libs/core/src/lib/write-package.ts:19
↓ 2 callersFunctionnpmInstall
( pkg: any, { registry, npmClient, npmClientArgs, npmGlobalStyle, mutex, stdio = "pipe", subCommand = "ins
libs/core/src/lib/npm-install.ts:10
↓ 2 callersFunctionnpmPublish
( pkg: Package, tarFilePath: string, options: LibNpmPublishOptions & NpmPublishOptions, conf: Conf,
libs/core/src/lib/npm-publish.ts:43
↓ 2 callersFunctionnpmRunScript
(script: string, { args, npmClient, pkg, reject = true }: any)
libs/core/src/lib/npm-run-script.ts:6
↓ 2 callersFunctionnpmRunScriptStreaming
(script: string, { args, npmClient, pkg, prefix, reject = true }: any)
libs/core/src/lib/npm-run-script.ts:15
↓ 2 callersFunctionoidc
({ packageName, registry, opts, config }: OidcOptions)
libs/core/src/lib/oidc.ts:36
↓ 2 callersMethodoutput
()
libs/core/src/lib/profiler.ts:89
↓ 2 callersFunctionpackDirectory
( _pkg: Package | string, dir: string, options: PackConfig )
libs/core/src/lib/pack-directory.ts:39
↓ 2 callersFunctionparse
* Parse git output and return relevant metadata. * @param stdout Result of `git describe` * @param [cwd] Defaults to `process.cwd()` * @param [sepa
libs/core/src/lib/describe-ref.ts:96
↓ 2 callersFunctionparse
( instance: { parse: (arg0: any, context: any) => void; }, args: string[] )
libs/core/src/lib/cli.spec.ts:14
↓ 2 callersFunctionparseGitRepo
(remote = "origin", opts?: any)
libs/core/src/lib/scm-clients/github/create-github-client.ts:44
↓ 2 callersFunctionpostType
(item)
libs/core/src/lib/npmlog/gauge/render-template.ts:34
↓ 2 callersFunctionpreType
(item)
libs/core/src/lib/npmlog/gauge/render-template.ts:29
↓ 2 callersFunctionprintChangeLine
(line: string, color: (s: string) => string, indicator: string)
libs/commands/init/src/lib/diff.ts:82
↓ 2 callersFunctionprintCommonLine
(line: string, commonColor: (s: string) => string)
libs/commands/init/src/lib/diff.ts:86
↓ 2 callersFunctionpromptTextInput
( message: string, { filter, validate, }: { filter?: (input: string) => string; validate?: (inpu
libs/core/src/lib/prompt.ts:70
↓ 2 callersMethodqueue
* Run a task once the queue is cleared * @param f A function that will be executed once the queue is useable * @return A promise that wraps the
libs/commands/publish/src/lib/throttle-queue.ts:10
↓ 2 callersFunctionrecommendVersion
( pkg: Package, type: VersioningStrategy, { changelogPreset, rootPath, tagPrefix, prerel
libs/core/src/lib/conventional-commits/recommend-version.ts:8
↓ 2 callersMethodreduceVersions
(getVersion: (node: ProjectGraphProjectNodeWithPackage) => string | Promise<string>)
libs/commands/version/src/index.ts:488
↓ 2 callersMethodreleasesUrl
(namespace: string, project: string)
libs/core/src/lib/scm-clients/gitlab/gitlab-client.ts:38
↓ 2 callersFunctionremoteBranchExists
(gitRemote: string, branch: string, opts: ExecOptions)
libs/commands/version/src/lib/remote-branch-exists.ts:6
↓ 2 callersFunctionreplaceVersion
(str: string)
e2e/publish/src/publish-npm-workspace-prefix.spec.ts:77
↓ 2 callersFunctionreplaceVersion
(str: string)
e2e/publish/src/publish-private-packages.spec.ts:49
↓ 2 callersFunctionreplaceVersion
(str: string)
e2e/publish/src/publish-pnpm-workspace-prefix.spec.ts:70
↓ 2 callersFunctionreportCycles
(cycles: string[][], rejectCycles?: boolean)
libs/core/src/lib/cycles/report-cycles.ts:4
↓ 2 callersFunctionresolvePackage
( name: string, version: string, spec: string, location?: string )
libs/core/src/lib/command/create-project-graph-with-packages.ts:128
↓ 2 callersMethodrunCommandInPackageStreaming
(pkg: Package)
libs/commands/exec/src/index.ts:196
↓ 2 callersMethodrunScriptInPackageStreaming
(pkg: Package)
libs/commands/run/src/index.ts:240
↓ 2 callersFunctionsetProto
(obj, proto)
libs/core/src/lib/npm-conf/config-chain/proto-list.ts:13
↓ 2 callersMethodsetTemplate
(template: any)
libs/core/src/lib/npmlog/gauge/index.ts:121
↓ 2 callersMethodsetWriteTo
(writeTo: any, tty: any)
libs/core/src/lib/npmlog/gauge/index.ts:170
↓ 2 callersFunctionspin
(spinstr, spun)
libs/core/src/lib/npmlog/gauge/spin.ts:10
↓ 2 callersFunctionstableVersion
(str: string)
libs/test-helpers/src/lib/serializers/serialize-placeholders.ts:26
↓ 2 callersFunctiontempfile
(filePath: any)
libs/core/src/lib/temp-write.ts:13
↓ 2 callersFunctiontimer
()
libs/core/src/lib/timer.ts:1
↓ 2 callersFunctiontoJSONList
( resultList: ReturnType<typeof filterResultList>, addtionalProperties: (project: ProjectGraphProjectNodeW
libs/core/src/lib/listable-format-projects.ts:76
↓ 2 callersFunctiontoposortProjects
( projects: ProjectGraphProjectNodeWithPackage[], projectGraph: ProjectGraphWithPackages, rejectCycles =
libs/core/src/lib/toposort-projects.ts:4
↓ 2 callersFunctiontruncateReleaseBody
(body: string, type?: ReleaseClientType)
libs/commands/version/src/lib/create-release.ts:7
↓ 2 callersFunctionupdateBunLockfile
({ rootPath, npmClientArgs, runScriptsOnLockfileUpdate, execOpts, }: UpdateBunLockfileOptions)
libs/commands/version/src/lib/update-bun-lockfile.ts:29
↓ 2 callersFunctionupdateChangelog
( pkg: Package, type: ChangelogType, { changelogPreset, changelogEntryAdditionalMarkdown, ro
libs/core/src/lib/conventional-commits/update-changelog.ts:59
↓ 2 callersFunctionupdateLockfileVersion
(pkg: Package)
libs/commands/version/src/lib/update-lockfile-version.ts:19
↓ 2 callersFunctionverifyNpmPackageAccess
( packages: { name: string }[], username: string, options: Partial<FetchConfig> )
libs/commands/publish/src/lib/verify-npm-package-access.ts:9
↓ 2 callersMethodversion
()
libs/core/src/lib/package.ts:195
↓ 2 callersFunctionversionPrompt
(buildMetadata)
libs/commands/version/src/lib/version-build-metadata.spec.ts:30
↓ 2 callersFunctionwait
(ms: number)
libs/e2e-utils/src/lib/wait.ts:1
↓ 2 callersMethodworkspaceFileExists
* Check if a workspace file exists.
libs/e2e-utils/src/lib/fixture.ts:198
↓ 1 callersMethod#hasWorkspacesConfigured
(tree: Tree)
libs/commands/init/src/index.ts:242
↓ 1 callersMethod#resolveLernaConfig
(cwd?: string)
libs/core/src/lib/project/index.ts:235
↓ 1 callersMethod#resolvePackageConfigs
* By default, the user's package manager workspaces configuration will be used to resolve packages. * However, they can optionally specify an expli
libs/core/src/lib/project/index.ts:349
↓ 1 callersMethod#resolvePnpmWorkspaceConfig
()
libs/core/src/lib/project/index.ts:314
↓ 1 callersMethod#resolveRootPackageJson
()
libs/core/src/lib/project/index.ts:215
↓ 1 callersMethod#validateLernaConfig
(config: LernaConfig)
libs/core/src/lib/project/index.ts:299
↓ 1 callersFunctionLogger
(options?)
libs/child-process/src/forked-strong-log-transformer.ts:36
↓ 1 callersFunctionOcktokitAdapter
(client: GitLabClient)
libs/core/src/lib/scm-clients/gitlab/create-gitlab-client.ts:4
↓ 1 callersFunctionRecordCall
(name: string)
libs/core/src/lib/npmlog/gauge/tests/index.spec.ts:33
↓ 1 callersMethod_disableEvents
()
libs/core/src/lib/npmlog/gauge/index.ts:231
↓ 1 callersMethod_enableEvents
()
libs/core/src/lib/npmlog/gauge/index.ts:218
↓ 1 callersMethod_getPackagesDir
(pkgLocation)
libs/commands/create/src/index.ts:158
↓ 1 callersMethod_on_settled
* Validate the execution of a queue item and schedule the execution of the next one
libs/commands/publish/src/lib/throttle-queue.ts:40
↓ 1 callersFunctionaddBumpPositional
(yargs: any, additionalKeywords = [])
libs/commands/version/src/command.ts:5
↓ 1 callersMethodaddQuotesAroundScriptNameIfItHasAColon
(scriptName: string)
libs/commands/run/src/index.ts:303
↓ 1 callersFunctionaddRemote
(cwd, remote = "origin", url = "git@github.com:test/test.git")
libs/commands/create/__tests__/create-command.spec.ts:23
↓ 1 callersFunctionaddSchema
(schema: string, arity: { [key: number]: string[] })
libs/core/src/lib/npmlog/gauge/validate.ts:41
↓ 1 callersMethodannotateGitHead
()
libs/commands/publish/src/index.ts:803
↓ 1 callersFunctionapplyExtends
(config: { [x: string]: unknown; extends?: any }, cwd: string, seen = new Set())
libs/core/src/lib/project/apply-extends.ts:8
↓ 1 callersFunctionarrify
(thing: string[] | string | undefined)
libs/core/src/lib/filter-projects.ts:97
↓ 1 callersFunctionattempt
( fn: (opts: T) => Promise<unknown>, opts: T, otpCache?: { otp: string | null } | null )
libs/core/src/lib/otplease.ts:54
↓ 1 callersFunctionbinSafeName
({ name, scope }: npa.Result)
libs/core/src/lib/package.ts:19
← previousnext →201–300 of 1,091, ranked by callers