UglifyJS/lib
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
..
ast.js Move the idea of a symbol having a default value up the class chain. 2016-01-19 19:22:22 +01:00
compress.js Merge branch 'master' into harmony 2015-12-26 17:59:38 +01: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-01-19 19:22:22 +01:00
parse.js Fix #931: Create arrow functions in maybe_assign so that they can be used in assignments 2016-02-09 00:02:23 +00:00
propmangle.js Make concise methods work with propmangle 2015-10-27 09:31:16 +01:00
scope.js fix: don't fail if definition is undefined 2016-02-10 10:17:32 +01:00
sourcemap.js fixes issue #621 SourceMap toString JSON format 2015-01-24 00:33:02 -08:00
transform.js Merge branch 'master' into harmony 2015-12-26 17:59:38 +01:00
utils.js Add property name mangler 2015-03-14 11:22:28 +02:00