Searched refs:yellow (Results 1 – 7 of 7) sorted by relevance
17 import { reset, yellow } from '../ark_compiler/common/ark_define'42 …console.warn(`${yellow}WARN: Arkoala plugin is missing in the current SDK. Source transformation w…
25 yellow42 …compilerOptions.isCompatibleVersion ? logger.warn(yellow + errorMsg) : logger.error(red + errorMsg…
93 export const yellow: string = '\u001b[33m'; constant
38 import { yellow } from './ark_define';544 …this.logger.warn(yellow + 'ArkTS: The path of obfuscation \'-keep\' configuration does not exist: …
191 const yellow = '\u001b[33m'; constant275 console.warn(yellow, message.match(/warnStart(([\s\S])*)warnEnd/)[1].trim(), reset, '\n')
51 .bg-yellow{
104 private yellow: string = '\u001b[33m'; property in ResultStates