mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-27 22:39:59 -05:00
Fix interface.
This commit is contained in:
@@ -6,7 +6,7 @@ module TypeScript.IncrementalParser {
|
||||
oldSourceUnitCursor: SyntaxCursor;
|
||||
}
|
||||
|
||||
interface ISyntaxElementInternal extends ISyntaxToken {
|
||||
interface ISyntaxElementInternal extends ISyntaxElement {
|
||||
intersectsChange: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user