MCPcopy Create free account
hub / github.com/tinymce/tinymce / jsonToBuffer

Function jsonToBuffer

modules/tinymce/Gruntfile.js:619–621  ·  view source on GitHub ↗
(json)

Source from the content-addressed store, hash-verified

617 },
618 onBeforeSave: function (zip) {
619 function jsonToBuffer(json) {
620 return new Buffer(JSON.stringify(json, null, '\t'));
621 }
622
623 const keywords = ['wysiwyg', 'tinymce', 'richtext', 'javascript', 'html', 'text', 'rich editor', 'rich text editor', 'rte', 'rich text', 'contenteditable', 'editing']
624

Callers 1

Gruntfile.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected