Enable strict in a few more extensions

This commit is contained in:
Matt Bierner
2017-11-06 11:00:04 -08:00
parent de137dd8b8
commit cd00b590a8
9 changed files with 27 additions and 26 deletions

View File

@@ -10,7 +10,7 @@ import { commands, Uri } from 'vscode';
import { join, basename, normalize, dirname } from 'path';
import * as fs from 'fs';
function assertUnchangedTokens(testFixurePath: string, done) {
function assertUnchangedTokens(testFixurePath: string, done: any) {
let fileName = basename(testFixurePath);
return commands.executeCommand('_workbench.captureSyntaxTokens', Uri.file(testFixurePath)).then(data => {