Go to file
openharmony_ci 51511196bb
!14609 修改js接口对应的版本号
Merge pull request !14609 from 黄建飞/master-1105-ver
2024-11-19 10:01:25 +00:00
.gitee 添加pr remplate文本 2024-11-15 16:02:22 +08:00
api !14609 修改js接口对应的版本号 2024-11-19 10:01:25 +00:00
arkts Ason stringify support map & set 2024-10-24 15:47:42 +08:00
build-tools codecheck问题修改 2024-11-15 16:37:30 +08:00
kits !13026 添加 @ohos.telephony.esim.d.ts 文件 2024-11-06 06:43:36 +00:00
.gitattributes
.gitignore 修改告警问题、统一管理gitgnore 2024-07-18 22:10:28 +08:00
BUILD.gn SDK打包去除device_define_common 2024-09-27 10:20:56 +08:00
interface_config.gni
LICENCE.md add decimal interface 2024-05-16 16:54:17 +08:00
LICENSE
OAT.xml 添加typereference节点解析结果 2024-04-19 15:20:37 +08:00
process_internal.py
README_zh.md
README.md
remove_internal.py
remove_internal.pydeps
remove_list.json remove image_common 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