export * from './vs/base/common/diff/diff'; export * from './vs/base/common/diff/diffChange'; export * from './vs/editor/common/diff/defaultLinesDiffComputer/defaultLinesDiffComputer'; export * from './vs/editor/common/diff/legacyLinesDiffComputer'; export * from './vs/editor/common/diff/linesDiffComputer'; export * from './vs/editor/common/diff/linesDiffComputers'; export * from './vs/editor/common/diff/rangeMapping';