File tree Expand file tree Collapse file tree
src/vs/editor/test/node/classification Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66import * as assert from 'assert' ;
77import { StandardTokenType } from 'vs/editor/common/modes' ;
88import * as fs from 'fs' ;
9- import { getPathFromAmdModule } from 'vs/base/common/amd' ;
10- import { parse } from 'vs/editor/common/modes/tokenization/typescript' ;
9+ // import { getPathFromAmdModule } from 'vs/base/common/amd';
10+ // import { parse } from 'vs/editor/common/modes/tokenization/typescript';
1111import { toStandardTokenType } from 'vs/editor/common/modes/supports/tokenization' ;
1212
1313interface IParseFunc {
@@ -107,6 +107,7 @@ function parseTest(fileName: string): ITest {
107107 return { content, assertions } ;
108108}
109109
110+ // @ts -ignore
110111function executeTest ( fileName : string , parseFunc : IParseFunc ) : void {
111112 const { content, assertions } = parseTest ( fileName ) ;
112113 const actual = parseFunc ( content ) ;
You can’t perform that action at this time.
0 commit comments