abstract-syntax-tree
abstract-syntax-tree copied to clipboard
Typescript types?
I got this warning in typescript:
Could not find a declaration file for module 'abstract-syntax-tree'. '/home/theo/dev/nbind/node_modules/.pnpm/[email protected]/node_modules/abstract-syntax-tree/index.js' implicitly has an 'any' type.
You could have typescript generate types for you, but this isn't the best way to do it since your code isnt documented with @type annotations with jsdocs....
@creepinson a PR with jsdoc documentation/annotations would be highly appreciated if you'd like to solve this problem.
Thanks!