donmccurdy / glTF-Transform

glTF 2.0 SDK for JavaScript and TypeScript, on Web and Node.js.
https://gltf-transform.dev
MIT License
1.3k stars 145 forks source link

Minor glitch in documentation typings #1408

Open javagl opened 1 month ago

javagl commented 1 month ago

The documentation, for example, https://gltf-transform.dev/modules/extensions/classes/KHRMaterialsSpecular , now seems to include properties like the prereadTypes, and it seems like it does not resolve some types properly:

glTF-Transform doc glitch

(Or... maybe that's OK? But it looks strange...)

donmccurdy commented 1 month ago

Thanks! I think my JSDoc/TSDoc parser doesn't support type aliases yet, it's unfortunate that it dumps the full path to the token like that... 😅