bit-diff
ES6 use
With StealJS, you can import this module directly in a template that is autorendered:
Parameters
old-text
(required): The original text being replaced1.new-text
(required): The new text that is replacing the original1.mode
: Numeric value, which mode to start the diff in. Options:0
for side-by-side,1
for inline. Default to inline.width
: Width of the diff box. Defaults to 600px. Width can be numeric (600
- assumes px), pixel (600px
), or percentage (100%
)
1If using an ES6 compiler, multi-line values can be used when enclosed in back-ticks (\``). Otherwise new-lines (
\n`) should be added.