1{ 2 "name": "@arkcompiller/ets_frontend", 3 "description": "支持应用TS/JS语言代码的编译,行为符合ArkUI框架需要的Strict模式的ES2015标准", 4 "version": "3.1", 5 "license": "Apache V2", 6 "segment": { 7 "destPath": "arkcompiler/ets_frontend" 8 }, 9 "component": { 10 "name": "ets_frontend", 11 "subsystem": "arkcompiler", 12 "syscap": [], 13 "features": [], 14 "adapted_system_type": [ 15 "standard" 16 ], 17 "rom": "", 18 "ram": "", 19 "deps": { 20 "components": [ 21 "runtime_core", 22 "zlib" 23 ], 24 "third_party": [ 25 "bounds_checking_function", 26 "icu", 27 "protobuf" 28 ] 29 }, 30 "build": { 31 "sub_component": [ 32 "//arkcompiler/ets_frontend:ets_frontend_build" 33 ], 34 "inner_kits": [], 35 "test": [ 36 "//arkcompiler/ets_frontend/es2panda:es2abc_tests" 37 ] 38 } 39 } 40} 41