Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ loader.js
File
loader.js
test/configCases/errors/generator-generate-error/loader.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
/** @
type
{
import
(
"../../../../"
).LoaderDefinition<{ message: string }>} */
2
module.exports =
function
() {
3
const
callback = this.
async
();
4
const
options = this.getOptions();
Callers
nothing calls this directly
Calls
3
async
Method · 0.65
getOptions
Method · 0.65
callback
Function · 0.50
Tested by
no test coverage detected