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.
1 parent 53bd0e1 commit cfea1a3Copy full SHA for cfea1a3
src/FunctionDetails.ts
@@ -83,7 +83,6 @@ export default class FunctionDetails {
83
* @param source
84
*/
85
public static parseFunctions(source:string) : Array<FunctionDetails> {
86
- source = source.replace(/\/\/[^\n^\r]+/g, '');
87
let result:FunctionDetails[] = [];
88
let templateRegex = Helpers.templateRegex;
89
let attributeRegex = "(\\[\\[[^\\]]+\\]\\])*";
0 commit comments