moroshko / react-scanner

Extract React components and props usage from code.
MIT License
563 stars 40 forks source link

Still maintained? #72

Open poteirard opened 1 month ago

poteirard commented 1 month ago

I found that I get a Failed to parse to some files.

After a bit of debugging I found that it's because the use of satisfies in TS files (feature from TS 4.9).

I guess the library needs a lot of updating (@typescript-eslint/typescript-estree, typescript, ...).

Is this library still maintained? and if not, does anyone know good alternatives?

Thanks!

moroshko commented 1 month ago

@poteirard I'm short on time at the moment, happy to give you access if you'd like to upgrade the deps and fix this. Please DM me on twitter @moroshko if you do.

poteirard commented 1 month ago

@moroshko apparently I can't send you a message in Twitter unless I pay now 🙄

I have created a PR here #73

Thanks 🙏