Go to file
humeng 9bc7006813
update api/@ohos.atomicservice.NavPushPathHelper.d.ets.
Signed-off-by: humeng <humeng13@huawei.com>
2024-08-09 07:15:01 +00:00
api update api/@ohos.atomicservice.NavPushPathHelper.d.ets. 2024-08-09 07:15:01 +00:00
arkts !12759 Add Array\Map\Set Iterable constructor function 2024-07-29 09:18:12 +00:00
build-tools !13161 expect结果路径问题,apiChange自动化测试output目录不存在导致脚本运行失败 2024-08-07 08:38:55 +00:00
kits 新增NavPushPathHelper接口 2024-08-09 10:38:09 +08:00
.gitattributes
.gitignore 修改告警问题、统一管理gitgnore 2024-07-18 22:10:28 +08:00
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 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