xref: /arkcompiler/ets_frontend/bundle.json (revision 3af6ab5f)
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                "json",
28                "icu",
29                "protobuf"
30            ]
31        },
32        "build": {
33            "sub_component": [
34                "//arkcompiler/ets_frontend:ets_frontend_build"
35            ],
36            "inner_kits": [
37                {
38                    "name": "//arkcompiler/ets_frontend/ets2panda/aot:ets2panda"
39                },
40                {
41                    "name": "//arkcompiler/ets_frontend/es2panda:es2panda"
42                }
43            ],
44            "test": [
45                "//arkcompiler/ets_frontend/es2panda:es2abc_tests"
46            ]
47        }
48    }
49}
50