mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-23 07:10:52 +00:00
628ee54e4d
Signed-off-by: fenglinbailu <liubin249@huawei.com> |
||
---|---|---|
api | ||
arkts | ||
build-tools | ||
kits | ||
.gitattributes | ||
.gitignore | ||
BUILD.gn | ||
interface_config.gni | ||
LICENCE.md | ||
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