Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
destructureArray
Method · 0.95
destructureObject
Method · 0.95
getContent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected