MCPcopy
hub / github.com/webpack/webpack / supportsDestructuring

Method supportsDestructuring

lib/RuntimeTemplate.js:215–217  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

213 }
214
215 supportsDestructuring() {
216 return this.outputOptions.environment.destructuring;
217 }
218
219 supportsBigIntLiteral() {
220 return this.outputOptions.environment.bigIntLiteral;

Callers 3

destructureArrayMethod · 0.95
destructureObjectMethod · 0.95
getContentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected