Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
5e94949
Update LKG
mhegazy Oct 25, 2016
e497d1e
Update version
mhegazy Oct 27, 2016
515542b
Update LKG
mhegazy Oct 27, 2016
1f4d8a1
Skip overloads with too-short function parameters
sandersn Oct 27, 2016
dfa3dd3
Test skip overloads w/too-short function params
sandersn Oct 27, 2016
b4451b1
Minor style improvements
sandersn Oct 27, 2016
4e57f70
Ignore optionality when skipping overloads
sandersn Oct 27, 2016
2c09574
Do not use contextual signatures with too few parameters
sandersn Oct 28, 2016
a163641
isAritySmaller runs later: getNonGenericSignature
sandersn Oct 28, 2016
86138e3
rewrite void-returning statements in constructors that capture result…
vladima Oct 26, 2016
467f252
Update LKG
mhegazy Oct 28, 2016
2869f9c
Fix emit inferred type which is a generic type-alias both fully and p…
Oct 28, 2016
01e06f9
Add tests and baselines
Oct 28, 2016
f2e3439
Skip trying to use alias if there is target type
Oct 29, 2016
f9a317e
Update baselines
Oct 29, 2016
ad9c148
Merge pull request #11931 from Microsoft/release-2.1_fixDeclarationEm…
yuit Oct 31, 2016
182bc77
Add diagnostics to remind adding tsconfig file for certain external p…
Nov 1, 2016
73e2328
Flag for not overwrite js files by default without generating errors …
Nov 3, 2016
b98089d
Update LKG
mhegazy Nov 3, 2016
0b87210
lockLinter
Nov 3, 2016
7d1f0e6
use local registry to check if typings package exist (#12014) (#12032)
vladima Nov 3, 2016
afe36be
Add test for https://github.com/Microsoft/TypeScript/pull/11980 (#12027)
Nov 3, 2016
f03e04a
enable sending telemetry events to tsserver client (#12034) (#12051)
vladima Nov 4, 2016
8e8ec9f
Update LKG
mhegazy Nov 4, 2016
da4985e
Reuse subtree transform flags for incrementally parsed nodes (#12088)
rbuckton Nov 8, 2016
796a159
Update LKG
rbuckton Nov 8, 2016
aaf6c1d
Update version
mhegazy Nov 8, 2016
34d41de
Update LKG
mhegazy Nov 8, 2016
afea110
Do not emit "use strict" when targeting es6 or higher or module kind …
Nov 9, 2016
d629bd6
Add tests and baselines
Nov 9, 2016
6ba4b87
Merge pull request #12134 from Microsoft/release-2.1_fix11806_omitUse…
yuit Nov 10, 2016
f7c40d3
[Release 2.1] fix11754 global augmentation (#12133)
yuit Nov 10, 2016
c436bae
Merge branch 'release-2.1' into mergeRelease2.1intoMaster2
mhegazy Nov 10, 2016
4687285
Remove comment
mhegazy Nov 10, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update LKG
  • Loading branch information
mhegazy committed Nov 8, 2016
commit 34d41de06f779fa18ce83e1b62da5087f079252d
2 changes: 1 addition & 1 deletion lib/tsc.js
Original file line number Diff line number Diff line change
Expand Up @@ -46864,7 +46864,7 @@ var ts;
})(ts || (ts = {}));
var ts;
(function (ts) {
ts.version = "2.1.1";
ts.version = "2.1.2";
var emptyArray = [];
function findConfigFile(searchPath, fileExists, configName) {
if (configName === void 0) { configName = "tsconfig.json"; }
Expand Down
2 changes: 1 addition & 1 deletion lib/tsserver.js
Original file line number Diff line number Diff line change
Expand Up @@ -48395,7 +48395,7 @@ var ts;
})(ts || (ts = {}));
var ts;
(function (ts) {
ts.version = "2.1.1";
ts.version = "2.1.2";
var emptyArray = [];
function findConfigFile(searchPath, fileExists, configName) {
if (configName === void 0) { configName = "tsconfig.json"; }
Expand Down
2 changes: 1 addition & 1 deletion lib/tsserverlibrary.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9342,7 +9342,7 @@ declare namespace ts {
function emitFiles(resolver: EmitResolver, host: EmitHost, targetSourceFile: SourceFile, emitOnlyDtsFiles?: boolean): EmitResult;
}
declare namespace ts {
const version = "2.1.1";
const version = "2.1.2";
function findConfigFile(searchPath: string, fileExists: (fileName: string) => boolean, configName?: string): string;
function resolveTripleslashReference(moduleName: string, containingFile: string): string;
function computeCommonSourceDirectoryOfFilenames(fileNames: string[], currentDirectory: string, getCanonicalFileName: (fileName: string) => string): string;
Expand Down
2 changes: 1 addition & 1 deletion lib/tsserverlibrary.js
Original file line number Diff line number Diff line change
Expand Up @@ -48395,7 +48395,7 @@ var ts;
})(ts || (ts = {}));
var ts;
(function (ts) {
ts.version = "2.1.1";
ts.version = "2.1.2";
var emptyArray = [];
function findConfigFile(searchPath, fileExists, configName) {
if (configName === void 0) { configName = "tsconfig.json"; }
Expand Down
2 changes: 1 addition & 1 deletion lib/typescript.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2208,7 +2208,7 @@ declare namespace ts {
}
declare namespace ts {
/** The version of the TypeScript compiler release */
const version = "2.1.1";
const version = "2.1.2";
function findConfigFile(searchPath: string, fileExists: (fileName: string) => boolean, configName?: string): string;
function resolveTripleslashReference(moduleName: string, containingFile: string): string;
function createCompilerHost(options: CompilerOptions, setParentNodes?: boolean): CompilerHost;
Expand Down
2 changes: 1 addition & 1 deletion lib/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -58905,7 +58905,7 @@ var ts;
var ts;
(function (ts) {
/** The version of the TypeScript compiler release */
ts.version = "2.1.1";
ts.version = "2.1.2";
var emptyArray = [];
function findConfigFile(searchPath, fileExists, configName) {
if (configName === void 0) { configName = "tsconfig.json"; }
Expand Down
2 changes: 1 addition & 1 deletion lib/typescriptServices.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2208,7 +2208,7 @@ declare namespace ts {
}
declare namespace ts {
/** The version of the TypeScript compiler release */
const version = "2.1.1";
const version = "2.1.2";
function findConfigFile(searchPath: string, fileExists: (fileName: string) => boolean, configName?: string): string;
function resolveTripleslashReference(moduleName: string, containingFile: string): string;
function createCompilerHost(options: CompilerOptions, setParentNodes?: boolean): CompilerHost;
Expand Down
2 changes: 1 addition & 1 deletion lib/typescriptServices.js
Original file line number Diff line number Diff line change
Expand Up @@ -58905,7 +58905,7 @@ var ts;
var ts;
(function (ts) {
/** The version of the TypeScript compiler release */
ts.version = "2.1.1";
ts.version = "2.1.2";
var emptyArray = [];
function findConfigFile(searchPath, fileExists, configName) {
if (configName === void 0) { configName = "tsconfig.json"; }
Expand Down