MCPcopy
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

returningFunctionMethod · 0.95
basicFunctionMethod · 0.95
expressionFunctionMethod · 0.95
emptyFunctionMethod · 0.95
renderRuntimeModulesMethod · 0.80
renderMethod · 0.80
renderMethod · 0.80
applyMethod · 0.80
renderModuleMethod · 0.80
renderMainMethod · 0.80
applyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected