Hi Christian,

Am Mittwoch, dem 09.03.2022 um 09:31 +0100 schrieb Christian Lenz:
> [Use TypeScript definition files as basis]

This sounds like a good idea. I think you don't need to look to far,
the core libraries are deocumented in the typescript repository itself:

https://github.com/microsoft/TypeScript/tree/main/lib

the referenced attribute classlist is also present:

https://github.com/microsoft/TypeScript/blob/ea4791d4d76fea47db10ceb91960c726e71c0fd8/lib/lib.dom.d.ts#L4847-L4855

My google foo already told me, that the typescript compiler can be used
to extract the type information and dump it into a new format. To me
this sounds like a good approach.

The license also looks sane: ALv2 without a notice file.

Greetings

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



Reply via email to