1{ 2 "name": "@ohos/ets_frontend", 3 "description": "支持应用TS/JS语言代码的编译,行为符合ArkUI框架需要的Strict模式的ES2015标准", 4 "version": "3.1", 5 "license": "Apache License 2.0", 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 "protobuf", 26 "icu", 27 "abseil-cpp", 28 "hilog", 29 "typescript" 30 ], 31 "third_party": [ 32 "typescript" 33 ] 34 }, 35 "build": { 36 "sub_component": [ 37 "//arkcompiler/ets_frontend:ets_frontend_build", 38 "//arkcompiler/ets_frontend/ets2panda:libes2panda_public(//build/toolchain/linux:clang_x64)" 39 ], 40 "inner_kits": [ 41 { 42 "name": "//arkcompiler/ets_frontend/ets2panda/aot:ets2panda" 43 }, 44 { 45 "name": "//arkcompiler/ets_frontend/es2panda:es2panda" 46 }, 47 { 48 "name": "//arkcompiler/ets_frontend/ets2panda/driver/build_system:ohos_ets_build_system" 49 }, 50 { 51 "name": "//arkcompiler/ets_frontend/ets2panda:libes2panda_public" 52 }, 53 { 54 "name": "//arkcompiler/ets_frontend/ets2panda:libes2panda_public_headers" 55 }, 56 { 57 "name": "//arkcompiler/ets_frontend/arkguard:build_arkguard_etc" 58 } 59 ], 60 "test": [ 61 "//arkcompiler/ets_frontend/es2panda:es2abc_tests" 62 ] 63 } 64 } 65} 66