runem / web-component-analyzer

CLI that analyzes web components and emits documentation
https://runem.github.io/web-component-analyzer
MIT License
500 stars 61 forks source link

fix: use isTypeAssertionExpression since old method is deprecated #268

Closed 43081j closed 1 year ago

43081j commented 1 year ago

super tiny change but this is mostly why lit-analyzer falls over right now

cc @rictic if you can get someone to review this and publish a new version, assuming its fine, that'd be great

43081j commented 1 year ago

FYI if the build still fails its because it was running super old 3.x typescript in the tests

tried to bump to 4.x and 5.0 but its super late here so i haven't had chance to try it. if it fails, ill have to fix it next week when im back unless someone beats me to it