Skip to content

Commit cf03ea3

Browse files
committed
comment out errors
1 parent 4620124 commit cf03ea3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/vs/editor/test/node/classification/typescript.test.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
import * as assert from 'assert';
77
import { StandardTokenType } from 'vs/editor/common/modes';
88
import * 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';
1111
import { toStandardTokenType } from 'vs/editor/common/modes/supports/tokenization';
1212

1313
interface IParseFunc {
@@ -107,6 +107,7 @@ function parseTest(fileName: string): ITest {
107107
return { content, assertions };
108108
}
109109

110+
// @ts-ignore
110111
function executeTest(fileName: string, parseFunc: IParseFunc): void {
111112
const { content, assertions } = parseTest(fileName);
112113
const actual = parseFunc(content);

0 commit comments

Comments
 (0)