UNPKG

193 BJavaScriptView Raw
1module.exports = function (content) {
2 return content.replace(/_initializerDefineProperty[\s\S]+?\}/g, function (str) {
3 return str.replace(/descriptor.writable/g, "true");
4 });
5};
\No newline at end of file