35 Star 107 Fork 2.6K

OpenHarmony / interface_sdk-js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

API声明文件公共仓

简介

JS/TS API 公共仓,用来提交 API d.ts 声明文件以及API相关工具。

目录

├─api
|  ├─@internal
│  |  ├─component
│  |  |  └─ets                 #基于TS扩展的声明式开发范式组件声明文件
|  |  └─ets 
|  ├─config                    #基于JS扩展的类Web范式
|  ├─form                      #JS服务卡片
|  ├─@ohos.×××.d.ts            #API声明文件
|  └─@system.×××.d.ts          #标记为停止维护的接口
├─build-tools
   ├─api_check_plugin              #检查API规范的工具
   |  ├─config
   |  ├─plugin
   |  ├─src
   |  └─test
   └─cllect_application_api        #解析应用到的API的工具(旧)
   |  ├─deps
   |  └─src
   └─api_collector                 #解析应用到的API的工具的工具(新)
   |  ├─scripts
   |  ├─src
   |  └─test
   └─api_diff                      #比较两个版本sdk差异的工具(旧)
   |  ├─src
   |  └─version_diff_collection
   └─collect_api                   #解析d.ts文件接口的基本信息的工具
   |  └─collect_base_api.js
   └─diff_api                      #比较两个版本sdk差异工具(新)
   |  └─src
   └─dts_parser                    #解析d.ts文件的工具
   |  ├─src
   |  └─test
   └─jsdoc_format_plugin           #检查并修复jsdoc规范错误的工具
   |  ├─loader
   |  ├─src
   |  └─test
   └─permissions_converter         #从config文件提取权限信息,为DevEco Studio提供权限的联想和校验
   |  └─convert.js
   └─sdk_upgrade_assistance_plugin #SDK升级辅助工具,帮助开发者快速解决SDK升级导致的API不兼容问题
   |  └─src

相关仓

interface-sdk_js

The API design of the arkts.math.Decimal module is based on the third-party software Decimal.js, which is licensed under the MIT License. To comply with open-source licensing, we acknowledge the MIT License terms and include this notice. Please refer to the full LICENSE text for Decimal.js's licensing terms and conditions. The MIT Licence. Copyright (c) 2022 Michael Mclaughlin Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

暂无描述 展开 收起
TypeScript 等 4 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/openharmony/interface_sdk-js.git
git@gitee.com:openharmony/interface_sdk-js.git
openharmony
interface_sdk-js
interface_sdk-js
master

搜索帮助