Remove "use strict"

Closes #107
This commit is contained in:
Josh Johnson 2017-06-21 00:30:16 -04:00
parent 60cf5e34ce
commit 846a128984
13 changed files with 0 additions and 26 deletions

View file

@ -1,5 +1,3 @@
'use strict';
import * as vsc from 'vscode';
import { XQueryCompleter, XQueryCompletionItem } from '../services/XQueryCompleter';

View file

@ -1,5 +1,3 @@
'use strict';
import * as vsc from 'vscode';
import { ChildProcess } from '../services/ChildProcess';

View file

@ -1,5 +1,3 @@
'use strict';
import * as vsc from 'vscode';
import { RangeUtil } from '../utils/RangeUtil';
import { XmlFormatter, IXmlFormatterOptions } from '../services/XmlFormatter';

View file

@ -1,5 +1,3 @@
'use strict';
import * as vsc from 'vscode';
import { XQueryLinter, XQueryDiagnostic } from '../services/XQueryLinter';

View file

@ -1,5 +1,3 @@
'use strict';
import * as vsc from 'vscode';
import * as ext from '../Extension';
import { XPathEvaluator, EvaluatorResult, EvaluatorResultType } from '../services/XPathEvaluator';