3
0
mirror of https://github.com/danielsogl/awesome-cordova-plugins.git synced 2025-03-19 02:17:10 +08:00
2017-12-28 07:28:44 -05:00

3 lines
192 B
JavaScript

// removes the __extends method that is added automatically by typescript
module.exports = source => source.replace(/var\s__extends\s=\s\(this\s&&[\sa-z\._\(\)\|{}=:\[\]&,;?]+}\)\(\);/i, '');