Go to file
yanxiaotao@huawei.com 04827449b9 fix warning
Signed-off-by: yanxiaotao@huawei.com <yanxiaotao@huawei.com>
2023-06-01 11:21:49 +08:00
api fix warning 2023-06-01 11:21:49 +08:00
build-tools !5651 开启API门禁校验拦截 2023-05-28 02:59:29 +00:00
.gitattributes update OpenHarmony 2.0 Canary 2021-06-02 02:21:32 +08:00
BUILD.gn permissions converter add full sdk support 2022-12-01 12:35:29 +08:00
interface_config.gni houhaoyu@huawei.com 2022-03-16 12:00:58 +08:00
LICENSE update OpenHarmony 2.0 Canary 2021-06-02 02:21:32 +08:00
OAT.xml houhaoyu@huawei.com 2022-03-30 07:52:52 +08:00
process_internal.py wangyongfei6@huawei.com 2022-08-22 11:16:26 +08:00
README_zh.md README文件整改 2022-10-31 09:50:58 +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 wangyongfei@huawei.com 2022-09-23 14:34:25 +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