文件名称:tappable:可提供承诺支持
文件大小:25KB
文件格式:ZIP
更新时间:2024-06-16 18:35:53
JavaScript
可插拔 带有诺言支持的 :stop_sign: 不推荐使用:请使用可 设置 yarn add tappable # or npm install --save tappable // Require module const Tapable = require ( 'tappable' ) 用法 有关基本用法,请参见文档。 applyPlugins* 此函数也包装有和return promise。 // Using async/await await this . applyPluginsAsync ( 'init' ) // Using Promise this . applyPluginsAsync ( 'init' ) . then ( ( ) => { // Applied } ) . catch ( err => { // Some error happened } ) plugi
【文件预览】:
tappable-master
----package.json(836B)
----test()
--------tapable.test.js(2KB)
----LICENSE(1KB)
----.gitignore(49B)
----circle.yml(451B)
----lib()
--------index.js(2KB)
----README.md(1KB)
----yarn.lock(70KB)
----.editorconfig(207B)