MCPcopy
hub / github.com/webpack/webpack / supportsMethodShorthand

Method supportsMethodShorthand

lib/RuntimeTemplate.js:179–181  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

177 }
178
179 supportsMethodShorthand() {
180 return this.outputOptions.environment.methodShorthand;
181 }
182
183 supportsLogicalAssignment() {
184 return this.outputOptions.environment.logicalAssignment;

Callers 3

methodMethod · 0.95
renderChunkModulesMethod · 0.80
renderModuleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected