Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ supportsOptionalChaining
Method
supportsOptionalChaining
lib/RuntimeTemplate.js:195–197 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
193
}
194
195
supportsOptionalChaining() {
196
return
this.outputOptions.environment.optionalChaining;
197
}
198
199
supportsSpread() {
200
return
this.outputOptions.environment.spread;
Callers
1
optionalChaining
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected