Kenny F.
Kenny F.
@aladdin-add friendly ping. You should mention in the documentation that Kataw can parse type annotations, but differently than TS and Flow. Need to do a 'in-depth' documentation for Kataw types.
@aladdin-add Need to mention in the documentation how to gain perf with Kataw CST nodes. For example escaped keywords can be found in Acorn and Babel parser I guess if...
@aladdin-add Close this? No progress last 4 months
Some of the .md files in various folder may give you some clues
@aladdin-add Wait with the documentation. Kataw is undergoing a **huge** refactoring and I'm changing it to something I had zero plans to do :( Soon as I'm done we need...
@aladdin-add top-level-await is all about performance. I'm afraid of perf regression. Maybe you should try to parse class fields with Kataw? It's already implemented.
I think this can be closed? See https://github.com/kataw/kataw/pull/77
What kind of es2022 features is missing?
I know :) You can mark it as done. The `d` flag is recognized already.
I know this, but not sure about the implementation. However I implemented it, but should it go through BinaryExpression?