Go to file
VioletHan 58d286518a Description: OAID API fix
Feature or BugFix: BugFix
Binary Source: NA

Signed-off-by: VioletHan <hanhaiyang1@huawei.com>
2023-11-14 19:24:52 +08:00
api Description: OAID API fix 2023-11-14 19:24:52 +08:00
build-tools !7648 add ads api 2023-11-14 11:09:44 +00:00
.gitattributes
BUILD.gn
interface_config.gni
LICENSE
OAT.xml
process_internal.py
README_zh.md 更新readme文档,删除应用api解析旧版工具和sdk差异比较旧版工具 2023-07-27 19:59:10 +08:00
README.md
remove_internal.py
remove_internal.pydeps
remove_list.json houhaoyu@huawei.com 2023-09-05 20:09:21 +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