Darío Javier Cravero
0b303379c0
fix: don't fail if definition is undefined
Running `uglifyjs --verbose --compress --mangle --screw-ie8 class.js`
with
`class.js`:
```
class Foo {
bar() {
}
}
```
Fails with:
```
undefined:4041
return this.definition().unmangleable(options);
TypeError: Cannot read property 'unmangleable' of undefined
...
```
2016-02-10 10:17:32 +01:00
..
2016-01-19 19:22:22 +01:00
2015-12-26 17:59:38 +01:00
2015-11-12 12:18:25 +02:00
2016-01-19 19:22:22 +01:00
2016-02-09 00:02:23 +00:00
2015-10-27 09:31:16 +01:00
2016-02-10 10:17:32 +01:00
2015-01-24 00:33:02 -08:00
2015-12-26 17:59:38 +01:00
2015-03-14 11:22:28 +02:00