I was interested to know if there are any existing TypeScript definition files for OpenLayers (or if they are already in the process of being created).
I parsed the OpenLayers source files myself and used the documentation comments to create the TypeScript definition file, but to do this I would need a full JavaScript parser that also understands the documentation syntax in OpenLayers (it uses NaturalDocs, http://naturaldocs.org ), and I'm starting to think that translating information manually is easier than writing such a parser: (.
So, does anyone from a similar project or have an idea on how to accomplish the task of creating these TypeScript definition files?
Thanks in advance!
source share