Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

miniprogram-api-typings2

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

miniprogram-api-typings2

Forked from miniprogram-api-typings and resolve behavior type with a controversial way

  • 0.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

微信小程序定义文件

English version

已在 DefinitelyTyped 发布 已在 NPM 发布 MIT 协议 GitHub Actions 测试状况

Fork自miniprogram-api-typings,但用改变Behavior运行结果为Instance的方式,真实runtime为string,来实现了Behavior的类型传导。 微信小程序 API 的 TypeScript 类型定义文件

安装

通过 DefinitelyTyped

npm install @types/wechat-miniprogram

或:

通过独立 npm 包

npm install miniprogram-api-typings

安装后手动导入:

  • import 'miniprogram-api-typings';

或者在 ts 配置中指定:

  • tsconfig.json 中指定 types: ["miniprogram-api-typings"]

或者通过 三斜杠指令 引用:

  • /// <reference path="node_modules/miniprogram-api-typings/index.d.ts" />

更新日志

参考 CHANGELOG.md

贡献

API 的定义文件(lib.wx.api.d.ts)是随 文档 一起自动生成的,如果发现了 API 接口的定义错误,请提一个 issue 给我们,关于 API 的 PR 将 不会 被接受。

如果有针对页面(Page)、自定义组件(Component)等接口的 bug 和建议,欢迎 PR 或提一个 issue 给我们。非常感谢!

贡献者

测试

本定义文件使用 tsd 进行测试,所有的测试样例放在 test 目录下。

想执行测试的话,克隆本项目并完成 npm install --save-dev 后执行 npm test 即可。

如果您发现了不能通过自动化测试的测试样例,可以提交 PR 或者提一个 issue。当然,能通过自动化测试的强有力的测试样例也是欢迎的。

FAQs

Package last updated on 10 Jan 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc