Tetsuya Mori

Results 1 comments of Tetsuya Mori

This change will fix the issue. ```sh diff --git a/escodegen.js b/escodegen.js index 42c05ae..b3b3dbd 100644 --- a/escodegen.js +++ b/escodegen.js @@ -987,7 +987,7 @@ result.push('['); } - if (value.type === 'AssignmentPattern') {...