You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test with Lit Element, I've found that the API (analyzeText function) does not find prop and event definitions when you extend a class from another class that was imported. If both parent and child classes are defined within the same .ts file, then the API call works.
The text was updated successfully, but these errors were encountered:
brownieboy
changed the title
API does not find prop definitions for imported classes [Lit Element
API does not find prop definitions for imported classes [Lit Element]
Apr 18, 2021
Test with Lit Element, I've found that the API (
analyzeText
function) does not find prop and event definitions when you extend a class from another class that was imported. If both parent and child classes are defined within the same .ts file, then the API call works.When using the CLI, both cases work.
I've set up test cases in this repo https://github.com/brownieboy/wca-traverse-test. Check the readme.md file for full details.
The text was updated successfully, but these errors were encountered: