I have been looking for documentation on the @api tag used to mark private API methods in tj/commander.js, but I could not find any. However, VSCode clearly has support for it because the words private, protected and public following the tag are highlighted differently than other words. I would like to find the code responsible for the highlighting so as to learn about how and why it was added. Could you please point me in the right direction?
I have been looking for documentation on the
@apitag used to mark private API methods in tj/commander.js, but I could not find any. However, VSCode clearly has support for it because the wordsprivate,protectedandpublicfollowing the tag are highlighted differently than other words. I would like to find the code responsible for the highlighting so as to learn about how and why it was added. Could you please point me in the right direction?