Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ supportsArrowFunction
Method
supportsArrowFunction
lib/RuntimeTemplate.js:187–189 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
185
}
186
187
supportsArrowFunction() {
188
return
this.outputOptions.environment.arrowFunction;
189
}
190
191
supportsAsyncFunction() {
192
return
this.outputOptions.environment.asyncFunction;
Callers
15
returningFunction
Method · 0.95
basicFunction
Method · 0.95
expressionFunction
Method · 0.95
emptyFunction
Method · 0.95
renderRuntimeModules
Method · 0.80
render
Method · 0.80
render
Method · 0.80
apply
Method · 0.80
renderModule
Method · 0.80
renderMain
Method · 0.80
apply
Method · 0.80
generateJSDefaultExport
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected