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

Function getEntryDirPath

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

Source from the content-addressed store, hash-verified

123 * Utility to get the entry file directory path for the currently targeted platform
124 */
125export function getEntryDirPath() {
126 return dirname(getEntryPath());
127}
128
129/**
130 * Utility to get the dist file path for the currently targeted platform

Callers 6

addVirtualModuleFunction · 0.90
applyCopyRulesFunction · 0.90
angular.tsFile · 0.90
base.tsFile · 0.90
typescript.tsFile · 0.90
javascript.tsFile · 0.90

Calls 1

getEntryPathFunction · 0.70

Tested by

no test coverage detected