parent
							
								
									60cf5e34ce
								
							
						
					
					
						commit
						846a128984
					
				
					 13 changed files with 0 additions and 26 deletions
				
			
		| 
						 | 
				
			
			@ -1,5 +1,3 @@
 | 
			
		|||
'use strict';
 | 
			
		||||
 | 
			
		||||
import * as vsc from 'vscode';
 | 
			
		||||
import * as ext from './Extension';
 | 
			
		||||
import * as xpath from 'xpath';
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,5 +1,3 @@
 | 
			
		|||
'use strict';
 | 
			
		||||
 | 
			
		||||
import * as vsc from 'vscode';
 | 
			
		||||
import { TextEditorCommands } from './Commands';
 | 
			
		||||
import { XmlFormattingEditProvider } from './providers/Formatting';
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,5 +1,3 @@
 | 
			
		|||
'use strict';
 | 
			
		||||
 | 
			
		||||
import * as vsc from 'vscode';
 | 
			
		||||
import { XQueryCompleter, XQueryCompletionItem } from '../services/XQueryCompleter';
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,5 +1,3 @@
 | 
			
		|||
'use strict';
 | 
			
		||||
 | 
			
		||||
import * as vsc from 'vscode';
 | 
			
		||||
import { ChildProcess } from '../services/ChildProcess';
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,5 +1,3 @@
 | 
			
		|||
'use strict';
 | 
			
		||||
 | 
			
		||||
import * as vsc from 'vscode';
 | 
			
		||||
import { RangeUtil } from '../utils/RangeUtil';
 | 
			
		||||
import { XmlFormatter, IXmlFormatterOptions } from '../services/XmlFormatter';
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,5 +1,3 @@
 | 
			
		|||
'use strict';
 | 
			
		||||
 | 
			
		||||
import * as vsc from 'vscode';
 | 
			
		||||
import { XQueryLinter, XQueryDiagnostic } from '../services/XQueryLinter';
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,5 +1,3 @@
 | 
			
		|||
'use strict';
 | 
			
		||||
 | 
			
		||||
import * as vsc from 'vscode';
 | 
			
		||||
import * as ext from '../Extension';
 | 
			
		||||
import { XPathEvaluator, EvaluatorResult, EvaluatorResultType } from '../services/XPathEvaluator';
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,5 +1,3 @@
 | 
			
		|||
'use strict';
 | 
			
		||||
 | 
			
		||||
let child_process = require('child_process');
 | 
			
		||||
 | 
			
		||||
export class ChildProcess {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,5 +1,3 @@
 | 
			
		|||
'use strict';
 | 
			
		||||
 | 
			
		||||
import * as xpath from 'xpath';
 | 
			
		||||
 | 
			
		||||
let DOMParser = require('xmldom').DOMParser;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,5 +1,3 @@
 | 
			
		|||
'use strict';
 | 
			
		||||
 | 
			
		||||
let XQLint = require('xqlint').XQLint;
 | 
			
		||||
 | 
			
		||||
export class XQueryCompleter {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,5 +1,3 @@
 | 
			
		|||
'use strict';
 | 
			
		||||
 | 
			
		||||
let XQLint = require('xqlint').XQLint;
 | 
			
		||||
 | 
			
		||||
export class XQueryLinter {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,5 +1,3 @@
 | 
			
		|||
'use strict';
 | 
			
		||||
 | 
			
		||||
// Based on pretty-data (https://github.com/vkiryukhin/pretty-data)
 | 
			
		||||
export class XmlFormatter {
 | 
			
		||||
    constructor(options?: IXmlFormatterOptions) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,5 +1,3 @@
 | 
			
		|||
'use strict';
 | 
			
		||||
 | 
			
		||||
import * as vsc from 'vscode';
 | 
			
		||||
 | 
			
		||||
export class RangeUtil {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue