We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
\r
1 parent ab0ad6d commit 6cb51dbCopy full SHA for 6cb51db
3 files changed
src/angular-parser.ts
@@ -38,7 +38,7 @@ function extractComments(text: string, shouldExtractComment: boolean) {
38
}),
39
};
40
41
- return { text: text.slice(0, commentStart), comments: [comment] };
+ return { text, comments: [comment] };
42
}
43
44
function createAngularParseFunction<
0 commit comments