Feature #6252
openAdd declaration file for saxon-js to DefinitelyTyped?
0%
Description
It would be great if we could install a declaration file for saxon-js using npm install --save-dev @types/saxon-js
If there is another way to get JSDoc to recognize types for saxon-js please let me know!
Thank you
Updated by Karim Ratib about 1 year ago
I am also interested in a type declaration for saxon-js
. Since it doesn't exist, I started writing my own based on my reading of the documentation and perusal of the code:
https://github.com/infojunkie/musicxml-player/blob/main/src/saxon-js/SaxonJS2.rt.d.ts
If there's any interest in co-maintaining this file, I can fork it to its own repo or collaborate on a PR for DefinitelyTyped.
Please register to edit this issue
Also available in: Atom PDF Tracking page