Right now the following is not allowed: ```ts nameof<Project>(p => p.getDirectory()) ``` The user must provide: ```ts nameof<Project>(p => p.getDirectory) ``` The error message says `Error: [ts-nameof]: Could not resolve string from expression: nameof<Directory>(d => d.getDirectories())`, but perhaps it could say something along the lines of call expressions not being supported.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by dsherret and has received 0 comments.