Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ supportsLet
Method
supportsLet
lib/RuntimeTemplate.js:175–177 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
173
}
174
175
supportsLet() {
176
return
this.outputOptions.environment.
let
;
177
}
178
179
supportsMethodShorthand() {
180
return
this.outputOptions.environment.methodShorthand;
Callers
2
renderConst
Method · 0.95
renderLet
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected