marcoroth / stimulus-parser

Statically analyze Stimulus controllers in your project.

Home Page:https://hotwire.io/ecosystem/tooling/stimulus-parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for parsing TypeScript syntax

marcoroth opened this issue · comments

Maybe we need to move on from acorn for this, but to enable support for TypeScript controller files in Stimulus LSP we need to be able to parse TypeScript syntax.

marcoroth/stimulus-lsp#18