Searched refs:ARK (Results 1 – 6 of 6) sorted by relevance
20 ARK26 && process.env.compilerType === ARK) {
402 export const ARK: string = 'ark'; constant
126 const ARK: string = '/ark/'; constant1004 } else if (buildPath.indexOf(ARK) >= 0) {1005 const dataTmps: string[] = buildPath.split(ARK);1006 const hashPath: string = path.join(dataTmps[0], ARK);
49 ARK,
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);