Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
core
DiffComputer
Interface DiffComputer
interface
DiffComputer
{
computeDiff
(
left
,
right
,
options
?
)
:
Promise
<
undefined
|
Diff
>
;
}
Index
Methods
compute
Diff
Methods
compute
Diff
compute
Diff
(
left
,
right
,
options
?
)
:
Promise
<
undefined
|
Diff
>
Parameters
left
:
URI
right
:
URI
Optional
options
:
DiffComputerOptions
Returns
Promise
<
undefined
|
Diff
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
compute
Diff
Theia TypeDoc
Loading...