MCPcopy
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
118func (m *jsMinifier) requireSemicolon() {
119 m.needsSemicolon = true
120}
121
122func (m *jsMinifier) writeSemicolon() {
123 if m.needsSemicolon {

Callers 2

minifyStmtMethod · 0.95
minifyClassDeclMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected