Go to file
fengyang 4f1e8df479 修正设备信息使用统计接口所需权限以及错误码描述
Signed-off-by: fengyang <fengyang44@huawei.com>
2024-08-07 09:59:53 +08:00
api 修正设备信息使用统计接口所需权限以及错误码描述 2024-08-07 09:59:53 +08:00
arkts !12759 Add Array\Map\Set Iterable constructor function 2024-07-29 09:18:12 +00:00
build-tools !12905 fix:细分kit变更类型 2024-07-31 07:22:30 +00:00
kits !12582 sdk 文件名称调整 2024-07-29 11:54:47 +00:00
.gitattributes update OpenHarmony 2.0 Canary 2021-06-02 02:21:32 +08:00
.gitignore 修改告警问题、统一管理gitgnore 2024-07-18 22:10:28 +08:00
BUILD.gn !9734 引入高精度运算JS开源三方库decimal,完成接口整改 2024-05-16 10:53:11 +00:00
interface_config.gni houhaoyu@huawei.com 2022-03-16 12:00:58 +08:00
LICENCE.md add decimal interface 2024-05-16 16:54:17 +08:00
LICENSE update OpenHarmony 2.0 Canary 2021-06-02 02:21:32 +08:00
OAT.xml 添加typereference节点解析结果 2024-04-19 15:20:37 +08:00
process_internal.py wangyongfei6@huawei.com 2022-08-22 11:16:26 +08:00
README_zh.md 更新readme文档,删除应用api解析旧版工具和sdk差异比较旧版工具 2023-07-27 19:59:10 +08:00
README.md updated readme (EN) 2023-01-10 20:22:05 +08:00
remove_internal.py houhaoyu@huawei.com 2022-03-30 07:52:52 +08:00
remove_internal.pydeps chunn.wang@huawei.com 2021-08-31 17:16:11 +08:00
remove_list.json remove image_common 2024-07-11 09:22:57 +08:00

Public Repository for API Declaration Files

Overview

This repository is used to store .d.ts declaration files of JavaScript/TypeScript APIs and API-related tools.

Directory Structure

├─api
|  ├─@internal
│  |  ├─component
│  |  |  └─ets                 # Declaration file for components in the TypeScript-based declarative development paradigm
|  |  └─ets 
|  ├─config                    # JavaScript-based web-like development paradigm
|  ├─form                      # JavaScript service widget
|  ├─@ohos.×××.d.ts            # API declaration file
|  └─@system.×××.d.ts          # Deprecated APIs
├─build-tools
   ├─api_check_plugin          # Tool for checking API specifications
   |  ├─plugin
   |  ├─src
   |  └─test
   └─collect_application_api   # Tool for parsing used APIs
      └─src

Repositories Involved

interface-sdk_js