Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/SimDeck
/ targetExe
Function
targetExe
scripts/build-cli.mjs:85–90 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
83
}
84
85
function
targetExe(value) {
86
if
(!value) {
87
return
null;
88
}
89
return
value.includes(
"windows"
) ?
".exe"
:
""
;
90
}
91
92
function
run(command, args, options = {}) {
93
const
spawnOptions = {
Callers
1
build-cli.mjs
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected