mirror of
https://github.com/openharmony/ark_ts2abc.git
synced 2026-07-21 16:35:29 -04:00
aa85b8e60b
Signed-off-by: ctw <chentingwei2@huawei.com> Change-Id: I1ba38358da5149249cd24196a419922803ed933c
26 lines
653 B
JSON
26 lines
653 B
JSON
{
|
|
"name": "@ohos/ark_ts2abc",
|
|
"description": "支持应用TS/JS语言代码的编译,行为符合ArkUI框架需要的Strict模式的ES2015标准",
|
|
"version": "3.1",
|
|
"license": "Apache V2",
|
|
"component": {
|
|
"name": "ark_frontend_tool",
|
|
"subsystem": "ark",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"rom": "",
|
|
"ram": "",
|
|
"deps": {
|
|
"components": [],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [],
|
|
"inner_kits": [],
|
|
"test": []
|
|
}
|
|
}
|
|
} |