node-magic-constants:行号和函数名的模块级“常量”,包括调用者的堆栈帧

时间:2024-07-30 15:02:34
【文件属性】:

文件名称:node-magic-constants:行号和函数名的模块级“常量”,包括调用者的堆栈帧

文件大小:3KB

文件格式:ZIP

更新时间:2024-07-30 15:02:34

JavaScript

魔法常数 向当前模块添加一些(是) / 风格的魔法常量。 包括简单的测试。 学分 这段代码几乎完全基于 [this * post](基于 )。 为什么??? 因此,您可以编写这样的日志记录功能,例如: var colors = require('colors'); var format = require('utils').format; require('magic-constants')(global); function log2(m) { var _prefix = colors.green(format('[%s @%d]', caller, __caller_lineno)); var args = [].slice.call(arguments); args.push(_pre


【文件预览】:
node-magic-constants-master
----.travis.yml(37B)
----test()
--------test-constants.js(750B)
----README.md(1KB)
----index.js(1KB)
----package.json(666B)

网友评论