(cmd: string)
| 47 | pub: isWin ? "pub.bat" : "pub", |
| 48 | }; |
| 49 | export const getExecutableName = (cmd: string) => (executableNames as Record<string, string | undefined>)[cmd] ?? cmd; |
| 50 | export const dartVMPath = "bin/" + executableNames.dart; |
| 51 | export const devToolsToolPath = "tool/bin/" + executableNames.devToolsToolBinary; |
| 52 | export const devToolsToolLegacyPath = "tool/bin/" + executableNames.devToolsToolLegacyBinary; |
no outgoing calls
no test coverage detected