Go to file
huxiaoming5@huawei.com 2f47c43a87 update arkgraphics 3d api
Signed-off-by: huxiaoming5@huawei.com <huxiaoming5@huawei.com>
Change-Id: Ie2dd73ff97bce63c51745fb5b2ecb3bd70490ffd
Signed-off-by: huxiaoming5@huawei.com <huxiaoming5@huawei.com>
2024-04-21 19:40:02 +08:00
api update arkgraphics 3d api 2024-04-21 19:40:02 +08:00
arkts !9342 Define Sendable TypedArray 2024-04-08 12:58:40 +00:00
build-tools !10467 标签漏标检查添加参数 2024-04-09 07:13:49 +00:00
kits update arkgraphics 3d api 2024-04-21 19:40:02 +08:00
.gitattributes update OpenHarmony 2.0 Canary 2021-06-02 02:21:32 +08:00
BUILD.gn Support build pkg 2024-03-25 15:41:15 +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 配置@ohos.font.d.ts文件版权头 2023-12-19 19:32:16 +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 update arkgraphics 3d scene new api 2024-04-16 10:54:00 +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