UglifyJS/lib
Darío Javier Cravero 627083fa16 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-03-22 11:43:57 +02:00
..
ast.js Move the idea of a symbol having a default value up the class chain. 2016-03-22 11:43:57 +02:00
compress.js computed properties 2016-03-22 11:41:01 +02:00
mozilla-ast.js Fix output for "use asm" code from SpiderMonkey AST 2015-11-12 12:18:25 +02:00
output.js Move the idea of a symbol having a default value up the class chain. 2016-03-22 11:43:57 +02:00
parse.js Fix #931: Create arrow functions in maybe_assign so that they can be used in assignments 2016-03-22 11:43:57 +02:00
propmangle.js Make concise methods work with propmangle 2016-03-22 11:41:01 +02:00
scope.js fix: don't fail if definition is undefined 2016-03-22 11:43:57 +02:00
sourcemap.js Revert "using the original sourcemap as the base" 2016-02-10 10:19:39 +01:00
transform.js play nice with propmangle 2016-03-22 11:41:00 +02:00
utils.js Add property name mangler 2015-03-14 11:22:28 +02:00