MCPcopy Create free account
hub / github.com/NativeScript/android / getRelativeToBuildTools

Function getRelativeToBuildTools

test-app/build-tools/jsparser/js_parser.js:73–75  ·  view source on GitHub ↗
(relativePath)

Source from the content-addressed store, hash-verified

71let inputFilesPath = getRelativeToBuildTools(SBG_JS_PARSED_FILES);
72
73function getRelativeToBuildTools(relativePath) {
74 return path.resolve(`${BUILD_TOOLS_DIR}/${relativePath}`);
75}
76
77/////////////// PREPARATION ////////////////
78// fileHelpers.createFile(outFile)

Callers 1

js_parser.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected