mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-19 20:37:00 -05:00
@@ -603,7 +603,6 @@ namespace ts {
|
||||
/*@internal*/
|
||||
getCurrentProgram(): T;
|
||||
/** Closes the watch */
|
||||
/*@internal*/
|
||||
close(): void;
|
||||
}
|
||||
|
||||
|
||||
@@ -4548,6 +4548,8 @@ declare namespace ts {
|
||||
interface Watch<T> {
|
||||
/** Synchronize with host and get updated program */
|
||||
getProgram(): T;
|
||||
/** Closes the watch */
|
||||
close(): void;
|
||||
}
|
||||
/**
|
||||
* Creates the watch what generates program using the config file
|
||||
|
||||
@@ -4548,6 +4548,8 @@ declare namespace ts {
|
||||
interface Watch<T> {
|
||||
/** Synchronize with host and get updated program */
|
||||
getProgram(): T;
|
||||
/** Closes the watch */
|
||||
close(): void;
|
||||
}
|
||||
/**
|
||||
* Creates the watch what generates program using the config file
|
||||
|
||||
Reference in New Issue
Block a user