* Return cdata escaped CDATA `str`.
(str)
| 3908 | */ |
| 3909 | |
| 3910 | function cdata(str) { |
| 3911 | return '<![CDATA[' + escape(str) + ']]>'; |
| 3912 | } |
| 3913 | |
| 3914 | }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {}) |
| 3915 | },{"../utils":39,"./base":17,"fs":41}],35:[function(require,module,exports){ |