1{ 2 "name": "@ohos/arkcompiler_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 "third_party": [] 22 }, 23 "build": { 24 "sub_component": [ 25 "//arkcompiler/ets_frontend:ets_frontend_build" 26 ], 27 "inner_kits": [], 28 "test": [] 29 } 30 } 31} 32