MCPcopy Create free account

hub / github.com/abereghici/rush-monorepo-boilerplate / functions

Functions47 in github.com/abereghici/rush-monorepo-boilerplate

↓ 16 callersFunctionresolveApp
packages/react-scripts/config/paths.js:8
↓ 4 callersFunction_ensureAndJoinPath
* Create missing directories under the specified base directory, and return the resolved directory. * * Does not support "." or ".." path segments.
common/scripts/install-run.js:189
↓ 4 callersFunctiongetStyleLoaders
(cssOptions, preProcessor)
packages/react-scripts/config/webpack.config.js:96
↓ 3 callersFunctionresolveModule
(resolveFn, filePath)
packages/react-scripts/config/paths.js:39
↓ 3 callersFunctionresolveOwn
packages/react-scripts/config/paths.js:51
↓ 2 callersFunction_getRushTempFolder
(rushCommonFolder)
common/scripts/install-run.js:205
↓ 2 callersFunction_syncNpmrc
* syncNpmrc() copies the .npmrc file to the target folder, and also trims unusable lines from the .npmrc file. * If the source .npmrc file not exist,
common/scripts/install-run.js:128
↓ 2 callersFunctionfindRushJsonFolder
* Find the absolute path to the folder containing rush.json
common/scripts/install-run.js:268
↓ 2 callersFunctiongetClientEnvironment
(publicUrl)
packages/react-scripts/config/env.js:63
↓ 2 callersFunctiongetNpmPath
* Get the absolute path to the npm executable
common/scripts/install-run.js:149
↓ 2 callersFunctionreadEnvFile
(file, type)
packages/react-scripts/config/getHttpsConfig.js:35
↓ 2 callersFunctionresolveBin
( modName, { executable = modName, cwd = process.cwd() } = {} )
packages/react-scripts/scripts/utils/index.js:14
↓ 2 callersFunctionresolveJestDefaultEnvironment
(name)
packages/react-scripts/scripts/test.js:64
↓ 1 callersFunction_cleanInstallFolder
* Removes the following files and directories under the specified folder path: * - installed.flag * - * - node_modules
common/scripts/install-run.js:311
↓ 1 callersFunction_copyAndTrimNpmrcFile
* As a workaround, copyAndTrimNpmrcFile() copies the .npmrc file to the target folder, and also trims * unusable lines from the .npmrc file. * * Wh
common/scripts/install-run.js:82
↓ 1 callersFunction_createPackageJson
(packageInstallFolder, name, version)
common/scripts/install-run.js:331
↓ 1 callersFunction_ensureFolder
(folderPath)
common/scripts/install-run.js:176
↓ 1 callersFunction_getBinPath
* Get the ".bin" path for the package.
common/scripts/install-run.js:374
↓ 1 callersFunction_getRushVersion
()
common/scripts/install-run-rush.js:39
↓ 1 callersFunction_installPackage
* Run "npm install" in the package install folder.
common/scripts/install-run.js:353
↓ 1 callersFunction_isPackageAlreadyInstalled
* Detects if the package in the specified directory is installed
common/scripts/install-run.js:292
↓ 1 callersFunction_parsePackageSpecifier
* Parse a package specifier (in the form of name\@version) into name and version parts.
common/scripts/install-run.js:47
↓ 1 callersFunction_resolvePackageVersion
* Resolve a package specifier to a static version
common/scripts/install-run.js:218
↓ 1 callersFunction_run
()
common/scripts/install-run.js:450
↓ 1 callersFunction_run
()
common/scripts/install-run-rush.js:60
↓ 1 callersFunction_writeFlagFile
* Write a flag file to the package's install directory, signifying that the install was successful.
common/scripts/install-run.js:382
↓ 1 callersFunctionbuild
(previousFileSizes)
packages/react-scripts/scripts/build.js:135
↓ 1 callersFunctioncopyPublicFolder
()
packages/react-scripts/scripts/build.js:206
↓ 1 callersFunctionfromRoot
(...p)
packages/react-scripts/scripts/utils/index.js:12
↓ 1 callersFunctiongetAdditionalModulePaths
* Get additional module paths based on the baseUrl of a compilerOptions object. * * @param {Object} options
packages/react-scripts/config/modules.js:14
↓ 1 callersFunctiongetHttpsConfig
()
packages/react-scripts/config/getHttpsConfig.js:48
↓ 1 callersFunctiongetJestAliases
* Get jest aliases based on the baseUrl of a compilerOptions object. * * @param {*} options
packages/react-scripts/config/modules.js:78
↓ 1 callersFunctiongetModules
()
packages/react-scripts/config/modules.js:94
↓ 1 callersFunctiongetWebpackAliases
* Get webpack aliases based on the baseUrl of a compilerOptions object. * * @param {*} options
packages/react-scripts/config/modules.js:57
↓ 1 callersFunctioninstallAndRun
(packageName, packageVersion, packageBinName, packageBinArgs)
common/scripts/install-run.js:391
↓ 1 callersFunctionisInGitRepository
()
packages/react-scripts/scripts/test.js:17
↓ 1 callersFunctionisInMercurialRepository
()
packages/react-scripts/scripts/test.js:26
↓ 1 callersFunctionreportWebVitals
(onPerfEntry?: ReportHandler)
apps/react-app/src/reportWebVitals.ts:3
↓ 1 callersFunctionrunWithErrorAndStatusCode
(fn)
common/scripts/install-run.js:439
↓ 1 callersFunctionvalidateKeyAndCerts
({ cert, key, keyFile, crtFile })
packages/react-scripts/config/getHttpsConfig.js:11
FunctionApp
()
apps/react-app/src/App.tsx:4
Functionafter
(app)
packages/react-scripts/config/webpackDevServer.config.js:118
Functionbefore
(app, server)
packages/react-scripts/config/webpackDevServer.config.js:105
FunctiongetCacheKey
()
packages/react-scripts/config/jest/cssTransform.js:10
Functionprocess
()
packages/react-scripts/config/jest/cssTransform.js:7
Functionprocess
(src, filename)
packages/react-scripts/config/jest/fileTransform.js:10
FunctionreadPackage
* This hook is invoked during installation before a package's dependencies * are selected. * The `packageJson` parameter is the deserialized package
common/config/rush/.pnpmfile.cjs:29