Hyukwoo Park

Results 24 comments of Hyukwoo Park

@zherczeg Many thanks for your contributions. I just updated the list of stage 3 based on the latest [proposal list](https://github.com/tc39/proposals). Please feel free to choose any blank items above.

@Achie72 Thank you for your great suggetion. * Official upload to Kangax project Actually we have plan to advertise escargot project through online JS engine communities. It would be great...

@Achie72 Looks great! How about adding `ES6`, `ES7` and `ES2016plus` test suites first into this project? After running these test suites and fixing some bugs, we may upload Escargot to...

It seems that `ES7` was deleted or replaced by `ES2016plus`. It would be better to add `ES6` and `ES2016plus` only. Thank you.

Currently, escargot passes only some part of `ES2016plus` tests but it will get better soon as many new features are going to be updated. This is our specific development plan....

> If i add it now, each not fully implemented feature will fail, thus making the CI red, but if we turn them off, than it isn't much point in...

octane score 2302 -> 2321 But, this is still in draft mode (need more adjustment) | Origin | |--------| | Richards: 1213 | | DeltaBlue: 979 | | Crypto: 1851...

@dyyim741 Sorry for late review. Unfortunately we decide to clear up some redundant files as described in #499 and your commits including #486 will be no longer valid. But we...

Thank you very much for your wonderful contribution:) Yes, we definitely have to support environment outside of Escargot engine. All your ideas looks great! BTW I have some questions/requests as...

* adding "kill" or "quit" option IMO detaching(finishing) the debugger would be enough. * Turning on/off the debugger during the runtime I'm wondering that this is one of common features...