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