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 "json", 22 "runtime_core", 23 "zlib", 24 "bounds_checking_function" 25 ], 26 "third_party": [ 27 "icu", 28 "protobuf" 29 ] 30 }, 31 "build": { 32 "sub_component": [ 33 "//arkcompiler/ets_frontend:ets_frontend_build" 34 ], 35 "inner_kits": [ 36 ], 37 "test": [ 38 "//arkcompiler/ets_frontend/es2panda:es2abc_tests" 39 ] 40 } 41 } 42} 43