Skip to main content
Home

Built and signed on GitHub Actions

Modern JS/TS and Unicode-friendly version of diff-match-patch.

This package works with Node.js, Deno, Bun, BrowsersIt is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
100%
Published
a year ago (0.1.1)
type alias DiffMatchPatchConfig

Instance-level configuration options for the Differ class to pass to the underlying DiffMatchPatch instance.

Definition

[K in "Diff_Timeout" | "Diff_EditCost" in keyof DiffMatchPatchConfigKey<K>]: DiffMatchPatch[K]

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@clearlylocal/diff-match-patch-unicode

Import symbol

import { type DiffMatchPatchConfig } from "@clearlylocal/diff-match-patch-unicode/Differ";
or

Import directly with a jsr specifier

import { type DiffMatchPatchConfig } from "jsr:@clearlylocal/diff-match-patch-unicode/Differ";

Add Package

pnpm i jsr:@clearlylocal/diff-match-patch-unicode
or (using pnpm 10.8 or older)
pnpm dlx jsr add @clearlylocal/diff-match-patch-unicode

Import symbol

import { type DiffMatchPatchConfig } from "@clearlylocal/diff-match-patch-unicode/Differ";

Add Package

yarn add jsr:@clearlylocal/diff-match-patch-unicode
or (using Yarn 4.8 or older)
yarn dlx jsr add @clearlylocal/diff-match-patch-unicode

Import symbol

import { type DiffMatchPatchConfig } from "@clearlylocal/diff-match-patch-unicode/Differ";

Add Package

vlt install jsr:@clearlylocal/diff-match-patch-unicode

Import symbol

import { type DiffMatchPatchConfig } from "@clearlylocal/diff-match-patch-unicode/Differ";

Add Package

npx jsr add @clearlylocal/diff-match-patch-unicode

Import symbol

import { type DiffMatchPatchConfig } from "@clearlylocal/diff-match-patch-unicode/Differ";

Add Package

bunx jsr add @clearlylocal/diff-match-patch-unicode

Import symbol

import { type DiffMatchPatchConfig } from "@clearlylocal/diff-match-patch-unicode/Differ";