Ace API Reference
Preparing search index...
src/ext/diff
IDiffProvider
Interface IDiffProvider
interface
IDiffProvider
{
compute
:
(
originalLines
:
string
[]
,
modifiedLines
:
string
[]
,
opts
?:
any
,
)
=>
DiffChunk
[]
;
}
Index
Properties
compute
Properties
compute
compute
:
(
originalLines
:
string
[]
,
modifiedLines
:
string
[]
,
opts
?:
any
,
)
=>
DiffChunk
[]
Computes differences between original and modified lines
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
compute
Ace API Reference
Loading...
Computes differences between original and modified lines