mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Now the visitor will find the last jsdoc style comment (e.g. `/** jsdoc comment */`) before the current code item, ignoring any inline style comments (e.g. `// inline comment`) in between. Closes #1072 |
||
|---|---|---|
| .. | ||
| atParser.js | ||
| atParser.spec.js | ||
| AttachCommentTreeVisitor.js | ||
| ExportTreeVisitor.js | ||
| getJSDocComment.js | ||
| getJSDocComment.spec.js | ||
| modules.js | ||
| ParseTreeVisitor.js | ||
| SourceFile.js | ||
| traceurOptions.js | ||
| TraceurParser.js | ||