package
0.0.0-20231227195244-4d5cdd4694c8
Repository: https://github.com/tliron/go-scriptlet.git
Documentation: pkg.go.dev

# Functions

Examples: this.startCapture(CODE); this.endCapture(); ([jst.HandleSugarFunc] signature).
([jst.HandleSugarFunc] signature).
Example: this.clone().embed(bind(CODE, 'present'), env.context); ([jst.HandleSugarFunc] signature).
Examples: this.write(CODE); this.write(util.escapeHtml(CODE)); this.write(this.getVariable(CODE)); this.write(util.escapeHtml(this.getVariable(CODE))); ([jst.HandleSugarFunc] signature).
Example: const __args0 = [CODE]; if (__args0.length>1) scriptlet.renderFrom(this.writer, __args0[0], __args0[1]); else env.writeFrom(this.writer, __args0[0]); ([jst.HandleSugarFunc] signature).
Examples: this.startRender(CODE, env.context); this.endRender(); ([jst.HandleSugarFunc] signature).
No description provided by the author