(text)
| 8799 | } |
| 8800 | |
| 8801 | function genText (text) { |
| 8802 | return ("_v(" + (text.type === 2 |
| 8803 | ? text.expression // no need for () because already wrapped in _s() |
| 8804 | : transformSpecialNewlines(JSON.stringify(text.text))) + ")") |
| 8805 | } |
| 8806 | |
| 8807 | function genSlot (el) { |
| 8808 | var slotName = el.slotName || '"default"'; |
no test coverage detected