(text)
| 8793 | } |
| 8794 | |
| 8795 | function 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 | |
| 8801 | function genSlot (el) { |
| 8802 | var slotName = el.slotName || '"default"'; |
no test coverage detected