Hi,
Am Freitag, dem 06.05.2022 um 15:58 +0200 schrieb Christian Lenz:
>
> ok here is the Image link: https://ibb.co/VH5470k
>
> This is what I see, but I see the Problem „class“ will Show in JS file but
> this is of Course a HTML Attribute. Strange.
> I saw your screenshots in your PR. Maybe the project structure is the
> Problem. Would be cool if you can share your small project.
>
This was a standalone JS outside any project. No project structure.
Could you please check the IDE log of the run and look for entries with
the structure:
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing
of: PATH_TO_IDE/webcommon/jsstubs
What files are listed for that structure? Have a look at the referenced files,
what is the content?
There should be at least one entry, that ends with
webcommon/jsstubs/dom.zip, locate that file and look at the content.
There should be a file _.HTMLElement.js which contains the text:
//Source:
/home/matthias/src/netbeans-tools/jsstub-generator/node_modules/typescript/lib/lib.dom.d.ts
/**
@returns {DOMTokenList}
**/
HTMLElement.prototype.classList = new DOMTokenList();
Thank you
Matthias
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists