Results 1 issues of Trung Nguyen

Hi, the transformer fails when processing an AMD module which have nested ES classes defining constructors. ``` define(['exports', 'require'], function(exports, require) { class MyClass { constructor() { this.foo = 'bar';...