@revideo/2d / code / defaultDiffer
Function: defaultDiffer()
defaultDiffer(
from,to,tokenize):CodeTag[]
Defined in: 2d/src/lib/code/CodeDiffer.ts:32
Default diffing function utilizing code.patienceDiff.
Parameters
from
The original code scope.
to
The new code scope.
tokenize
The inherited tokenizer to use.
Returns
CodeTag[]