Go to file
wangdengze 8210c97d8f modify err code
Signed-off-by: wangdengze <wangdengze@huawei.com>
2024-04-12 10:52:04 +08:00
api modify err code 2024-04-12 10:52:04 +08:00
arkts !9342 Define Sendable TypedArray 2024-04-08 12:58:40 +00:00
build-tools !10444 调整diff报告文件顺序 2024-04-12 01:51:04 +00:00
kits 回退 'Pull Request !9991 : 添加ChipGroup组件' 2024-04-11 03:10:10 +00:00
.gitattributes
BUILD.gn
interface_config.gni
LICENSE
OAT.xml
process_internal.py
README_zh.md
README.md
remove_internal.py
remove_internal.pydeps
remove_list.json

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