MCPcopy Create free account
hub / github.com/TruthHun/BookStack / genText

Function genText

static/vuejs/vue.js:8795–8799  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

8793}
8794
8795function genText (text) {
8796 return ("_v(" + (text.type === 2
8797 ? text.expression // no need for () because already wrapped in _s()
8798 : transformSpecialNewlines(JSON.stringify(text.text))) + ")")
8799}
8800
8801function genSlot (el) {
8802 var slotName = el.slotName || '"default"';

Callers 1

genNodeFunction · 0.70

Calls 1

transformSpecialNewlinesFunction · 0.70

Tested by

no test coverage detected