liutuantuan 12d7960948 delete syscap in wearable.json
Signed-off-by: liutuantuan <liutuantuan1@huawei.com>
2025-03-20 11:31:15 +08:00
2024-11-15 16:02:22 +08:00
2025-03-20 11:31:15 +08:00
2025-03-02 09:37:24 +08:00
2025-03-11 16:04:40 +08:00
2021-06-02 02:21:32 +08:00
2024-12-11 11:13:43 +08:00
2022-03-16 12:00:58 +08:00
2024-05-16 16:54:17 +08:00
2021-06-02 02:21:32 +08:00
2024-04-19 15:20:37 +08:00
2024-12-11 11:13:43 +08:00
2023-01-10 20:22:05 +08:00
2024-12-11 11:13:43 +08:00
2021-08-31 17:16:11 +08:00
2024-07-11 09:22:57 +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

Description
No description provided
Readme Pixar 246 MiB
Languages
JavaScript 94.8%
TypeScript 4.2%
Java 0.7%
Python 0.3%