Ariya Hidayat

Results 74 comments of Ariya Hidayat

> And I use Monaco Editor a lot in my work, maybe I can help you? > But I don't actually see the original code for the demo in this...

As of March 2017, it's in Stage 3 (https://github.com/tc39/proposals).

@bakkot Confirmed. I checked the behavior of V8, SpiderMonkey, and ChakraCore. It would be interesting to find out (1) the reason that most web browser's engine continues to violate the...

As of Feb 2017, it's still in Stage 3 (per https://github.com/tc39/proposals).

If esmangle's `package.json` is patched so that only escodegen 1.6.x is being used: ``` patch diff --git a/package.json b/package.json index 9094da3..f762d98 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@...

Merged. Thank you @jgressmann!

@fkling I'm adding more contents to the [Feature Definition](https://github.com/TheLarkInn/js-parser-discussions/blob/master/investigations/features.md) page. If you discover incorrect information through AST Explorer, please let me know!

Download count can be done using shields, here is one for Esprima: [![npm download](https://img.shields.io/npm/dm/esprima.svg)](https://www.npmjs.com/package/esprima). However, I question the value of displaying it. For the purpose of the discussion, it can...

Most likely a separate topic. _Features_ discuss the built-in abilities of a parser.

It's going to be challenging since type annotation is a syntax feature while highlighting is much more low-level. Currently Cardinal already gracefully handles TS code quite well (since it operates...