2 Star 0 Fork 885

Efremov Andrey/arkcompiler_ets_runtime_hz

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 968 Bytes
一键复制 编辑 原始数据 按行查看 历史
lukai 提交于 2022-01-24 18:29 . add bundle.json for componentize
{
"name": "@ohos/ark_js_runtime",
"version": "",
"description": "支持应用TS/JS语言代码的运行,行为符合ArkUI框架需要的Strict模式的ES2015标准",
"homePage": "https://gitee.com/openharmony",
"license": "Apache Liscense 2.0",
"publishAs": "code-segment",
"scripts": {},
"dirs": [],
"segment": {
"destPath": "ark/js_runtime"
},
"component": {
"name": "ark_js_runtime",
"subsystem": "ark",
"syscap": [],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [
"//ark/js_runtime:ark_js_packages"
],
"inner_kits": [],
"test": [
"//ark/js_runtime:ark_js_unittest"
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/aefremov/arkcompiler_ets_runtime_hz.git
git@gitee.com:aefremov/arkcompiler_ets_runtime_hz.git
aefremov
arkcompiler_ets_runtime_hz
arkcompiler_ets_runtime_hz
OpenHarmony-v3.1.4-Release

搜索帮助