事件:'module.require.end'
¥Event: 'module.require.end'
-
event<Object> 包含以下属性¥
event<Object> containing the following properties-
id参数传递给require()。模块名称。¥
idArgument passed torequire(). Module name. -
parentFilename尝试 require(id) 的模块的名称。¥
parentFilenameName of the module that attempted to require(id).
-
require() 调用返回时触发。参见 end 事件。
¥Emitted when a require() call returns. See end event.