You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whether I implement my function as const myFunction = () => {} or function myFunction(){}, I expect it to be documented in the same way.
For example, getParentPaths should end up in the "Functions" page instead of the "Variables" page, and its signature should be properly documented.
Whether I implement my function as
const myFunction = () => {}
orfunction myFunction(){}
, I expect it to be documented in the same way.For example, getParentPaths should end up in the "Functions" page instead of the "Variables" page, and its signature should be properly documented.
Could be fixed at the source by microsoft/rushstack#1629
The text was updated successfully, but these errors were encountered: