Go to file
jwx1102601 5dca16d70e 基础解析工具处理type类型,适配interface,解决引用类型递归问题
Signed-off-by: jwx1102601 <jiangqianjin@huawei.com>
2024-08-22 16:22:24 +08:00
api !13518 错误码设计与实现不一致 2024-08-22 06:28:23 +00:00
arkts Add isSendable api 2024-08-12 09:48:05 +08:00
build-tools 基础解析工具处理type类型,适配interface,解决引用类型递归问题 2024-08-22 16:22:24 +08:00
kits !13025 内滑手势SDK 2024-08-20 12:32:44 +00:00
.gitattributes
.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
LICENCE.md add decimal interface 2024-05-16 16:54:17 +08:00
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 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