Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tdewolff/minify
/ requireSemicolon
Method
requireSemicolon
js/js.go:118–120 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
116
}
117
118
func
(m *jsMinifier) requireSemicolon() {
119
m.needsSemicolon = true
120
}
121
122
func
(m *jsMinifier) writeSemicolon() {
123
if
m.needsSemicolon {
Callers
2
minifyStmt
Method · 0.95
minifyClassDecl
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected