mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 11:35:42 -06:00
Update LKG
This commit is contained in:
parent
aaf6c1dad4
commit
34d41de06f
@ -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"; }
|
||||
|
||||
@ -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"; }
|
||||
|
||||
2
lib/tsserverlibrary.d.ts
vendored
2
lib/tsserverlibrary.d.ts
vendored
@ -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;
|
||||
|
||||
@ -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"; }
|
||||
|
||||
2
lib/typescript.d.ts
vendored
2
lib/typescript.d.ts
vendored
@ -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;
|
||||
|
||||
@ -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"; }
|
||||
|
||||
2
lib/typescriptServices.d.ts
vendored
2
lib/typescriptServices.d.ts
vendored
@ -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;
|
||||
|
||||
@ -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"; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user