mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 08:11:30 -06:00
Update the comment on emit handler method
This commit is contained in:
parent
993890f06c
commit
142a88a4ae
@ -76,14 +76,13 @@ namespace ts {
|
||||
* For all source files, either "onUpdateSourceFile" or "onUpdateSourceFileWithSameVersion" will be called.
|
||||
* If the builder is sure that the source file needs an update, "onUpdateSourceFile" will be called;
|
||||
* otherwise "onUpdateSourceFileWithSameVersion" will be called.
|
||||
* This should return whether the source file should be marked as changed (meaning that something associated with file has changed, e.g. module resolution)
|
||||
*/
|
||||
onUpdateSourceFile(program: Program, sourceFile: SourceFile): void;
|
||||
/**
|
||||
* For all source files, either "onUpdateSourceFile" or "onUpdateSourceFileWithSameVersion" will be called.
|
||||
* If the builder is sure that the source file needs an update, "onUpdateSourceFile" will be called;
|
||||
* otherwise "onUpdateSourceFileWithSameVersion" will be called.
|
||||
* This should return whether the source file should be marked as changed (meaning that something associated with file has changed, e.g. module resolution)
|
||||
* This function should return whether the source file should be marked as changed (meaning that something associated with file has changed, e.g. module resolution)
|
||||
*/
|
||||
onUpdateSourceFileWithSameVersion(program: Program, sourceFile: SourceFile): boolean;
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user