mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 20:25:23 -06:00
Update LKG
This commit is contained in:
parent
e497d1ee07
commit
515542b293
@ -46817,7 +46817,7 @@ var ts;
|
||||
})(ts || (ts = {}));
|
||||
var ts;
|
||||
(function (ts) {
|
||||
ts.version = "2.1.0";
|
||||
ts.version = "2.1.1";
|
||||
var emptyArray = [];
|
||||
function findConfigFile(searchPath, fileExists, configName) {
|
||||
if (configName === void 0) { configName = "tsconfig.json"; }
|
||||
|
||||
@ -48322,7 +48322,7 @@ var ts;
|
||||
})(ts || (ts = {}));
|
||||
var ts;
|
||||
(function (ts) {
|
||||
ts.version = "2.1.0";
|
||||
ts.version = "2.1.1";
|
||||
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
@ -9304,7 +9304,7 @@ declare namespace ts {
|
||||
function emitFiles(resolver: EmitResolver, host: EmitHost, targetSourceFile: SourceFile, emitOnlyDtsFiles?: boolean): EmitResult;
|
||||
}
|
||||
declare namespace ts {
|
||||
const version = "2.1.0";
|
||||
const version = "2.1.1";
|
||||
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;
|
||||
|
||||
@ -48322,7 +48322,7 @@ var ts;
|
||||
})(ts || (ts = {}));
|
||||
var ts;
|
||||
(function (ts) {
|
||||
ts.version = "2.1.0";
|
||||
ts.version = "2.1.1";
|
||||
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.0";
|
||||
const version = "2.1.1";
|
||||
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;
|
||||
|
||||
@ -58836,7 +58836,7 @@ var ts;
|
||||
var ts;
|
||||
(function (ts) {
|
||||
/** The version of the TypeScript compiler release */
|
||||
ts.version = "2.1.0";
|
||||
ts.version = "2.1.1";
|
||||
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.0";
|
||||
const version = "2.1.1";
|
||||
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;
|
||||
|
||||
@ -58836,7 +58836,7 @@ var ts;
|
||||
var ts;
|
||||
(function (ts) {
|
||||
/** The version of the TypeScript compiler release */
|
||||
ts.version = "2.1.0";
|
||||
ts.version = "2.1.1";
|
||||
var emptyArray = [];
|
||||
function findConfigFile(searchPath, fileExists, configName) {
|
||||
if (configName === void 0) { configName = "tsconfig.json"; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user