mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-24 07:40:25 +00:00
7ef46bd366
remove inspector declaration file Signed-off-by: yfwang6 <wangyongfei6@huawei.com> Change-Id: Ibcfbde2d97e8847d12d0995943b035f5ebd708c6
27 lines
678 B
JSON
27 lines
678 B
JSON
{
|
|
"ets_internal_api": {
|
|
"base": [
|
|
"api/common/full/canvaspattern.d.ts",
|
|
"api/common/full/featureability.d.ts"
|
|
]
|
|
},
|
|
"ets_component": {
|
|
"global_remove": [
|
|
"inspector.d.ts",
|
|
"middle_class.d.ts"
|
|
],
|
|
"sdk_build_public_remove": [
|
|
"ability_component.d.ts",
|
|
"animator.d.ts",
|
|
"calendar.d.ts",
|
|
"form_component.d.ts",
|
|
"plugin_component.d.ts",
|
|
"remote_window.d.ts"
|
|
]
|
|
},
|
|
"internal_lite": {
|
|
"sdk_build_public_remove": [
|
|
"featureability.d.ts"
|
|
]
|
|
}
|
|
} |