Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
*/
147
export
function
getAbsoluteDistPath() {
148
return
resolve(getProjectRootPath(), getDistPath());
149
}
Callers
1
base.ts
File · 0.90
Calls
3
getProjectRootPath
Function · 0.90
getDistPath
Function · 0.70
resolve
Function · 0.50
Tested by
no test coverage detected