mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 11:35:42 -06:00
Fix interface.
This commit is contained in:
parent
161dc656cb
commit
c6088ce683
@ -6,7 +6,7 @@ module TypeScript.IncrementalParser {
|
||||
oldSourceUnitCursor: SyntaxCursor;
|
||||
}
|
||||
|
||||
interface ISyntaxElementInternal extends ISyntaxToken {
|
||||
interface ISyntaxElementInternal extends ISyntaxElement {
|
||||
intersectsChange: boolean;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user