mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2025-02-17 07:29:22 +00:00
![gaopengzhen](/assets/img/avatar_default.png)
Signed-off-by: gaopengzhen <gaopengzhen@huawei.com> Change-Id: Ie3f1f577ca9cec7e45b2b2050fdfd5b1c441a281
…
…
…
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
Languages
JavaScript
94.8%
TypeScript
4.2%
Java
0.7%
Python
0.3%