Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lint diagnostics for GetAccessors, Export Declarations, etc should start on the identifier #475

Open
dsherret opened this issue Jan 26, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@dsherret
Copy link
Member

dsherret commented Jan 26, 2024

Current:

error[missing-jsdoc]: exported symbol is missing JSDoc documentation
  --> V:\dax\src\command_handler.ts:18:3
   | 
18 |   get cwd(): string;
   |   ^

Expected:

error[missing-jsdoc]: exported symbol is missing JSDoc documentation
  --> V:\dax\src\command_handler.ts:18:3
   | 
18 |   get cwd(): string;
   |       ^

Other examples:

error[missing-jsdoc]: exported symbol is missing JSDoc documentation
  --> V:\dax\src\path.ts:50:1
   | 
50 | export interface SymlinkOptions extends Partial<Deno.SymlinkOptions>, Partial<PathSymlinkOptions> {
   | ^

error[missing-jsdoc]: exported symbol is missing JSDoc documentation
    --> V:\dax\src\path.ts:1195:1
     | 
1195 | export class FsFileWrapper extends Deno.FsFile {
     | ^
@dsherret dsherret added the bug Something isn't working label Jan 26, 2024
@dsherret dsherret changed the title Lint diagnostics for GetAccessors should start on the identifier Lint diagnostics for GetAccessors, Export Declarations, etc should start on the identifier Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant