Rune Mehlsen

Results 49 comments of Rune Mehlsen

This looks awesome @FelixSchuSi !! In order for you to test the VSCode plugin, you will have to run `npm run copylink:watch` and `npm run watch` from the project root....

Is this a problem that you are experiencing when running the CLI or when using the `analyzeText` function? Typescript strips `undefined` and `null` from the reported type if `strictNullChecks` is...

Is this still an issue, or did I fix it by adding `strictNullChecks` to compiler options for `analyzeText`?

Thank you so much for your kind words :heart: I'm really happy to see that my tool helps people out there! It makes all the effort worthwhile :blush:

Hi, thanks for opening this issue :-) I think I need some more information. What specifically isn't supported? I'm just guessing, but currently there are some issues analyzing dependencies that...

Thanks for opening this issue! After reading through the documentation, here's a summary of what I will support. Please correct me if I missed anything: * `FASTElement.define(MyElement)` for defining elements...

web-component-analyzer supports class mixins, so your code should work. I have two suspicions: 1. The source files with mixin function declarations are not available for the analyzer. 2. A mixin...

Thanks! I tried to copy in your code, and WCA seems to finds the mixins. What happens if you add the following code to the files? 1. Add this to...

In addition, right now, the tool doesn't support assigning properties to a variable and then returning them (see `static get properties()` in `SchemaBehavior.js`), so I think that bug should be...