Searched refs:ARK (Results 1 – 5 of 5) sorted by relevance
20 ARK26 process.env.compilerType === ARK) {
126 const ARK: string = '/ark/'; constant1005 } else if (buildPath.indexOf(ARK) >= 0) {1006 const dataTmps: string[] = buildPath.split(ARK);1007 const hashPath: string = path.join(dataTmps[0], ARK);
413 export const ARK: string = 'ark'; constant
39 export const ARK: string = 'ark'; constant
58 const ARK = '/ark/'; constant375 } else if (buildPath.indexOf(ARK) >= 0) {376 const dataTmps = buildPath.split(ARK);377 const hashPath = path.join(dataTmps[0], ARK);