Go to file
openharmony_ci c7cb48e952
!15217 picker DocumentPickerMode 修改syscap挑单5.0.1
Merge pull request !15217 from zhouoaoteng/cherry-pick-1732937558
2024-12-03 01:48:05 +00:00
api cherry pick 6a00d6d from https://gitee.com/zhouaoteng/interface_sdk-js/pulls/14697 2024-11-30 03:32:38 +00:00
arkts cherry pick b38b0fe from https://gitee.com/littlehjg/interface_sdk-js/pulls/14199 2024-10-12 05:59:49 +00:00
build-tools AVTranscoder Syscap 2024-10-31 13:48:35 +00:00
kits bug fix add kit 2024-11-08 06:33:12 +00:00
.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

Repositories Involved

interface-sdk_js