decorator-performance:ES6装饰器,用于注销性能

时间:2024-06-09 13:36:31
【文件属性】:

文件名称:decorator-performance:ES6装饰器,用于注销性能

文件大小:5KB

文件格式:ZIP

更新时间:2024-06-09 13:36:31

JavaScript

装饰性能 ES6装饰器,用于注销性能。 如果您在启用了es7.decorators的情况下使用babel,则也应在前端代码中工作。 安装 $ npm install --save decorator-performance 原料药 @performance =>将使用console.time注销性能(在浏览器中运行良好) @performance()=>将使用标准模板注销(<%=名称%> tok <%=时间%> ms) @performance(string)=>将使用输入的字符串作为模板注销。 (可用变量为:<%=名称%>和<%=时间%>) 例子 // ES2016 style import {performance} from 'decorator-performance' // CommonJS style let performance = require('decora


【文件预览】:
decorator-performance-master
----src()
--------performance.js(984B)
----.travis.yml(89B)
----gulpfile.js(456B)
----test()
--------testSettings.js(63B)
--------performance.test.js(543B)
----README.md(1KB)
----dist()
--------index.js(1KB)
----.gitignore(65B)
----package.json(1019B)

网友评论