Go to file
openharmony_ci 1de14c5bdb
!5922 修复ListItem构造定义顺序,避免IDE出现废弃标识
Merge pull request !5922 from yeyinglong/nest2
2023-06-20 01:38:11 +00:00
api !5922 修复ListItem构造定义顺序,避免IDE出现废弃标识 2023-06-20 01:38:11 +00:00
build-tools !5931 修改SDK升级辅助工具提示字体样式不符合规范问题 2023-06-16 12:31:39 +00:00
.gitattributes
BUILD.gn del temp 2023-05-05 14:56:25 +08:00
interface_config.gni
LICENSE
OAT.xml
process_internal.py
README_zh.md
README.md
remove_internal.py
remove_internal.pydeps
remove_list.json add RootScene, Screen and WindowScene 2023-06-01 11:10:31 +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