Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ supportsLogicalAssignment
Method
supportsLogicalAssignment
lib/RuntimeTemplate.js:183–185 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
181
}
182
183
supportsLogicalAssignment() {
184
return
this.outputOptions.environment.logicalAssignment;
185
}
186
187
supportsArrowFunction() {
188
return
this.outputOptions.environment.arrowFunction;
Callers
1
assignOr
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected