Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ index.js
File
index.js
test/cases/parsing/issue-758/index.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
it(
"should require existing module with supplied error callback"
,
function
(done) {
2
require.ensure([
'./file'
],
function
(){
3
try {
4
var
file = require(
'./file'
);
Callers
nothing calls this directly
Calls
4
ensure
Method · 0.80
resolve
Method · 0.65
it
Function · 0.50
require
Function · 0.50
Tested by
no test coverage detected