Go to file
donglongping fed98b41e1 graphic3d新增读取系统资源路径接口
Signed-off-by: donglongping <donglongping@huawei.com>
2024-08-19 18:03:53 +08:00
api graphic3d新增读取系统资源路径接口 2024-08-19 18:03:53 +08:00
arkts !12759 Add Array\Map\Set Iterable constructor function 2024-07-29 09:18:12 +00:00
build-tools 修复extends值校验bug 2024-08-02 14:32:41 +08:00
kits rollback 12525 on openharmony5.0 release 2024-08-05 15:16:08 +08: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