UNPKG

emit-decorator-circular-loader

Version:
11 lines (9 loc) 287 B
module.exports = function (content) { content = content.replace( /__metadata\s*\(\s*['"]design:(type|paramtypes|returntype)['"]\s*,\s([^)]+)\)/gmi, function(line, target, type) { return `__metadata("design:${target}", function() { return ${type} })`; } ); return content };