"use strict"; var escape = require ("./escape"); var Stringifier = require ("./stringifier"); //The data doesn't need to be buffered because .properties files typically //have a size less than a block (default is 16KB) var EOL = process.platform === "win32" ? "\r\n" : "\n"; var stringifyComment = function (comment, meta, options){ var c; var code; var str = options._comment; for (var i=0; i