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

Support for `stimulus-decorators`

Zeko369 opened this issue · comments

stimulus-decorators is a great project bringing @github/catalyst typesafe syntax to stimulus

It would be great if we could also parse those libraries but make sure you can mix and match (i.e. static values but decorated @Targets)

I 100% agree, this was actually planned. Thanks for putting up the issue 🙌🏼

I think this is going to be easier to implement as soon as we have support for parsing TypeScript (#9).

I have both working locally, just need to clean up the decorator part, but will push them up as 2 separate PRs tonight