Go to file
openharmony_ci b055c8c218
!11027 三感一致接口
Merge pull request !11027 from zhanglei/master
2024-05-11 02:42:44 +00:00
api !11027 三感一致接口 2024-05-11 02:42:44 +00:00
arkts !10954 support ASON 2024-05-03 11:39:54 +00:00
build-tools !11094 【master】错误码描述修改 2024-05-09 13:44:18 +00:00
kits 增加应用内卡片加桌能力 2024-05-09 10:42:13 +08:00
.gitattributes
BUILD.gn Support build pkg 2024-03-25 15:41:15 +08:00
interface_config.gni
LICENSE
OAT.xml 添加typereference节点解析结果 2024-04-19 15:20:37 +08:00
process_internal.py
README_zh.md
README.md
remove_internal.py
remove_internal.pydeps
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