Home
last modified time | relevance | path

Searched refs:yellow (Results 1 – 7 of 7) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/
Darkoala-plugin.ts17 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…
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dcheck_import_module.ts25 yellow
42 …compilerOptions.isCompatibleVersion ? logger.warn(yellow + errorMsg) : logger.error(red + errorMsg…
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dark_define.ts93 export const yellow: string = '\u001b[33m'; constant
Dob_config_resolver.ts38 import { yellow } from './ark_define';
544 …this.logger.warn(yellow + 'ArkTS: The path of obfuscation \'-keep\' configuration does not exist: …
/developtools/ace_js2bundle/ace-loader/src/
Dcompile-plugin.js191 const yellow = '\u001b[33m'; constant
275 console.warn(yellow, message.match(/warnStart(([\s\S])*)warnEnd/)[1].trim(), reset, '\n')
/developtools/integration_verification/tools/fotff/rec/
Dreport.go51 .bg-yellow{
/developtools/ace_ets2bundle/compiler/src/
Dcompile_info.ts104 private yellow: string = '\u001b[33m'; property in ResultStates