mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 14:05:47 -05:00
Update baselines.
This commit is contained in:
@@ -1488,7 +1488,7 @@ declare module "typescript" {
|
||||
}
|
||||
declare module "typescript" {
|
||||
/** The version of the language service API */
|
||||
var servicesVersion: string;
|
||||
let servicesVersion: string;
|
||||
interface Node {
|
||||
getSourceFile(): SourceFile;
|
||||
getChildCount(sourceFile?: SourceFile): number;
|
||||
@@ -1975,7 +1975,7 @@ declare module "typescript" {
|
||||
throwIfCancellationRequested(): void;
|
||||
}
|
||||
function createLanguageServiceSourceFile(fileName: string, scriptSnapshot: IScriptSnapshot, scriptTarget: ScriptTarget, version: string, setNodeParents: boolean): SourceFile;
|
||||
var disableIncrementalParsing: boolean;
|
||||
let disableIncrementalParsing: boolean;
|
||||
function updateLanguageServiceSourceFile(sourceFile: SourceFile, scriptSnapshot: IScriptSnapshot, version: string, textChangeRange: TextChangeRange, aggressiveChecks?: boolean): SourceFile;
|
||||
function createDocumentRegistry(): DocumentRegistry;
|
||||
function preProcessFile(sourceText: string, readImportFiles?: boolean): PreProcessedFileInfo;
|
||||
|
||||
@@ -4768,7 +4768,7 @@ declare module "typescript" {
|
||||
>stringIndexType : Type
|
||||
>Type : Type
|
||||
|
||||
numberIndexType: Type;
|
||||
numberIndexType: Type;
|
||||
|
||||
>numberIndexType : Type
|
||||
>Type : Type
|
||||
@@ -6118,7 +6118,7 @@ declare module "typescript" {
|
||||
>Node : Node
|
||||
>T : T
|
||||
>T : T
|
||||
|
||||
|
||||
function modifierToFlag(token: SyntaxKind): NodeFlags;
|
||||
|
||||
>modifierToFlag : (token: SyntaxKind) => NodeFlags
|
||||
|
||||
@@ -1519,7 +1519,7 @@ declare module "typescript" {
|
||||
}
|
||||
declare module "typescript" {
|
||||
/** The version of the language service API */
|
||||
var servicesVersion: string;
|
||||
let servicesVersion: string;
|
||||
interface Node {
|
||||
getSourceFile(): SourceFile;
|
||||
getChildCount(sourceFile?: SourceFile): number;
|
||||
@@ -2006,7 +2006,7 @@ declare module "typescript" {
|
||||
throwIfCancellationRequested(): void;
|
||||
}
|
||||
function createLanguageServiceSourceFile(fileName: string, scriptSnapshot: IScriptSnapshot, scriptTarget: ScriptTarget, version: string, setNodeParents: boolean): SourceFile;
|
||||
var disableIncrementalParsing: boolean;
|
||||
let disableIncrementalParsing: boolean;
|
||||
function updateLanguageServiceSourceFile(sourceFile: SourceFile, scriptSnapshot: IScriptSnapshot, version: string, textChangeRange: TextChangeRange, aggressiveChecks?: boolean): SourceFile;
|
||||
function createDocumentRegistry(): DocumentRegistry;
|
||||
function preProcessFile(sourceText: string, readImportFiles?: boolean): PreProcessedFileInfo;
|
||||
|
||||
@@ -4914,7 +4914,7 @@ declare module "typescript" {
|
||||
>stringIndexType : Type
|
||||
>Type : Type
|
||||
|
||||
numberIndexType: Type;
|
||||
numberIndexType: Type;
|
||||
|
||||
>numberIndexType : Type
|
||||
>Type : Type
|
||||
@@ -6264,7 +6264,7 @@ declare module "typescript" {
|
||||
>Node : Node
|
||||
>T : T
|
||||
>T : T
|
||||
|
||||
|
||||
function modifierToFlag(token: SyntaxKind): NodeFlags;
|
||||
|
||||
>modifierToFlag : (token: SyntaxKind) => NodeFlags
|
||||
|
||||
@@ -1520,7 +1520,7 @@ declare module "typescript" {
|
||||
}
|
||||
declare module "typescript" {
|
||||
/** The version of the language service API */
|
||||
var servicesVersion: string;
|
||||
let servicesVersion: string;
|
||||
interface Node {
|
||||
getSourceFile(): SourceFile;
|
||||
getChildCount(sourceFile?: SourceFile): number;
|
||||
@@ -2007,7 +2007,7 @@ declare module "typescript" {
|
||||
throwIfCancellationRequested(): void;
|
||||
}
|
||||
function createLanguageServiceSourceFile(fileName: string, scriptSnapshot: IScriptSnapshot, scriptTarget: ScriptTarget, version: string, setNodeParents: boolean): SourceFile;
|
||||
var disableIncrementalParsing: boolean;
|
||||
let disableIncrementalParsing: boolean;
|
||||
function updateLanguageServiceSourceFile(sourceFile: SourceFile, scriptSnapshot: IScriptSnapshot, version: string, textChangeRange: TextChangeRange, aggressiveChecks?: boolean): SourceFile;
|
||||
function createDocumentRegistry(): DocumentRegistry;
|
||||
function preProcessFile(sourceText: string, readImportFiles?: boolean): PreProcessedFileInfo;
|
||||
|
||||
@@ -4864,7 +4864,7 @@ declare module "typescript" {
|
||||
>stringIndexType : Type
|
||||
>Type : Type
|
||||
|
||||
numberIndexType: Type;
|
||||
numberIndexType: Type;
|
||||
|
||||
>numberIndexType : Type
|
||||
>Type : Type
|
||||
@@ -6214,7 +6214,7 @@ declare module "typescript" {
|
||||
>Node : Node
|
||||
>T : T
|
||||
>T : T
|
||||
|
||||
|
||||
function modifierToFlag(token: SyntaxKind): NodeFlags;
|
||||
|
||||
>modifierToFlag : (token: SyntaxKind) => NodeFlags
|
||||
|
||||
@@ -1557,7 +1557,7 @@ declare module "typescript" {
|
||||
}
|
||||
declare module "typescript" {
|
||||
/** The version of the language service API */
|
||||
var servicesVersion: string;
|
||||
let servicesVersion: string;
|
||||
interface Node {
|
||||
getSourceFile(): SourceFile;
|
||||
getChildCount(sourceFile?: SourceFile): number;
|
||||
@@ -2044,7 +2044,7 @@ declare module "typescript" {
|
||||
throwIfCancellationRequested(): void;
|
||||
}
|
||||
function createLanguageServiceSourceFile(fileName: string, scriptSnapshot: IScriptSnapshot, scriptTarget: ScriptTarget, version: string, setNodeParents: boolean): SourceFile;
|
||||
var disableIncrementalParsing: boolean;
|
||||
let disableIncrementalParsing: boolean;
|
||||
function updateLanguageServiceSourceFile(sourceFile: SourceFile, scriptSnapshot: IScriptSnapshot, version: string, textChangeRange: TextChangeRange, aggressiveChecks?: boolean): SourceFile;
|
||||
function createDocumentRegistry(): DocumentRegistry;
|
||||
function preProcessFile(sourceText: string, readImportFiles?: boolean): PreProcessedFileInfo;
|
||||
|
||||
@@ -5037,7 +5037,7 @@ declare module "typescript" {
|
||||
>stringIndexType : Type
|
||||
>Type : Type
|
||||
|
||||
numberIndexType: Type;
|
||||
numberIndexType: Type;
|
||||
|
||||
>numberIndexType : Type
|
||||
>Type : Type
|
||||
@@ -6387,7 +6387,7 @@ declare module "typescript" {
|
||||
>Node : Node
|
||||
>T : T
|
||||
>T : T
|
||||
|
||||
|
||||
function modifierToFlag(token: SyntaxKind): NodeFlags;
|
||||
|
||||
>modifierToFlag : (token: SyntaxKind) => NodeFlags
|
||||
|
||||
Reference in New Issue
Block a user