Chiffon icon indicating copy to clipboard operation
Chiffon copied to clipboard

What is the status on the project?

Open ghost opened this issue 8 years ago • 1 comments

Hi, @polygonplanet I looked at your module and seems to be a great work, but not compatible with latest ECMA specs. And some open tickets.

What is the plan with this module? Could I expect an refreshment of the module or should I look around for other options such as Acorn and Esprima?

ghost avatar Nov 27 '16 22:11 ghost

Thanks! I will fix bugs and support async/await at least. Chiffon is different with Acorn and Esprima, to tokenized by regular expression, so I know that compatibility of ECMA-262 specification 100% can not be support. Generic (often used) syntax will not be a problem. I'm glad if you use this module, but I recommend Acorn or Esprima.

polygonplanet avatar Nov 28 '16 07:11 polygonplanet