MCPcopy
hub / github.com/webpack/webpack / supportsConst

Method supportsConst

lib/RuntimeTemplate.js:171–173  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

169 }
170
171 supportsConst() {
172 return this.outputOptions.environment.const;
173 }
174
175 supportsLet() {
176 return this.outputOptions.environment.let;

Callers 3

renderConstMethod · 0.95
_addExportFragmentsMethod · 0.80
applyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected