mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-01 17:23:35 -05:00
Run TSLint in Azure Pipelines (#3639)
This commit is contained in:
@@ -143,7 +143,7 @@ export class PlanNode {
|
||||
export class PlanXmlParser {
|
||||
parser: DOMParser = new DOMParser();
|
||||
doc: Document;
|
||||
planXml: string
|
||||
planXml: string;
|
||||
root: PlanNode;
|
||||
|
||||
constructor(planXml: string) {
|
||||
|
||||
Reference in New Issue
Block a user