MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / getAbsoluteDistPath

Function getAbsoluteDistPath

packages/webpack5/src/helpers/platform.ts:147–149  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

145 * Utility to get the absolute dist file path for the currently targeted platform
146 */
147export function getAbsoluteDistPath() {
148 return resolve(getProjectRootPath(), getDistPath());
149}

Callers 1

base.tsFile · 0.90

Calls 3

getProjectRootPathFunction · 0.90
getDistPathFunction · 0.70
resolveFunction · 0.50

Tested by

no test coverage detected