@@ -109,7 +109,7 @@ export class ASTTreeBlockScopeAnalyzer <T> implements IAnalyzer<T> {
dataTree.push(data);
- this.analyzeRecursive(calleeNode.body, data.trace)
+ this.analyzeRecursive(calleeNode.body, data.trace);
}
});
@@ -58,7 +58,7 @@ export class HiddenNodeAppender {
return Utils.getRandomGenerator().integer({
min: 0,
max: Math.round(blockStatementBodyLength * threshold)
- })
+ });
/**
@@ -4,4 +4,4 @@ export interface IBlockScopeTraceData {
callee: TNodeWithBlockStatement;
name: string;
trace: IBlockScopeTraceData[];
-}
+}