mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
963d4a2f3e
This reverts commit f47561fd7c.
3 lines
194 B
JavaScript
3 lines
194 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, '');
|