Replies: 2 comments 1 reply
-
What we need is a parser, lexer is part of the parsing process. We still need to build AST ourself (assuming we drop |
Beta Was this translation helpful? Give feedback.
-
So it turns out a lot of the melody stuff, even though saved as .js files is actually written in typescript. Even through it would be great to have the whole repo in typescript I think the best way ahead would be to convert what we can to JSDoc as we integrate the packages into the core of this plugin. |
Beta Was this translation helpful? Give feedback.
-
@rellafella mention about twig-lexer that might be able to replace
melody-*
dependencies. If this could be implemented it might reduce complexity of the project and we no longer need to integratemelody-*
package into this project directly.Related:
melody-*
packages into this project directly #26Beta Was this translation helpful? Give feedback.
All reactions