MCPcopy
hub / github.com/webpack/webpack / supportsLet

Method supportsLet

lib/RuntimeTemplate.js:175–177  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

173 }
174
175 supportsLet() {
176 return this.outputOptions.environment.let;
177 }
178
179 supportsMethodShorthand() {
180 return this.outputOptions.environment.methodShorthand;

Callers 2

renderConstMethod · 0.95
renderLetMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected