Merge branch 'master' into literalTypesAlways

This commit is contained in:
Mohamed Hegazy 2016-09-08 14:47:40 -07:00
commit dfb5091a5c
6 changed files with 2232 additions and 1 deletions

View File

@ -39,6 +39,8 @@ const gulp = helpMaker(originalGulp);
const mochaParallel = require("./scripts/mocha-parallel.js");
const {runTestsInParallel} = mochaParallel;
Error.stackTraceLimit = 1000;
const cmdLineOptions = minimist(process.argv.slice(2), {
boolean: ["debug", "light", "colors", "lint", "soft"],
string: ["browser", "tests", "host", "reporter"],
@ -727,6 +729,7 @@ gulp.task("browserify", "Runs browserify on run.js to produce a file suitable fo
sourcemaps: {
"built/local/_stream_0.js": originalMap,
"built/local/bundle.js": maps,
"node_modules/source-map-support/source-map-support.js": undefined,
}
});
const finalMap = chain.apply();

View File

@ -1304,7 +1304,7 @@ namespace FourSlash {
baselineFile,
() => stringify(
this.testData.markers.map(marker => ({
marker: marker,
marker,
quickInfo: this.languageService.getQuickInfoAtPosition(marker.fileName, marker.position)
}))
));

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,7 @@
/// <reference path='fourslash.ts'/>
// @BaselineFile: quickInfoDisplayPartsVar.shims-pp.baseline
////var /*1*/a = 10;
////function foo() {
//// var /*2*/b = /*3*/a;

View File

@ -1,5 +1,7 @@
/// <reference path='fourslash.ts'/>
// @BaselineFile: quickInfoDisplayPartsVar.shims.baseline
////var /*1*/a = 10;
////function foo() {
//// var /*2*/b = /*3*/a;