hook-module:挂钩节点模块内部

时间:2024-06-12 16:54:10
【文件属性】:

文件名称:hook-module:挂钩节点模块内部

文件大小:8KB

文件格式:ZIP

更新时间:2024-06-12 16:54:10

JavaScript

挂钩模块 挂钩节点模块加载内部进行出价。 您知道那些时候有人说“这可能是一个糟糕的主意”吗? 是的。 这就是其中之一。 如果您认为您有此模块的用例,则可能没有。 现在,它正被用来从webpack的内存文件系统中加载模块,否则将无法做到这一点。 var hijack = require ( 'hook-module' ) ; var hook = hijack ( { // Whether or not the hook starts enabled or not. enabled : true , // Test determines whether or not the hook is applied to a given module // request. Pass true to hook everything, a regular expression or ar


【文件预览】:
hook-module-master
----lib()
--------hook.js(3KB)
----.npmignore(42B)
----.travis.yml(236B)
----example()
--------server.js(490B)
--------webpack.config.js(558B)
--------test.js(2KB)
--------handler2.js(49B)
--------handler.js(304B)
--------package.json(178B)
----test()
--------spec()
----README.md(2KB)
----.gitignore(34B)
----package.json(292B)

网友评论