pokeedex 0.1.0 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (560) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -5
  3. data/bin/pokeedex +1 -44
  4. data/lib/pokeedex/configuration.rb +0 -6
  5. data/lib/pokeedex/install_playwright.rb +62 -0
  6. data/lib/pokeedex/pokemon/scrapper/fetchers/base.rb +1 -1
  7. data/lib/pokeedex/version.rb +1 -1
  8. data/lib/pokeedex.rb +5 -2
  9. data/spec/pokeedex/configuration_spec.rb +0 -7
  10. data/spec/spec_helper.rb +1 -1
  11. metadata +2 -550
  12. data/node_modules/.bin/playwright +0 -1
  13. data/node_modules/.bin/playwright-core +0 -1
  14. data/node_modules/.yarn-integrity +0 -22
  15. data/node_modules/@playwright/test/LICENSE +0 -202
  16. data/node_modules/@playwright/test/NOTICE +0 -5
  17. data/node_modules/@playwright/test/README.md +0 -169
  18. data/node_modules/@playwright/test/cli.js +0 -19
  19. data/node_modules/@playwright/test/index.d.ts +0 -18
  20. data/node_modules/@playwright/test/index.js +0 -17
  21. data/node_modules/@playwright/test/index.mjs +0 -18
  22. data/node_modules/@playwright/test/node_modules/.bin/playwright +0 -1
  23. data/node_modules/@playwright/test/package.json +0 -35
  24. data/node_modules/@playwright/test/reporter.d.ts +0 -17
  25. data/node_modules/@playwright/test/reporter.js +0 -17
  26. data/node_modules/@playwright/test/reporter.mjs +0 -17
  27. data/node_modules/@types/node/LICENSE +0 -21
  28. data/node_modules/@types/node/README.md +0 -15
  29. data/node_modules/@types/node/assert/strict.d.ts +0 -8
  30. data/node_modules/@types/node/assert.d.ts +0 -1040
  31. data/node_modules/@types/node/async_hooks.d.ts +0 -541
  32. data/node_modules/@types/node/buffer.d.ts +0 -2300
  33. data/node_modules/@types/node/child_process.d.ts +0 -1544
  34. data/node_modules/@types/node/cluster.d.ts +0 -578
  35. data/node_modules/@types/node/console.d.ts +0 -452
  36. data/node_modules/@types/node/constants.d.ts +0 -19
  37. data/node_modules/@types/node/crypto.d.ts +0 -4451
  38. data/node_modules/@types/node/dgram.d.ts +0 -596
  39. data/node_modules/@types/node/diagnostics_channel.d.ts +0 -554
  40. data/node_modules/@types/node/dns/promises.d.ts +0 -476
  41. data/node_modules/@types/node/dns.d.ts +0 -865
  42. data/node_modules/@types/node/dom-events.d.ts +0 -124
  43. data/node_modules/@types/node/domain.d.ts +0 -170
  44. data/node_modules/@types/node/events.d.ts +0 -931
  45. data/node_modules/@types/node/fs/promises.d.ts +0 -1264
  46. data/node_modules/@types/node/fs.d.ts +0 -4390
  47. data/node_modules/@types/node/globals.d.ts +0 -611
  48. data/node_modules/@types/node/globals.global.d.ts +0 -1
  49. data/node_modules/@types/node/http.d.ts +0 -1921
  50. data/node_modules/@types/node/http2.d.ts +0 -2555
  51. data/node_modules/@types/node/https.d.ts +0 -544
  52. data/node_modules/@types/node/index.d.ts +0 -90
  53. data/node_modules/@types/node/inspector.d.ts +0 -3966
  54. data/node_modules/@types/node/module.d.ts +0 -301
  55. data/node_modules/@types/node/net.d.ts +0 -995
  56. data/node_modules/@types/node/os.d.ts +0 -495
  57. data/node_modules/@types/node/package.json +0 -217
  58. data/node_modules/@types/node/path.d.ts +0 -200
  59. data/node_modules/@types/node/perf_hooks.d.ts +0 -941
  60. data/node_modules/@types/node/process.d.ts +0 -1912
  61. data/node_modules/@types/node/punycode.d.ts +0 -117
  62. data/node_modules/@types/node/querystring.d.ts +0 -153
  63. data/node_modules/@types/node/readline/promises.d.ts +0 -150
  64. data/node_modules/@types/node/readline.d.ts +0 -540
  65. data/node_modules/@types/node/repl.d.ts +0 -430
  66. data/node_modules/@types/node/sea.d.ts +0 -153
  67. data/node_modules/@types/node/sqlite.d.ts +0 -213
  68. data/node_modules/@types/node/stream/consumers.d.ts +0 -12
  69. data/node_modules/@types/node/stream/promises.d.ts +0 -83
  70. data/node_modules/@types/node/stream/web.d.ts +0 -606
  71. data/node_modules/@types/node/stream.d.ts +0 -1726
  72. data/node_modules/@types/node/string_decoder.d.ts +0 -67
  73. data/node_modules/@types/node/test.d.ts +0 -2098
  74. data/node_modules/@types/node/timers/promises.d.ts +0 -97
  75. data/node_modules/@types/node/timers.d.ts +0 -240
  76. data/node_modules/@types/node/tls.d.ts +0 -1220
  77. data/node_modules/@types/node/trace_events.d.ts +0 -197
  78. data/node_modules/@types/node/tty.d.ts +0 -208
  79. data/node_modules/@types/node/url.d.ts +0 -969
  80. data/node_modules/@types/node/util.d.ts +0 -2301
  81. data/node_modules/@types/node/v8.d.ts +0 -808
  82. data/node_modules/@types/node/vm.d.ts +0 -922
  83. data/node_modules/@types/node/wasi.d.ts +0 -181
  84. data/node_modules/@types/node/worker_threads.d.ts +0 -712
  85. data/node_modules/@types/node/zlib.d.ts +0 -539
  86. data/node_modules/fsevents/LICENSE +0 -22
  87. data/node_modules/fsevents/README.md +0 -83
  88. data/node_modules/fsevents/fsevents.d.ts +0 -46
  89. data/node_modules/fsevents/fsevents.js +0 -82
  90. data/node_modules/fsevents/fsevents.node +0 -0
  91. data/node_modules/fsevents/package.json +0 -62
  92. data/node_modules/playwright/.eslintrc.js +0 -6
  93. data/node_modules/playwright/LICENSE +0 -202
  94. data/node_modules/playwright/NOTICE +0 -5
  95. data/node_modules/playwright/README.md +0 -169
  96. data/node_modules/playwright/ThirdPartyNotices.txt +0 -4356
  97. data/node_modules/playwright/cli.js +0 -19
  98. data/node_modules/playwright/index.d.ts +0 -17
  99. data/node_modules/playwright/index.js +0 -17
  100. data/node_modules/playwright/index.mjs +0 -18
  101. data/node_modules/playwright/jsx-runtime.js +0 -41
  102. data/node_modules/playwright/jsx-runtime.mjs +0 -21
  103. data/node_modules/playwright/lib/common/config.js +0 -256
  104. data/node_modules/playwright/lib/common/configLoader.js +0 -321
  105. data/node_modules/playwright/lib/common/esmLoaderHost.js +0 -93
  106. data/node_modules/playwright/lib/common/expectBundle.js +0 -27
  107. data/node_modules/playwright/lib/common/expectBundleImpl.js +0 -389
  108. data/node_modules/playwright/lib/common/fixtures.js +0 -323
  109. data/node_modules/playwright/lib/common/globals.js +0 -48
  110. data/node_modules/playwright/lib/common/ipc.js +0 -48
  111. data/node_modules/playwright/lib/common/poolBuilder.js +0 -79
  112. data/node_modules/playwright/lib/common/process.js +0 -140
  113. data/node_modules/playwright/lib/common/suiteUtils.js +0 -133
  114. data/node_modules/playwright/lib/common/test.js +0 -311
  115. data/node_modules/playwright/lib/common/testLoader.js +0 -102
  116. data/node_modules/playwright/lib/common/testType.js +0 -284
  117. data/node_modules/playwright/lib/fsWatcher.js +0 -69
  118. data/node_modules/playwright/lib/index.js +0 -888
  119. data/node_modules/playwright/lib/internalsForTest.js +0 -28
  120. data/node_modules/playwright/lib/isomorphic/events.js +0 -72
  121. data/node_modules/playwright/lib/isomorphic/folders.js +0 -25
  122. data/node_modules/playwright/lib/isomorphic/stringInternPool.js +0 -58
  123. data/node_modules/playwright/lib/isomorphic/teleReceiver.js +0 -504
  124. data/node_modules/playwright/lib/isomorphic/teleSuiteUpdater.js +0 -149
  125. data/node_modules/playwright/lib/isomorphic/testServerConnection.js +0 -210
  126. data/node_modules/playwright/lib/isomorphic/testServerInterface.js +0 -5
  127. data/node_modules/playwright/lib/isomorphic/testTree.js +0 -272
  128. data/node_modules/playwright/lib/loader/loaderMain.js +0 -58
  129. data/node_modules/playwright/lib/matchers/expect.js +0 -297
  130. data/node_modules/playwright/lib/matchers/matcherHint.js +0 -50
  131. data/node_modules/playwright/lib/matchers/matchers.js +0 -449
  132. data/node_modules/playwright/lib/matchers/toBeTruthy.js +0 -55
  133. data/node_modules/playwright/lib/matchers/toEqual.js +0 -57
  134. data/node_modules/playwright/lib/matchers/toMatchSnapshot.js +0 -383
  135. data/node_modules/playwright/lib/matchers/toMatchText.js +0 -76
  136. data/node_modules/playwright/lib/plugins/gitCommitInfoPlugin.js +0 -78
  137. data/node_modules/playwright/lib/plugins/index.js +0 -19
  138. data/node_modules/playwright/lib/plugins/webServerPlugin.js +0 -187
  139. data/node_modules/playwright/lib/program.js +0 -346
  140. data/node_modules/playwright/lib/reporters/base.js +0 -553
  141. data/node_modules/playwright/lib/reporters/blob.js +0 -133
  142. data/node_modules/playwright/lib/reporters/dot.js +0 -82
  143. data/node_modules/playwright/lib/reporters/empty.js +0 -42
  144. data/node_modules/playwright/lib/reporters/github.js +0 -115
  145. data/node_modules/playwright/lib/reporters/html.js +0 -623
  146. data/node_modules/playwright/lib/reporters/internalReporter.js +0 -123
  147. data/node_modules/playwright/lib/reporters/json.js +0 -243
  148. data/node_modules/playwright/lib/reporters/junit.js +0 -233
  149. data/node_modules/playwright/lib/reporters/line.js +0 -108
  150. data/node_modules/playwright/lib/reporters/list.js +0 -222
  151. data/node_modules/playwright/lib/reporters/markdown.js +0 -76
  152. data/node_modules/playwright/lib/reporters/merge.js +0 -477
  153. data/node_modules/playwright/lib/reporters/multiplexer.js +0 -90
  154. data/node_modules/playwright/lib/reporters/reporterV2.js +0 -118
  155. data/node_modules/playwright/lib/reporters/teleEmitter.js +0 -268
  156. data/node_modules/playwright/lib/reporters/versions/blobV1.js +0 -5
  157. data/node_modules/playwright/lib/runner/dispatcher.js +0 -532
  158. data/node_modules/playwright/lib/runner/failureTracker.js +0 -60
  159. data/node_modules/playwright/lib/runner/loadUtils.js +0 -308
  160. data/node_modules/playwright/lib/runner/loaderHost.js +0 -85
  161. data/node_modules/playwright/lib/runner/processHost.js +0 -175
  162. data/node_modules/playwright/lib/runner/projectUtils.js +0 -203
  163. data/node_modules/playwright/lib/runner/reporters.js +0 -151
  164. data/node_modules/playwright/lib/runner/runner.js +0 -179
  165. data/node_modules/playwright/lib/runner/sigIntWatcher.js +0 -100
  166. data/node_modules/playwright/lib/runner/taskRunner.js +0 -147
  167. data/node_modules/playwright/lib/runner/tasks.js +0 -407
  168. data/node_modules/playwright/lib/runner/testGroups.js +0 -136
  169. data/node_modules/playwright/lib/runner/testServer.js +0 -605
  170. data/node_modules/playwright/lib/runner/uiModeReporter.js +0 -31
  171. data/node_modules/playwright/lib/runner/vcs.js +0 -55
  172. data/node_modules/playwright/lib/runner/watchMode.js +0 -398
  173. data/node_modules/playwright/lib/runner/workerHost.js +0 -85
  174. data/node_modules/playwright/lib/third_party/tsconfig-loader.js +0 -134
  175. data/node_modules/playwright/lib/transform/babelBundle.js +0 -28
  176. data/node_modules/playwright/lib/transform/babelBundleImpl.js +0 -2032
  177. data/node_modules/playwright/lib/transform/compilationCache.js +0 -254
  178. data/node_modules/playwright/lib/transform/esmLoader.js +0 -117
  179. data/node_modules/playwright/lib/transform/esmUtils.js +0 -32
  180. data/node_modules/playwright/lib/transform/portTransport.js +0 -81
  181. data/node_modules/playwright/lib/transform/transform.js +0 -267
  182. data/node_modules/playwright/lib/util.js +0 -356
  183. data/node_modules/playwright/lib/utilsBundle.js +0 -28
  184. data/node_modules/playwright/lib/utilsBundleImpl.js +0 -102
  185. data/node_modules/playwright/lib/worker/fixtureRunner.js +0 -279
  186. data/node_modules/playwright/lib/worker/testInfo.js +0 -397
  187. data/node_modules/playwright/lib/worker/testTracing.js +0 -314
  188. data/node_modules/playwright/lib/worker/timeoutManager.js +0 -153
  189. data/node_modules/playwright/lib/worker/workerMain.js +0 -637
  190. data/node_modules/playwright/node_modules/.bin/playwright-core +0 -1
  191. data/node_modules/playwright/package.json +0 -66
  192. data/node_modules/playwright/test.d.ts +0 -18
  193. data/node_modules/playwright/test.js +0 -24
  194. data/node_modules/playwright/test.mjs +0 -33
  195. data/node_modules/playwright/types/test.d.ts +0 -8444
  196. data/node_modules/playwright/types/testReporter.d.ts +0 -749
  197. data/node_modules/playwright-core/LICENSE +0 -202
  198. data/node_modules/playwright-core/NOTICE +0 -5
  199. data/node_modules/playwright-core/README.md +0 -3
  200. data/node_modules/playwright-core/ThirdPartyNotices.txt +0 -1548
  201. data/node_modules/playwright-core/bin/PrintDeps.exe +0 -0
  202. data/node_modules/playwright-core/bin/README.md +0 -2
  203. data/node_modules/playwright-core/bin/install_media_pack.ps1 +0 -5
  204. data/node_modules/playwright-core/bin/reinstall_chrome_beta_linux.sh +0 -40
  205. data/node_modules/playwright-core/bin/reinstall_chrome_beta_mac.sh +0 -13
  206. data/node_modules/playwright-core/bin/reinstall_chrome_beta_win.ps1 +0 -24
  207. data/node_modules/playwright-core/bin/reinstall_chrome_stable_linux.sh +0 -40
  208. data/node_modules/playwright-core/bin/reinstall_chrome_stable_mac.sh +0 -12
  209. data/node_modules/playwright-core/bin/reinstall_chrome_stable_win.ps1 +0 -24
  210. data/node_modules/playwright-core/bin/reinstall_msedge_beta_linux.sh +0 -40
  211. data/node_modules/playwright-core/bin/reinstall_msedge_beta_mac.sh +0 -11
  212. data/node_modules/playwright-core/bin/reinstall_msedge_beta_win.ps1 +0 -23
  213. data/node_modules/playwright-core/bin/reinstall_msedge_dev_linux.sh +0 -40
  214. data/node_modules/playwright-core/bin/reinstall_msedge_dev_mac.sh +0 -11
  215. data/node_modules/playwright-core/bin/reinstall_msedge_dev_win.ps1 +0 -23
  216. data/node_modules/playwright-core/bin/reinstall_msedge_stable_linux.sh +0 -40
  217. data/node_modules/playwright-core/bin/reinstall_msedge_stable_mac.sh +0 -11
  218. data/node_modules/playwright-core/bin/reinstall_msedge_stable_win.ps1 +0 -24
  219. data/node_modules/playwright-core/browsers.json +0 -53
  220. data/node_modules/playwright-core/cli.js +0 -18
  221. data/node_modules/playwright-core/index.d.ts +0 -17
  222. data/node_modules/playwright-core/index.js +0 -33
  223. data/node_modules/playwright-core/index.mjs +0 -28
  224. data/node_modules/playwright-core/lib/androidServerImpl.js +0 -69
  225. data/node_modules/playwright-core/lib/browserServerImpl.js +0 -92
  226. data/node_modules/playwright-core/lib/cli/driver.js +0 -95
  227. data/node_modules/playwright-core/lib/cli/program.js +0 -577
  228. data/node_modules/playwright-core/lib/cli/programWithTestStub.js +0 -67
  229. data/node_modules/playwright-core/lib/client/accessibility.js +0 -50
  230. data/node_modules/playwright-core/lib/client/android.js +0 -473
  231. data/node_modules/playwright-core/lib/client/api.js +0 -279
  232. data/node_modules/playwright-core/lib/client/artifact.js +0 -79
  233. data/node_modules/playwright-core/lib/client/browser.js +0 -145
  234. data/node_modules/playwright-core/lib/client/browserContext.js +0 -541
  235. data/node_modules/playwright-core/lib/client/browserType.js +0 -241
  236. data/node_modules/playwright-core/lib/client/cdpSession.js +0 -53
  237. data/node_modules/playwright-core/lib/client/channelOwner.js +0 -231
  238. data/node_modules/playwright-core/lib/client/clientHelper.js +0 -57
  239. data/node_modules/playwright-core/lib/client/clientInstrumentation.js +0 -50
  240. data/node_modules/playwright-core/lib/client/clock.js +0 -68
  241. data/node_modules/playwright-core/lib/client/connection.js +0 -330
  242. data/node_modules/playwright-core/lib/client/consoleMessage.js +0 -55
  243. data/node_modules/playwright-core/lib/client/coverage.js +0 -41
  244. data/node_modules/playwright-core/lib/client/dialog.js +0 -57
  245. data/node_modules/playwright-core/lib/client/download.js +0 -62
  246. data/node_modules/playwright-core/lib/client/electron.js +0 -135
  247. data/node_modules/playwright-core/lib/client/elementHandle.js +0 -321
  248. data/node_modules/playwright-core/lib/client/errors.js +0 -77
  249. data/node_modules/playwright-core/lib/client/eventEmitter.js +0 -314
  250. data/node_modules/playwright-core/lib/client/events.js +0 -94
  251. data/node_modules/playwright-core/lib/client/fetch.js +0 -396
  252. data/node_modules/playwright-core/lib/client/fileChooser.js +0 -45
  253. data/node_modules/playwright-core/lib/client/frame.js +0 -504
  254. data/node_modules/playwright-core/lib/client/harRouter.js +0 -99
  255. data/node_modules/playwright-core/lib/client/input.js +0 -111
  256. data/node_modules/playwright-core/lib/client/jsHandle.js +0 -129
  257. data/node_modules/playwright-core/lib/client/jsonPipe.js +0 -35
  258. data/node_modules/playwright-core/lib/client/localUtils.js +0 -35
  259. data/node_modules/playwright-core/lib/client/locator.js +0 -441
  260. data/node_modules/playwright-core/lib/client/network.js +0 -604
  261. data/node_modules/playwright-core/lib/client/page.js +0 -725
  262. data/node_modules/playwright-core/lib/client/playwright.js +0 -77
  263. data/node_modules/playwright-core/lib/client/selectors.js +0 -67
  264. data/node_modules/playwright-core/lib/client/stream.js +0 -54
  265. data/node_modules/playwright-core/lib/client/tracing.js +0 -138
  266. data/node_modules/playwright-core/lib/client/types.js +0 -24
  267. data/node_modules/playwright-core/lib/client/video.js +0 -51
  268. data/node_modules/playwright-core/lib/client/waiter.js +0 -158
  269. data/node_modules/playwright-core/lib/client/webError.js +0 -37
  270. data/node_modules/playwright-core/lib/client/worker.js +0 -71
  271. data/node_modules/playwright-core/lib/client/writableStream.js +0 -54
  272. data/node_modules/playwright-core/lib/common/socksProxy.js +0 -569
  273. data/node_modules/playwright-core/lib/common/timeoutSettings.js +0 -73
  274. data/node_modules/playwright-core/lib/common/types.js +0 -5
  275. data/node_modules/playwright-core/lib/generated/clockSource.js +0 -7
  276. data/node_modules/playwright-core/lib/generated/consoleApiSource.js +0 -7
  277. data/node_modules/playwright-core/lib/generated/injectedScriptSource.js +0 -7
  278. data/node_modules/playwright-core/lib/generated/recorderSource.js +0 -7
  279. data/node_modules/playwright-core/lib/generated/utilityScriptSource.js +0 -7
  280. data/node_modules/playwright-core/lib/image_tools/colorUtils.js +0 -98
  281. data/node_modules/playwright-core/lib/image_tools/compare.js +0 -108
  282. data/node_modules/playwright-core/lib/image_tools/imageChannel.js +0 -70
  283. data/node_modules/playwright-core/lib/image_tools/stats.js +0 -102
  284. data/node_modules/playwright-core/lib/inProcessFactory.js +0 -54
  285. data/node_modules/playwright-core/lib/inprocess.js +0 -20
  286. data/node_modules/playwright-core/lib/outofprocess.js +0 -67
  287. data/node_modules/playwright-core/lib/protocol/debug.js +0 -27
  288. data/node_modules/playwright-core/lib/protocol/serializers.js +0 -173
  289. data/node_modules/playwright-core/lib/protocol/transport.js +0 -82
  290. data/node_modules/playwright-core/lib/protocol/validator.js +0 -2694
  291. data/node_modules/playwright-core/lib/protocol/validatorPrimitives.js +0 -139
  292. data/node_modules/playwright-core/lib/remote/playwrightConnection.js +0 -274
  293. data/node_modules/playwright-core/lib/remote/playwrightServer.js +0 -110
  294. data/node_modules/playwright-core/lib/server/accessibility.js +0 -62
  295. data/node_modules/playwright-core/lib/server/android/android.js +0 -441
  296. data/node_modules/playwright-core/lib/server/android/backendAdb.js +0 -172
  297. data/node_modules/playwright-core/lib/server/artifact.js +0 -104
  298. data/node_modules/playwright-core/lib/server/bidi/bidiBrowser.js +0 -296
  299. data/node_modules/playwright-core/lib/server/bidi/bidiConnection.js +0 -206
  300. data/node_modules/playwright-core/lib/server/bidi/bidiExecutionContext.js +0 -162
  301. data/node_modules/playwright-core/lib/server/bidi/bidiFirefox.js +0 -110
  302. data/node_modules/playwright-core/lib/server/bidi/bidiInput.js +0 -174
  303. data/node_modules/playwright-core/lib/server/bidi/bidiNetworkManager.js +0 -304
  304. data/node_modules/playwright-core/lib/server/bidi/bidiPage.js +0 -456
  305. data/node_modules/playwright-core/lib/server/bidi/third_party/bidiDeserializer.js +0 -93
  306. data/node_modules/playwright-core/lib/server/bidi/third_party/bidiKeyboard.js +0 -238
  307. data/node_modules/playwright-core/lib/server/bidi/third_party/bidiProtocol.js +0 -139
  308. data/node_modules/playwright-core/lib/server/bidi/third_party/bidiSerializer.js +0 -144
  309. data/node_modules/playwright-core/lib/server/browser.js +0 -137
  310. data/node_modules/playwright-core/lib/server/browserContext.js +0 -684
  311. data/node_modules/playwright-core/lib/server/browserType.js +0 -307
  312. data/node_modules/playwright-core/lib/server/chromium/appIcon.png +0 -0
  313. data/node_modules/playwright-core/lib/server/chromium/chromium.js +0 -362
  314. data/node_modules/playwright-core/lib/server/chromium/chromiumSwitches.js +0 -44
  315. data/node_modules/playwright-core/lib/server/chromium/crAccessibility.js +0 -237
  316. data/node_modules/playwright-core/lib/server/chromium/crBrowser.js +0 -515
  317. data/node_modules/playwright-core/lib/server/chromium/crConnection.js +0 -228
  318. data/node_modules/playwright-core/lib/server/chromium/crCoverage.js +0 -246
  319. data/node_modules/playwright-core/lib/server/chromium/crDevTools.js +0 -104
  320. data/node_modules/playwright-core/lib/server/chromium/crDragDrop.js +0 -143
  321. data/node_modules/playwright-core/lib/server/chromium/crExecutionContext.js +0 -156
  322. data/node_modules/playwright-core/lib/server/chromium/crInput.js +0 -171
  323. data/node_modules/playwright-core/lib/server/chromium/crNetworkManager.js +0 -767
  324. data/node_modules/playwright-core/lib/server/chromium/crPage.js +0 -1128
  325. data/node_modules/playwright-core/lib/server/chromium/crPdf.js +0 -153
  326. data/node_modules/playwright-core/lib/server/chromium/crProtocolHelper.js +0 -133
  327. data/node_modules/playwright-core/lib/server/chromium/crServiceWorker.js +0 -112
  328. data/node_modules/playwright-core/lib/server/chromium/defaultFontFamilies.js +0 -145
  329. data/node_modules/playwright-core/lib/server/chromium/videoRecorder.js +0 -155
  330. data/node_modules/playwright-core/lib/server/clock.js +0 -125
  331. data/node_modules/playwright-core/lib/server/codegen/csharp.js +0 -299
  332. data/node_modules/playwright-core/lib/server/codegen/java.js +0 -235
  333. data/node_modules/playwright-core/lib/server/codegen/javascript.js +0 -223
  334. data/node_modules/playwright-core/lib/server/codegen/jsonl.js +0 -47
  335. data/node_modules/playwright-core/lib/server/codegen/language.js +0 -76
  336. data/node_modules/playwright-core/lib/server/codegen/languages.js +0 -30
  337. data/node_modules/playwright-core/lib/server/codegen/python.js +0 -265
  338. data/node_modules/playwright-core/lib/server/codegen/types.js +0 -5
  339. data/node_modules/playwright-core/lib/server/console.js +0 -57
  340. data/node_modules/playwright-core/lib/server/cookieStore.js +0 -112
  341. data/node_modules/playwright-core/lib/server/debugController.js +0 -234
  342. data/node_modules/playwright-core/lib/server/debugger.js +0 -132
  343. data/node_modules/playwright-core/lib/server/deviceDescriptors.js +0 -26
  344. data/node_modules/playwright-core/lib/server/deviceDescriptorsSource.json +0 -1669
  345. data/node_modules/playwright-core/lib/server/dialog.js +0 -70
  346. data/node_modules/playwright-core/lib/server/dispatchers/androidDispatcher.js +0 -193
  347. data/node_modules/playwright-core/lib/server/dispatchers/artifactDispatcher.js +0 -118
  348. data/node_modules/playwright-core/lib/server/dispatchers/browserContextDispatcher.js +0 -351
  349. data/node_modules/playwright-core/lib/server/dispatchers/browserDispatcher.js +0 -170
  350. data/node_modules/playwright-core/lib/server/dispatchers/browserTypeDispatcher.js +0 -55
  351. data/node_modules/playwright-core/lib/server/dispatchers/cdpSessionDispatcher.js +0 -48
  352. data/node_modules/playwright-core/lib/server/dispatchers/debugControllerDispatcher.js +0 -103
  353. data/node_modules/playwright-core/lib/server/dispatchers/dialogDispatcher.js +0 -44
  354. data/node_modules/playwright-core/lib/server/dispatchers/dispatcher.js +0 -395
  355. data/node_modules/playwright-core/lib/server/dispatchers/electronDispatcher.js +0 -93
  356. data/node_modules/playwright-core/lib/server/dispatchers/elementHandlerDispatcher.js +0 -228
  357. data/node_modules/playwright-core/lib/server/dispatchers/frameDispatcher.js +0 -286
  358. data/node_modules/playwright-core/lib/server/dispatchers/jsHandleDispatcher.js +0 -102
  359. data/node_modules/playwright-core/lib/server/dispatchers/jsonPipeDispatcher.js +0 -59
  360. data/node_modules/playwright-core/lib/server/dispatchers/localUtilsDispatcher.js +0 -413
  361. data/node_modules/playwright-core/lib/server/dispatchers/networkDispatchers.js +0 -221
  362. data/node_modules/playwright-core/lib/server/dispatchers/pageDispatcher.js +0 -358
  363. data/node_modules/playwright-core/lib/server/dispatchers/playwrightDispatcher.js +0 -106
  364. data/node_modules/playwright-core/lib/server/dispatchers/selectorsDispatcher.js +0 -36
  365. data/node_modules/playwright-core/lib/server/dispatchers/streamDispatcher.js +0 -62
  366. data/node_modules/playwright-core/lib/server/dispatchers/tracingDispatcher.js +0 -54
  367. data/node_modules/playwright-core/lib/server/dispatchers/writableStreamDispatcher.js +0 -58
  368. data/node_modules/playwright-core/lib/server/dom.js +0 -845
  369. data/node_modules/playwright-core/lib/server/download.js +0 -53
  370. data/node_modules/playwright-core/lib/server/electron/electron.js +0 -296
  371. data/node_modules/playwright-core/lib/server/electron/loader.js +0 -57
  372. data/node_modules/playwright-core/lib/server/errors.js +0 -68
  373. data/node_modules/playwright-core/lib/server/fetch.js +0 -660
  374. data/node_modules/playwright-core/lib/server/fileChooser.js +0 -42
  375. data/node_modules/playwright-core/lib/server/fileUploadUtils.js +0 -75
  376. data/node_modules/playwright-core/lib/server/firefox/ffAccessibility.js +0 -216
  377. data/node_modules/playwright-core/lib/server/firefox/ffBrowser.js +0 -458
  378. data/node_modules/playwright-core/lib/server/firefox/ffConnection.js +0 -168
  379. data/node_modules/playwright-core/lib/server/firefox/ffExecutionContext.js +0 -138
  380. data/node_modules/playwright-core/lib/server/firefox/ffInput.js +0 -150
  381. data/node_modules/playwright-core/lib/server/firefox/ffNetworkManager.js +0 -233
  382. data/node_modules/playwright-core/lib/server/firefox/ffPage.js +0 -556
  383. data/node_modules/playwright-core/lib/server/firefox/firefox.js +0 -110
  384. data/node_modules/playwright-core/lib/server/formData.js +0 -75
  385. data/node_modules/playwright-core/lib/server/frameSelectors.js +0 -171
  386. data/node_modules/playwright-core/lib/server/frames.js +0 -1654
  387. data/node_modules/playwright-core/lib/server/har/harRecorder.js +0 -139
  388. data/node_modules/playwright-core/lib/server/har/harTracer.js +0 -531
  389. data/node_modules/playwright-core/lib/server/helper.js +0 -103
  390. data/node_modules/playwright-core/lib/server/index.js +0 -114
  391. data/node_modules/playwright-core/lib/server/input.js +0 -311
  392. data/node_modules/playwright-core/lib/server/instrumentation.js +0 -70
  393. data/node_modules/playwright-core/lib/server/isomorphic/utilityScriptSerializers.js +0 -226
  394. data/node_modules/playwright-core/lib/server/javascript.js +0 -306
  395. data/node_modules/playwright-core/lib/server/launchApp.js +0 -91
  396. data/node_modules/playwright-core/lib/server/macEditingCommands.js +0 -139
  397. data/node_modules/playwright-core/lib/server/network.js +0 -617
  398. data/node_modules/playwright-core/lib/server/page.js +0 -825
  399. data/node_modules/playwright-core/lib/server/pipeTransport.js +0 -85
  400. data/node_modules/playwright-core/lib/server/playwright.js +0 -85
  401. data/node_modules/playwright-core/lib/server/progress.js +0 -102
  402. data/node_modules/playwright-core/lib/server/protocolError.js +0 -49
  403. data/node_modules/playwright-core/lib/server/recorder/contextRecorder.js +0 -316
  404. data/node_modules/playwright-core/lib/server/recorder/recorderActions.js +0 -5
  405. data/node_modules/playwright-core/lib/server/recorder/recorderApp.js +0 -190
  406. data/node_modules/playwright-core/lib/server/recorder/recorderCollection.js +0 -127
  407. data/node_modules/playwright-core/lib/server/recorder/recorderRunner.js +0 -177
  408. data/node_modules/playwright-core/lib/server/recorder/recorderUtils.js +0 -71
  409. data/node_modules/playwright-core/lib/server/recorder/throttledFile.js +0 -46
  410. data/node_modules/playwright-core/lib/server/recorder.js +0 -324
  411. data/node_modules/playwright-core/lib/server/registry/browserFetcher.js +0 -168
  412. data/node_modules/playwright-core/lib/server/registry/dependencies.js +0 -322
  413. data/node_modules/playwright-core/lib/server/registry/index.js +0 -924
  414. data/node_modules/playwright-core/lib/server/registry/nativeDeps.js +0 -490
  415. data/node_modules/playwright-core/lib/server/registry/oopDownloadBrowserMain.js +0 -138
  416. data/node_modules/playwright-core/lib/server/screenshotter.js +0 -348
  417. data/node_modules/playwright-core/lib/server/selectors.js +0 -73
  418. data/node_modules/playwright-core/lib/server/socksClientCertificatesInterceptor.js +0 -328
  419. data/node_modules/playwright-core/lib/server/socksInterceptor.js +0 -100
  420. data/node_modules/playwright-core/lib/server/trace/recorder/snapshotter.js +0 -171
  421. data/node_modules/playwright-core/lib/server/trace/recorder/snapshotterInjected.js +0 -493
  422. data/node_modules/playwright-core/lib/server/trace/recorder/tracing.js +0 -486
  423. data/node_modules/playwright-core/lib/server/trace/test/inMemorySnapshotter.js +0 -93
  424. data/node_modules/playwright-core/lib/server/trace/viewer/traceViewer.js +0 -216
  425. data/node_modules/playwright-core/lib/server/transport.js +0 -191
  426. data/node_modules/playwright-core/lib/server/types.js +0 -24
  427. data/node_modules/playwright-core/lib/server/usKeyboardLayout.js +0 -555
  428. data/node_modules/playwright-core/lib/server/webkit/webkit.js +0 -87
  429. data/node_modules/playwright-core/lib/server/webkit/wkAccessibility.js +0 -194
  430. data/node_modules/playwright-core/lib/server/webkit/wkBrowser.js +0 -328
  431. data/node_modules/playwright-core/lib/server/webkit/wkConnection.js +0 -173
  432. data/node_modules/playwright-core/lib/server/webkit/wkExecutionContext.js +0 -146
  433. data/node_modules/playwright-core/lib/server/webkit/wkInput.js +0 -169
  434. data/node_modules/playwright-core/lib/server/webkit/wkInterceptableRequest.js +0 -162
  435. data/node_modules/playwright-core/lib/server/webkit/wkPage.js +0 -1216
  436. data/node_modules/playwright-core/lib/server/webkit/wkProvisionalPage.js +0 -94
  437. data/node_modules/playwright-core/lib/server/webkit/wkWorkers.js +0 -104
  438. data/node_modules/playwright-core/lib/third_party/diff_match_patch.js +0 -2222
  439. data/node_modules/playwright-core/lib/third_party/pixelmatch.js +0 -255
  440. data/node_modules/playwright-core/lib/utils/ascii.js +0 -31
  441. data/node_modules/playwright-core/lib/utils/comparators.js +0 -171
  442. data/node_modules/playwright-core/lib/utils/crypto.js +0 -174
  443. data/node_modules/playwright-core/lib/utils/debug.js +0 -46
  444. data/node_modules/playwright-core/lib/utils/debugLogger.js +0 -91
  445. data/node_modules/playwright-core/lib/utils/env.js +0 -49
  446. data/node_modules/playwright-core/lib/utils/eventsHelper.js +0 -38
  447. data/node_modules/playwright-core/lib/utils/expectUtils.js +0 -33
  448. data/node_modules/playwright-core/lib/utils/fileUtils.js +0 -205
  449. data/node_modules/playwright-core/lib/utils/happy-eyeballs.js +0 -181
  450. data/node_modules/playwright-core/lib/utils/headers.js +0 -52
  451. data/node_modules/playwright-core/lib/utils/hostPlatform.js +0 -133
  452. data/node_modules/playwright-core/lib/utils/httpServer.js +0 -236
  453. data/node_modules/playwright-core/lib/utils/index.js +0 -368
  454. data/node_modules/playwright-core/lib/utils/isomorphic/cssParser.js +0 -250
  455. data/node_modules/playwright-core/lib/utils/isomorphic/cssTokenizer.js +0 -979
  456. data/node_modules/playwright-core/lib/utils/isomorphic/locatorGenerators.js +0 -651
  457. data/node_modules/playwright-core/lib/utils/isomorphic/locatorParser.js +0 -179
  458. data/node_modules/playwright-core/lib/utils/isomorphic/locatorUtils.js +0 -62
  459. data/node_modules/playwright-core/lib/utils/isomorphic/mimeType.js +0 -29
  460. data/node_modules/playwright-core/lib/utils/isomorphic/selectorParser.js +0 -397
  461. data/node_modules/playwright-core/lib/utils/isomorphic/stringUtils.js +0 -139
  462. data/node_modules/playwright-core/lib/utils/isomorphic/traceUtils.js +0 -39
  463. data/node_modules/playwright-core/lib/utils/isomorphic/urlMatch.js +0 -120
  464. data/node_modules/playwright-core/lib/utils/linuxUtils.js +0 -78
  465. data/node_modules/playwright-core/lib/utils/manualPromise.js +0 -109
  466. data/node_modules/playwright-core/lib/utils/multimap.js +0 -75
  467. data/node_modules/playwright-core/lib/utils/network.js +0 -160
  468. data/node_modules/playwright-core/lib/utils/processLauncher.js +0 -248
  469. data/node_modules/playwright-core/lib/utils/profiler.js +0 -53
  470. data/node_modules/playwright-core/lib/utils/rtti.js +0 -44
  471. data/node_modules/playwright-core/lib/utils/semaphore.js +0 -51
  472. data/node_modules/playwright-core/lib/utils/spawnAsync.js +0 -45
  473. data/node_modules/playwright-core/lib/utils/stackTrace.js +0 -121
  474. data/node_modules/playwright-core/lib/utils/task.js +0 -58
  475. data/node_modules/playwright-core/lib/utils/time.js +0 -37
  476. data/node_modules/playwright-core/lib/utils/timeoutRunner.js +0 -66
  477. data/node_modules/playwright-core/lib/utils/traceUtils.js +0 -44
  478. data/node_modules/playwright-core/lib/utils/userAgent.js +0 -105
  479. data/node_modules/playwright-core/lib/utils/wsServer.js +0 -127
  480. data/node_modules/playwright-core/lib/utils/zipFile.js +0 -75
  481. data/node_modules/playwright-core/lib/utils/zones.js +0 -62
  482. data/node_modules/playwright-core/lib/utilsBundle.js +0 -82
  483. data/node_modules/playwright-core/lib/utilsBundleImpl/index.js +0 -53
  484. data/node_modules/playwright-core/lib/utilsBundleImpl/xdg-open +0 -1066
  485. data/node_modules/playwright-core/lib/vite/htmlReport/index.html +0 -66
  486. data/node_modules/playwright-core/lib/vite/recorder/assets/codeMirrorModule-aW6Vz3gf.js +0 -24
  487. data/node_modules/playwright-core/lib/vite/recorder/assets/codeMirrorModule-ez37Vkbh.css +0 -1
  488. data/node_modules/playwright-core/lib/vite/recorder/assets/codicon-DCmgc-ay.ttf +0 -0
  489. data/node_modules/playwright-core/lib/vite/recorder/assets/index-B-MT5gKo.css +0 -1
  490. data/node_modules/playwright-core/lib/vite/recorder/assets/index-DCpXOVIh.js +0 -47
  491. data/node_modules/playwright-core/lib/vite/recorder/index.html +0 -29
  492. data/node_modules/playwright-core/lib/vite/recorder/playwright-logo.svg +0 -9
  493. data/node_modules/playwright-core/lib/vite/traceViewer/assets/codeMirrorModule-eFKCUIu2.js +0 -24
  494. data/node_modules/playwright-core/lib/vite/traceViewer/assets/testServerConnection-DeE2kSzz.js +0 -1
  495. data/node_modules/playwright-core/lib/vite/traceViewer/assets/workbench-D0cirtfA.js +0 -72
  496. data/node_modules/playwright-core/lib/vite/traceViewer/assets/xtermModule-BeNbaIVa.js +0 -9
  497. data/node_modules/playwright-core/lib/vite/traceViewer/codeMirrorModule.ez37Vkbh.css +0 -1
  498. data/node_modules/playwright-core/lib/vite/traceViewer/codicon.DCmgc-ay.ttf +0 -0
  499. data/node_modules/playwright-core/lib/vite/traceViewer/embedded.BkuvsLJp.js +0 -2
  500. data/node_modules/playwright-core/lib/vite/traceViewer/embedded.html +0 -16
  501. data/node_modules/playwright-core/lib/vite/traceViewer/embedded.w7WN2u1R.css +0 -1
  502. data/node_modules/playwright-core/lib/vite/traceViewer/index.C968kAiC.js +0 -2
  503. data/node_modules/playwright-core/lib/vite/traceViewer/index.CrbWWHbf.css +0 -1
  504. data/node_modules/playwright-core/lib/vite/traceViewer/index.html +0 -27
  505. data/node_modules/playwright-core/lib/vite/traceViewer/playwright-logo.svg +0 -9
  506. data/node_modules/playwright-core/lib/vite/traceViewer/snapshot.html +0 -21
  507. data/node_modules/playwright-core/lib/vite/traceViewer/sw.bundle.js +0 -3
  508. data/node_modules/playwright-core/lib/vite/traceViewer/uiMode.BkFnr4V0.js +0 -10
  509. data/node_modules/playwright-core/lib/vite/traceViewer/uiMode.D3cNFP6u.css +0 -1
  510. data/node_modules/playwright-core/lib/vite/traceViewer/uiMode.html +0 -18
  511. data/node_modules/playwright-core/lib/vite/traceViewer/workbench.DjbIuxix.css +0 -1
  512. data/node_modules/playwright-core/lib/vite/traceViewer/xtermModule.DSXBckUd.css +0 -32
  513. data/node_modules/playwright-core/lib/zipBundle.js +0 -25
  514. data/node_modules/playwright-core/lib/zipBundleImpl.js +0 -5
  515. data/node_modules/playwright-core/package.json +0 -44
  516. data/node_modules/playwright-core/types/protocol.d.ts +0 -21500
  517. data/node_modules/playwright-core/types/structs.d.ts +0 -45
  518. data/node_modules/playwright-core/types/types.d.ts +0 -21431
  519. data/node_modules/undici-types/LICENSE +0 -21
  520. data/node_modules/undici-types/README.md +0 -6
  521. data/node_modules/undici-types/agent.d.ts +0 -31
  522. data/node_modules/undici-types/api.d.ts +0 -43
  523. data/node_modules/undici-types/balanced-pool.d.ts +0 -29
  524. data/node_modules/undici-types/cache.d.ts +0 -36
  525. data/node_modules/undici-types/client.d.ts +0 -108
  526. data/node_modules/undici-types/connector.d.ts +0 -34
  527. data/node_modules/undici-types/content-type.d.ts +0 -21
  528. data/node_modules/undici-types/cookies.d.ts +0 -28
  529. data/node_modules/undici-types/diagnostics-channel.d.ts +0 -66
  530. data/node_modules/undici-types/dispatcher.d.ts +0 -255
  531. data/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -21
  532. data/node_modules/undici-types/errors.d.ts +0 -149
  533. data/node_modules/undici-types/eventsource.d.ts +0 -63
  534. data/node_modules/undici-types/fetch.d.ts +0 -209
  535. data/node_modules/undici-types/file.d.ts +0 -39
  536. data/node_modules/undici-types/filereader.d.ts +0 -54
  537. data/node_modules/undici-types/formdata.d.ts +0 -108
  538. data/node_modules/undici-types/global-dispatcher.d.ts +0 -9
  539. data/node_modules/undici-types/global-origin.d.ts +0 -7
  540. data/node_modules/undici-types/handlers.d.ts +0 -15
  541. data/node_modules/undici-types/header.d.ts +0 -4
  542. data/node_modules/undici-types/index.d.ts +0 -71
  543. data/node_modules/undici-types/interceptors.d.ts +0 -15
  544. data/node_modules/undici-types/mock-agent.d.ts +0 -50
  545. data/node_modules/undici-types/mock-client.d.ts +0 -25
  546. data/node_modules/undici-types/mock-errors.d.ts +0 -12
  547. data/node_modules/undici-types/mock-interceptor.d.ts +0 -93
  548. data/node_modules/undici-types/mock-pool.d.ts +0 -25
  549. data/node_modules/undici-types/package.json +0 -55
  550. data/node_modules/undici-types/patch.d.ts +0 -71
  551. data/node_modules/undici-types/pool-stats.d.ts +0 -19
  552. data/node_modules/undici-types/pool.d.ts +0 -39
  553. data/node_modules/undici-types/proxy-agent.d.ts +0 -28
  554. data/node_modules/undici-types/readable.d.ts +0 -60
  555. data/node_modules/undici-types/retry-agent.d.ts +0 -8
  556. data/node_modules/undici-types/retry-handler.d.ts +0 -116
  557. data/node_modules/undici-types/util.d.ts +0 -18
  558. data/node_modules/undici-types/webidl.d.ts +0 -222
  559. data/node_modules/undici-types/websocket.d.ts +0 -152
  560. data/yarn.lock +0 -41
@@ -1,2222 +0,0 @@
1
- /**
2
- * Diff Match and Patch
3
- * Copyright 2018 The diff-match-patch Authors.
4
- * https://github.com/google/diff-match-patch
5
- *
6
- * Licensed under the Apache License, Version 2.0 (the "License");
7
- * you may not use this file except in compliance with the License.
8
- * You may obtain a copy of the License at
9
- *
10
- * http://www.apache.org/licenses/LICENSE-2.0
11
- *
12
- * Unless required by applicable law or agreed to in writing, software
13
- * distributed under the License is distributed on an "AS IS" BASIS,
14
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
- * See the License for the specific language governing permissions and
16
- * limitations under the License.
17
- */
18
-
19
- /**
20
- * @fileoverview Computes the difference between two texts to create a patch.
21
- * Applies the patch onto another text, allowing for errors.
22
- * @author fraser@google.com (Neil Fraser)
23
- */
24
-
25
- /**
26
- * Class containing the diff, match and patch methods.
27
- * @constructor
28
- */
29
- var diff_match_patch = function() {
30
-
31
- // Defaults.
32
- // Redefine these in your program to override the defaults.
33
-
34
- // Number of seconds to map a diff before giving up (0 for infinity).
35
- this.Diff_Timeout = 1.0;
36
- // Cost of an empty edit operation in terms of edit characters.
37
- this.Diff_EditCost = 4;
38
- // At what point is no match declared (0.0 = perfection, 1.0 = very loose).
39
- this.Match_Threshold = 0.5;
40
- // How far to search for a match (0 = exact location, 1000+ = broad match).
41
- // A match this many characters away from the expected location will add
42
- // 1.0 to the score (0.0 is a perfect match).
43
- this.Match_Distance = 1000;
44
- // When deleting a large block of text (over ~64 characters), how close do
45
- // the contents have to be to match the expected contents. (0.0 = perfection,
46
- // 1.0 = very loose). Note that Match_Threshold controls how closely the
47
- // end points of a delete need to match.
48
- this.Patch_DeleteThreshold = 0.5;
49
- // Chunk size for context length.
50
- this.Patch_Margin = 4;
51
-
52
- // The number of bits in an int.
53
- this.Match_MaxBits = 32;
54
- };
55
-
56
-
57
- // DIFF FUNCTIONS
58
-
59
-
60
- /**
61
- * The data structure representing a diff is an array of tuples:
62
- * [[DIFF_DELETE, 'Hello'], [DIFF_INSERT, 'Goodbye'], [DIFF_EQUAL, ' world.']]
63
- * which means: delete 'Hello', add 'Goodbye' and keep ' world.'
64
- */
65
- var DIFF_DELETE = -1;
66
- var DIFF_INSERT = 1;
67
- var DIFF_EQUAL = 0;
68
-
69
- /**
70
- * Class representing one diff tuple.
71
- * Attempts to look like a two-element array (which is what this used to be).
72
- * @param {number} op Operation, one of: DIFF_DELETE, DIFF_INSERT, DIFF_EQUAL.
73
- * @param {string} text Text to be deleted, inserted, or retained.
74
- * @constructor
75
- */
76
- diff_match_patch.Diff = function(op, text) {
77
- this[0] = op;
78
- this[1] = text;
79
- };
80
-
81
- diff_match_patch.Diff.prototype.length = 2;
82
-
83
- /**
84
- * Emulate the output of a two-element array.
85
- * @return {string} Diff operation as a string.
86
- */
87
- diff_match_patch.Diff.prototype.toString = function() {
88
- return this[0] + ',' + this[1];
89
- };
90
-
91
-
92
- /**
93
- * Find the differences between two texts. Simplifies the problem by stripping
94
- * any common prefix or suffix off the texts before diffing.
95
- * @param {string} text1 Old string to be diffed.
96
- * @param {string} text2 New string to be diffed.
97
- * @param {boolean=} opt_checklines Optional speedup flag. If present and false,
98
- * then don't run a line-level diff first to identify the changed areas.
99
- * Defaults to true, which does a faster, slightly less optimal diff.
100
- * @param {number=} opt_deadline Optional time when the diff should be complete
101
- * by. Used internally for recursive calls. Users should set DiffTimeout
102
- * instead.
103
- * @return {!Array.<!diff_match_patch.Diff>} Array of diff tuples.
104
- */
105
- diff_match_patch.prototype.diff_main = function(text1, text2, opt_checklines,
106
- opt_deadline) {
107
- // Set a deadline by which time the diff must be complete.
108
- if (typeof opt_deadline == 'undefined') {
109
- if (this.Diff_Timeout <= 0) {
110
- opt_deadline = Number.MAX_VALUE;
111
- } else {
112
- opt_deadline = (new Date).getTime() + this.Diff_Timeout * 1000;
113
- }
114
- }
115
- var deadline = opt_deadline;
116
-
117
- // Check for null inputs.
118
- if (text1 == null || text2 == null) {
119
- throw new Error('Null input. (diff_main)');
120
- }
121
-
122
- // Check for equality (speedup).
123
- if (text1 == text2) {
124
- if (text1) {
125
- return [new diff_match_patch.Diff(DIFF_EQUAL, text1)];
126
- }
127
- return [];
128
- }
129
-
130
- if (typeof opt_checklines == 'undefined') {
131
- opt_checklines = true;
132
- }
133
- var checklines = opt_checklines;
134
-
135
- // Trim off common prefix (speedup).
136
- var commonlength = this.diff_commonPrefix(text1, text2);
137
- var commonprefix = text1.substring(0, commonlength);
138
- text1 = text1.substring(commonlength);
139
- text2 = text2.substring(commonlength);
140
-
141
- // Trim off common suffix (speedup).
142
- commonlength = this.diff_commonSuffix(text1, text2);
143
- var commonsuffix = text1.substring(text1.length - commonlength);
144
- text1 = text1.substring(0, text1.length - commonlength);
145
- text2 = text2.substring(0, text2.length - commonlength);
146
-
147
- // Compute the diff on the middle block.
148
- var diffs = this.diff_compute_(text1, text2, checklines, deadline);
149
-
150
- // Restore the prefix and suffix.
151
- if (commonprefix) {
152
- diffs.unshift(new diff_match_patch.Diff(DIFF_EQUAL, commonprefix));
153
- }
154
- if (commonsuffix) {
155
- diffs.push(new diff_match_patch.Diff(DIFF_EQUAL, commonsuffix));
156
- }
157
- this.diff_cleanupMerge(diffs);
158
- return diffs;
159
- };
160
-
161
-
162
- /**
163
- * Find the differences between two texts. Assumes that the texts do not
164
- * have any common prefix or suffix.
165
- * @param {string} text1 Old string to be diffed.
166
- * @param {string} text2 New string to be diffed.
167
- * @param {boolean} checklines Speedup flag. If false, then don't run a
168
- * line-level diff first to identify the changed areas.
169
- * If true, then run a faster, slightly less optimal diff.
170
- * @param {number} deadline Time when the diff should be complete by.
171
- * @return {!Array.<!diff_match_patch.Diff>} Array of diff tuples.
172
- * @private
173
- */
174
- diff_match_patch.prototype.diff_compute_ = function(text1, text2, checklines,
175
- deadline) {
176
- var diffs;
177
-
178
- if (!text1) {
179
- // Just add some text (speedup).
180
- return [new diff_match_patch.Diff(DIFF_INSERT, text2)];
181
- }
182
-
183
- if (!text2) {
184
- // Just delete some text (speedup).
185
- return [new diff_match_patch.Diff(DIFF_DELETE, text1)];
186
- }
187
-
188
- var longtext = text1.length > text2.length ? text1 : text2;
189
- var shorttext = text1.length > text2.length ? text2 : text1;
190
- var i = longtext.indexOf(shorttext);
191
- if (i != -1) {
192
- // Shorter text is inside the longer text (speedup).
193
- diffs = [new diff_match_patch.Diff(DIFF_INSERT, longtext.substring(0, i)),
194
- new diff_match_patch.Diff(DIFF_EQUAL, shorttext),
195
- new diff_match_patch.Diff(DIFF_INSERT,
196
- longtext.substring(i + shorttext.length))];
197
- // Swap insertions for deletions if diff is reversed.
198
- if (text1.length > text2.length) {
199
- diffs[0][0] = diffs[2][0] = DIFF_DELETE;
200
- }
201
- return diffs;
202
- }
203
-
204
- if (shorttext.length == 1) {
205
- // Single character string.
206
- // After the previous speedup, the character can't be an equality.
207
- return [new diff_match_patch.Diff(DIFF_DELETE, text1),
208
- new diff_match_patch.Diff(DIFF_INSERT, text2)];
209
- }
210
-
211
- // Check to see if the problem can be split in two.
212
- var hm = this.diff_halfMatch_(text1, text2);
213
- if (hm) {
214
- // A half-match was found, sort out the return data.
215
- var text1_a = hm[0];
216
- var text1_b = hm[1];
217
- var text2_a = hm[2];
218
- var text2_b = hm[3];
219
- var mid_common = hm[4];
220
- // Send both pairs off for separate processing.
221
- var diffs_a = this.diff_main(text1_a, text2_a, checklines, deadline);
222
- var diffs_b = this.diff_main(text1_b, text2_b, checklines, deadline);
223
- // Merge the results.
224
- return diffs_a.concat([new diff_match_patch.Diff(DIFF_EQUAL, mid_common)],
225
- diffs_b);
226
- }
227
-
228
- if (checklines && text1.length > 100 && text2.length > 100) {
229
- return this.diff_lineMode_(text1, text2, deadline);
230
- }
231
-
232
- return this.diff_bisect_(text1, text2, deadline);
233
- };
234
-
235
-
236
- /**
237
- * Do a quick line-level diff on both strings, then rediff the parts for
238
- * greater accuracy.
239
- * This speedup can produce non-minimal diffs.
240
- * @param {string} text1 Old string to be diffed.
241
- * @param {string} text2 New string to be diffed.
242
- * @param {number} deadline Time when the diff should be complete by.
243
- * @return {!Array.<!diff_match_patch.Diff>} Array of diff tuples.
244
- * @private
245
- */
246
- diff_match_patch.prototype.diff_lineMode_ = function(text1, text2, deadline) {
247
- // Scan the text on a line-by-line basis first.
248
- var a = this.diff_linesToChars_(text1, text2);
249
- text1 = a.chars1;
250
- text2 = a.chars2;
251
- var linearray = a.lineArray;
252
-
253
- var diffs = this.diff_main(text1, text2, false, deadline);
254
-
255
- // Convert the diff back to original text.
256
- this.diff_charsToLines_(diffs, linearray);
257
- // Eliminate freak matches (e.g. blank lines)
258
- this.diff_cleanupSemantic(diffs);
259
-
260
- // Rediff any replacement blocks, this time character-by-character.
261
- // Add a dummy entry at the end.
262
- diffs.push(new diff_match_patch.Diff(DIFF_EQUAL, ''));
263
- var pointer = 0;
264
- var count_delete = 0;
265
- var count_insert = 0;
266
- var text_delete = '';
267
- var text_insert = '';
268
- while (pointer < diffs.length) {
269
- switch (diffs[pointer][0]) {
270
- case DIFF_INSERT:
271
- count_insert++;
272
- text_insert += diffs[pointer][1];
273
- break;
274
- case DIFF_DELETE:
275
- count_delete++;
276
- text_delete += diffs[pointer][1];
277
- break;
278
- case DIFF_EQUAL:
279
- // Upon reaching an equality, check for prior redundancies.
280
- if (count_delete >= 1 && count_insert >= 1) {
281
- // Delete the offending records and add the merged ones.
282
- diffs.splice(pointer - count_delete - count_insert,
283
- count_delete + count_insert);
284
- pointer = pointer - count_delete - count_insert;
285
- var subDiff =
286
- this.diff_main(text_delete, text_insert, false, deadline);
287
- for (var j = subDiff.length - 1; j >= 0; j--) {
288
- diffs.splice(pointer, 0, subDiff[j]);
289
- }
290
- pointer = pointer + subDiff.length;
291
- }
292
- count_insert = 0;
293
- count_delete = 0;
294
- text_delete = '';
295
- text_insert = '';
296
- break;
297
- }
298
- pointer++;
299
- }
300
- diffs.pop(); // Remove the dummy entry at the end.
301
-
302
- return diffs;
303
- };
304
-
305
-
306
- /**
307
- * Find the 'middle snake' of a diff, split the problem in two
308
- * and return the recursively constructed diff.
309
- * See Myers 1986 paper: An O(ND) Difference Algorithm and Its Variations.
310
- * @param {string} text1 Old string to be diffed.
311
- * @param {string} text2 New string to be diffed.
312
- * @param {number} deadline Time at which to bail if not yet complete.
313
- * @return {!Array.<!diff_match_patch.Diff>} Array of diff tuples.
314
- * @private
315
- */
316
- diff_match_patch.prototype.diff_bisect_ = function(text1, text2, deadline) {
317
- // Cache the text lengths to prevent multiple calls.
318
- var text1_length = text1.length;
319
- var text2_length = text2.length;
320
- var max_d = Math.ceil((text1_length + text2_length) / 2);
321
- var v_offset = max_d;
322
- var v_length = 2 * max_d;
323
- var v1 = new Array(v_length);
324
- var v2 = new Array(v_length);
325
- // Setting all elements to -1 is faster in Chrome & Firefox than mixing
326
- // integers and undefined.
327
- for (var x = 0; x < v_length; x++) {
328
- v1[x] = -1;
329
- v2[x] = -1;
330
- }
331
- v1[v_offset + 1] = 0;
332
- v2[v_offset + 1] = 0;
333
- var delta = text1_length - text2_length;
334
- // If the total number of characters is odd, then the front path will collide
335
- // with the reverse path.
336
- var front = (delta % 2 != 0);
337
- // Offsets for start and end of k loop.
338
- // Prevents mapping of space beyond the grid.
339
- var k1start = 0;
340
- var k1end = 0;
341
- var k2start = 0;
342
- var k2end = 0;
343
- for (var d = 0; d < max_d; d++) {
344
- // Bail out if deadline is reached.
345
- if ((new Date()).getTime() > deadline) {
346
- break;
347
- }
348
-
349
- // Walk the front path one step.
350
- for (var k1 = -d + k1start; k1 <= d - k1end; k1 += 2) {
351
- var k1_offset = v_offset + k1;
352
- var x1;
353
- if (k1 == -d || (k1 != d && v1[k1_offset - 1] < v1[k1_offset + 1])) {
354
- x1 = v1[k1_offset + 1];
355
- } else {
356
- x1 = v1[k1_offset - 1] + 1;
357
- }
358
- var y1 = x1 - k1;
359
- while (x1 < text1_length && y1 < text2_length &&
360
- text1.charAt(x1) == text2.charAt(y1)) {
361
- x1++;
362
- y1++;
363
- }
364
- v1[k1_offset] = x1;
365
- if (x1 > text1_length) {
366
- // Ran off the right of the graph.
367
- k1end += 2;
368
- } else if (y1 > text2_length) {
369
- // Ran off the bottom of the graph.
370
- k1start += 2;
371
- } else if (front) {
372
- var k2_offset = v_offset + delta - k1;
373
- if (k2_offset >= 0 && k2_offset < v_length && v2[k2_offset] != -1) {
374
- // Mirror x2 onto top-left coordinate system.
375
- var x2 = text1_length - v2[k2_offset];
376
- if (x1 >= x2) {
377
- // Overlap detected.
378
- return this.diff_bisectSplit_(text1, text2, x1, y1, deadline);
379
- }
380
- }
381
- }
382
- }
383
-
384
- // Walk the reverse path one step.
385
- for (var k2 = -d + k2start; k2 <= d - k2end; k2 += 2) {
386
- var k2_offset = v_offset + k2;
387
- var x2;
388
- if (k2 == -d || (k2 != d && v2[k2_offset - 1] < v2[k2_offset + 1])) {
389
- x2 = v2[k2_offset + 1];
390
- } else {
391
- x2 = v2[k2_offset - 1] + 1;
392
- }
393
- var y2 = x2 - k2;
394
- while (x2 < text1_length && y2 < text2_length &&
395
- text1.charAt(text1_length - x2 - 1) ==
396
- text2.charAt(text2_length - y2 - 1)) {
397
- x2++;
398
- y2++;
399
- }
400
- v2[k2_offset] = x2;
401
- if (x2 > text1_length) {
402
- // Ran off the left of the graph.
403
- k2end += 2;
404
- } else if (y2 > text2_length) {
405
- // Ran off the top of the graph.
406
- k2start += 2;
407
- } else if (!front) {
408
- var k1_offset = v_offset + delta - k2;
409
- if (k1_offset >= 0 && k1_offset < v_length && v1[k1_offset] != -1) {
410
- var x1 = v1[k1_offset];
411
- var y1 = v_offset + x1 - k1_offset;
412
- // Mirror x2 onto top-left coordinate system.
413
- x2 = text1_length - x2;
414
- if (x1 >= x2) {
415
- // Overlap detected.
416
- return this.diff_bisectSplit_(text1, text2, x1, y1, deadline);
417
- }
418
- }
419
- }
420
- }
421
- }
422
- // Diff took too long and hit the deadline or
423
- // number of diffs equals number of characters, no commonality at all.
424
- return [new diff_match_patch.Diff(DIFF_DELETE, text1),
425
- new diff_match_patch.Diff(DIFF_INSERT, text2)];
426
- };
427
-
428
-
429
- /**
430
- * Given the location of the 'middle snake', split the diff in two parts
431
- * and recurse.
432
- * @param {string} text1 Old string to be diffed.
433
- * @param {string} text2 New string to be diffed.
434
- * @param {number} x Index of split point in text1.
435
- * @param {number} y Index of split point in text2.
436
- * @param {number} deadline Time at which to bail if not yet complete.
437
- * @return {!Array.<!diff_match_patch.Diff>} Array of diff tuples.
438
- * @private
439
- */
440
- diff_match_patch.prototype.diff_bisectSplit_ = function(text1, text2, x, y,
441
- deadline) {
442
- var text1a = text1.substring(0, x);
443
- var text2a = text2.substring(0, y);
444
- var text1b = text1.substring(x);
445
- var text2b = text2.substring(y);
446
-
447
- // Compute both diffs serially.
448
- var diffs = this.diff_main(text1a, text2a, false, deadline);
449
- var diffsb = this.diff_main(text1b, text2b, false, deadline);
450
-
451
- return diffs.concat(diffsb);
452
- };
453
-
454
-
455
- /**
456
- * Split two texts into an array of strings. Reduce the texts to a string of
457
- * hashes where each Unicode character represents one line.
458
- * @param {string} text1 First string.
459
- * @param {string} text2 Second string.
460
- * @return {{chars1: string, chars2: string, lineArray: !Array.<string>}}
461
- * An object containing the encoded text1, the encoded text2 and
462
- * the array of unique strings.
463
- * The zeroth element of the array of unique strings is intentionally blank.
464
- * @private
465
- */
466
- diff_match_patch.prototype.diff_linesToChars_ = function(text1, text2) {
467
- var lineArray = []; // e.g. lineArray[4] == 'Hello\n'
468
- var lineHash = {}; // e.g. lineHash['Hello\n'] == 4
469
-
470
- // '\x00' is a valid character, but various debuggers don't like it.
471
- // So we'll insert a junk entry to avoid generating a null character.
472
- lineArray[0] = '';
473
-
474
- /**
475
- * Split a text into an array of strings. Reduce the texts to a string of
476
- * hashes where each Unicode character represents one line.
477
- * Modifies linearray and linehash through being a closure.
478
- * @param {string} text String to encode.
479
- * @return {string} Encoded string.
480
- * @private
481
- */
482
- function diff_linesToCharsMunge_(text) {
483
- var chars = '';
484
- // Walk the text, pulling out a substring for each line.
485
- // text.split('\n') would would temporarily double our memory footprint.
486
- // Modifying text would create many large strings to garbage collect.
487
- var lineStart = 0;
488
- var lineEnd = -1;
489
- // Keeping our own length variable is faster than looking it up.
490
- var lineArrayLength = lineArray.length;
491
- while (lineEnd < text.length - 1) {
492
- lineEnd = text.indexOf('\n', lineStart);
493
- if (lineEnd == -1) {
494
- lineEnd = text.length - 1;
495
- }
496
- var line = text.substring(lineStart, lineEnd + 1);
497
-
498
- if (lineHash.hasOwnProperty ? lineHash.hasOwnProperty(line) :
499
- (lineHash[line] !== undefined)) {
500
- chars += String.fromCharCode(lineHash[line]);
501
- } else {
502
- if (lineArrayLength == maxLines) {
503
- // Bail out at 65535 because
504
- // String.fromCharCode(65536) == String.fromCharCode(0)
505
- line = text.substring(lineStart);
506
- lineEnd = text.length;
507
- }
508
- chars += String.fromCharCode(lineArrayLength);
509
- lineHash[line] = lineArrayLength;
510
- lineArray[lineArrayLength++] = line;
511
- }
512
- lineStart = lineEnd + 1;
513
- }
514
- return chars;
515
- }
516
- // Allocate 2/3rds of the space for text1, the rest for text2.
517
- var maxLines = 40000;
518
- var chars1 = diff_linesToCharsMunge_(text1);
519
- maxLines = 65535;
520
- var chars2 = diff_linesToCharsMunge_(text2);
521
- return {chars1: chars1, chars2: chars2, lineArray: lineArray};
522
- };
523
-
524
-
525
- /**
526
- * Rehydrate the text in a diff from a string of line hashes to real lines of
527
- * text.
528
- * @param {!Array.<!diff_match_patch.Diff>} diffs Array of diff tuples.
529
- * @param {!Array.<string>} lineArray Array of unique strings.
530
- * @private
531
- */
532
- diff_match_patch.prototype.diff_charsToLines_ = function(diffs, lineArray) {
533
- for (var i = 0; i < diffs.length; i++) {
534
- var chars = diffs[i][1];
535
- var text = [];
536
- for (var j = 0; j < chars.length; j++) {
537
- text[j] = lineArray[chars.charCodeAt(j)];
538
- }
539
- diffs[i][1] = text.join('');
540
- }
541
- };
542
-
543
-
544
- /**
545
- * Determine the common prefix of two strings.
546
- * @param {string} text1 First string.
547
- * @param {string} text2 Second string.
548
- * @return {number} The number of characters common to the start of each
549
- * string.
550
- */
551
- diff_match_patch.prototype.diff_commonPrefix = function(text1, text2) {
552
- // Quick check for common null cases.
553
- if (!text1 || !text2 || text1.charAt(0) != text2.charAt(0)) {
554
- return 0;
555
- }
556
- // Binary search.
557
- // Performance analysis: https://neil.fraser.name/news/2007/10/09/
558
- var pointermin = 0;
559
- var pointermax = Math.min(text1.length, text2.length);
560
- var pointermid = pointermax;
561
- var pointerstart = 0;
562
- while (pointermin < pointermid) {
563
- if (text1.substring(pointerstart, pointermid) ==
564
- text2.substring(pointerstart, pointermid)) {
565
- pointermin = pointermid;
566
- pointerstart = pointermin;
567
- } else {
568
- pointermax = pointermid;
569
- }
570
- pointermid = Math.floor((pointermax - pointermin) / 2 + pointermin);
571
- }
572
- return pointermid;
573
- };
574
-
575
-
576
- /**
577
- * Determine the common suffix of two strings.
578
- * @param {string} text1 First string.
579
- * @param {string} text2 Second string.
580
- * @return {number} The number of characters common to the end of each string.
581
- */
582
- diff_match_patch.prototype.diff_commonSuffix = function(text1, text2) {
583
- // Quick check for common null cases.
584
- if (!text1 || !text2 ||
585
- text1.charAt(text1.length - 1) != text2.charAt(text2.length - 1)) {
586
- return 0;
587
- }
588
- // Binary search.
589
- // Performance analysis: https://neil.fraser.name/news/2007/10/09/
590
- var pointermin = 0;
591
- var pointermax = Math.min(text1.length, text2.length);
592
- var pointermid = pointermax;
593
- var pointerend = 0;
594
- while (pointermin < pointermid) {
595
- if (text1.substring(text1.length - pointermid, text1.length - pointerend) ==
596
- text2.substring(text2.length - pointermid, text2.length - pointerend)) {
597
- pointermin = pointermid;
598
- pointerend = pointermin;
599
- } else {
600
- pointermax = pointermid;
601
- }
602
- pointermid = Math.floor((pointermax - pointermin) / 2 + pointermin);
603
- }
604
- return pointermid;
605
- };
606
-
607
-
608
- /**
609
- * Determine if the suffix of one string is the prefix of another.
610
- * @param {string} text1 First string.
611
- * @param {string} text2 Second string.
612
- * @return {number} The number of characters common to the end of the first
613
- * string and the start of the second string.
614
- * @private
615
- */
616
- diff_match_patch.prototype.diff_commonOverlap_ = function(text1, text2) {
617
- // Cache the text lengths to prevent multiple calls.
618
- var text1_length = text1.length;
619
- var text2_length = text2.length;
620
- // Eliminate the null case.
621
- if (text1_length == 0 || text2_length == 0) {
622
- return 0;
623
- }
624
- // Truncate the longer string.
625
- if (text1_length > text2_length) {
626
- text1 = text1.substring(text1_length - text2_length);
627
- } else if (text1_length < text2_length) {
628
- text2 = text2.substring(0, text1_length);
629
- }
630
- var text_length = Math.min(text1_length, text2_length);
631
- // Quick check for the worst case.
632
- if (text1 == text2) {
633
- return text_length;
634
- }
635
-
636
- // Start by looking for a single character match
637
- // and increase length until no match is found.
638
- // Performance analysis: https://neil.fraser.name/news/2010/11/04/
639
- var best = 0;
640
- var length = 1;
641
- while (true) {
642
- var pattern = text1.substring(text_length - length);
643
- var found = text2.indexOf(pattern);
644
- if (found == -1) {
645
- return best;
646
- }
647
- length += found;
648
- if (found == 0 || text1.substring(text_length - length) ==
649
- text2.substring(0, length)) {
650
- best = length;
651
- length++;
652
- }
653
- }
654
- };
655
-
656
-
657
- /**
658
- * Do the two texts share a substring which is at least half the length of the
659
- * longer text?
660
- * This speedup can produce non-minimal diffs.
661
- * @param {string} text1 First string.
662
- * @param {string} text2 Second string.
663
- * @return {Array.<string>} Five element Array, containing the prefix of
664
- * text1, the suffix of text1, the prefix of text2, the suffix of
665
- * text2 and the common middle. Or null if there was no match.
666
- * @private
667
- */
668
- diff_match_patch.prototype.diff_halfMatch_ = function(text1, text2) {
669
- if (this.Diff_Timeout <= 0) {
670
- // Don't risk returning a non-optimal diff if we have unlimited time.
671
- return null;
672
- }
673
- var longtext = text1.length > text2.length ? text1 : text2;
674
- var shorttext = text1.length > text2.length ? text2 : text1;
675
- if (longtext.length < 4 || shorttext.length * 2 < longtext.length) {
676
- return null; // Pointless.
677
- }
678
- var dmp = this; // 'this' becomes 'window' in a closure.
679
-
680
- /**
681
- * Does a substring of shorttext exist within longtext such that the substring
682
- * is at least half the length of longtext?
683
- * Closure, but does not reference any external variables.
684
- * @param {string} longtext Longer string.
685
- * @param {string} shorttext Shorter string.
686
- * @param {number} i Start index of quarter length substring within longtext.
687
- * @return {Array.<string>} Five element Array, containing the prefix of
688
- * longtext, the suffix of longtext, the prefix of shorttext, the suffix
689
- * of shorttext and the common middle. Or null if there was no match.
690
- * @private
691
- */
692
- function diff_halfMatchI_(longtext, shorttext, i) {
693
- // Start with a 1/4 length substring at position i as a seed.
694
- var seed = longtext.substring(i, i + Math.floor(longtext.length / 4));
695
- var j = -1;
696
- var best_common = '';
697
- var best_longtext_a, best_longtext_b, best_shorttext_a, best_shorttext_b;
698
- while ((j = shorttext.indexOf(seed, j + 1)) != -1) {
699
- var prefixLength = dmp.diff_commonPrefix(longtext.substring(i),
700
- shorttext.substring(j));
701
- var suffixLength = dmp.diff_commonSuffix(longtext.substring(0, i),
702
- shorttext.substring(0, j));
703
- if (best_common.length < suffixLength + prefixLength) {
704
- best_common = shorttext.substring(j - suffixLength, j) +
705
- shorttext.substring(j, j + prefixLength);
706
- best_longtext_a = longtext.substring(0, i - suffixLength);
707
- best_longtext_b = longtext.substring(i + prefixLength);
708
- best_shorttext_a = shorttext.substring(0, j - suffixLength);
709
- best_shorttext_b = shorttext.substring(j + prefixLength);
710
- }
711
- }
712
- if (best_common.length * 2 >= longtext.length) {
713
- return [best_longtext_a, best_longtext_b,
714
- best_shorttext_a, best_shorttext_b, best_common];
715
- } else {
716
- return null;
717
- }
718
- }
719
-
720
- // First check if the second quarter is the seed for a half-match.
721
- var hm1 = diff_halfMatchI_(longtext, shorttext,
722
- Math.ceil(longtext.length / 4));
723
- // Check again based on the third quarter.
724
- var hm2 = diff_halfMatchI_(longtext, shorttext,
725
- Math.ceil(longtext.length / 2));
726
- var hm;
727
- if (!hm1 && !hm2) {
728
- return null;
729
- } else if (!hm2) {
730
- hm = hm1;
731
- } else if (!hm1) {
732
- hm = hm2;
733
- } else {
734
- // Both matched. Select the longest.
735
- hm = hm1[4].length > hm2[4].length ? hm1 : hm2;
736
- }
737
-
738
- // A half-match was found, sort out the return data.
739
- var text1_a, text1_b, text2_a, text2_b;
740
- if (text1.length > text2.length) {
741
- text1_a = hm[0];
742
- text1_b = hm[1];
743
- text2_a = hm[2];
744
- text2_b = hm[3];
745
- } else {
746
- text2_a = hm[0];
747
- text2_b = hm[1];
748
- text1_a = hm[2];
749
- text1_b = hm[3];
750
- }
751
- var mid_common = hm[4];
752
- return [text1_a, text1_b, text2_a, text2_b, mid_common];
753
- };
754
-
755
-
756
- /**
757
- * Reduce the number of edits by eliminating semantically trivial equalities.
758
- * @param {!Array.<!diff_match_patch.Diff>} diffs Array of diff tuples.
759
- */
760
- diff_match_patch.prototype.diff_cleanupSemantic = function(diffs) {
761
- var changes = false;
762
- var equalities = []; // Stack of indices where equalities are found.
763
- var equalitiesLength = 0; // Keeping our own length var is faster in JS.
764
- /** @type {?string} */
765
- var lastEquality = null;
766
- // Always equal to diffs[equalities[equalitiesLength - 1]][1]
767
- var pointer = 0; // Index of current position.
768
- // Number of characters that changed prior to the equality.
769
- var length_insertions1 = 0;
770
- var length_deletions1 = 0;
771
- // Number of characters that changed after the equality.
772
- var length_insertions2 = 0;
773
- var length_deletions2 = 0;
774
- while (pointer < diffs.length) {
775
- if (diffs[pointer][0] == DIFF_EQUAL) { // Equality found.
776
- equalities[equalitiesLength++] = pointer;
777
- length_insertions1 = length_insertions2;
778
- length_deletions1 = length_deletions2;
779
- length_insertions2 = 0;
780
- length_deletions2 = 0;
781
- lastEquality = diffs[pointer][1];
782
- } else { // An insertion or deletion.
783
- if (diffs[pointer][0] == DIFF_INSERT) {
784
- length_insertions2 += diffs[pointer][1].length;
785
- } else {
786
- length_deletions2 += diffs[pointer][1].length;
787
- }
788
- // Eliminate an equality that is smaller or equal to the edits on both
789
- // sides of it.
790
- if (lastEquality && (lastEquality.length <=
791
- Math.max(length_insertions1, length_deletions1)) &&
792
- (lastEquality.length <= Math.max(length_insertions2,
793
- length_deletions2))) {
794
- // Duplicate record.
795
- diffs.splice(equalities[equalitiesLength - 1], 0,
796
- new diff_match_patch.Diff(DIFF_DELETE, lastEquality));
797
- // Change second copy to insert.
798
- diffs[equalities[equalitiesLength - 1] + 1][0] = DIFF_INSERT;
799
- // Throw away the equality we just deleted.
800
- equalitiesLength--;
801
- // Throw away the previous equality (it needs to be reevaluated).
802
- equalitiesLength--;
803
- pointer = equalitiesLength > 0 ? equalities[equalitiesLength - 1] : -1;
804
- length_insertions1 = 0; // Reset the counters.
805
- length_deletions1 = 0;
806
- length_insertions2 = 0;
807
- length_deletions2 = 0;
808
- lastEquality = null;
809
- changes = true;
810
- }
811
- }
812
- pointer++;
813
- }
814
-
815
- // Normalize the diff.
816
- if (changes) {
817
- this.diff_cleanupMerge(diffs);
818
- }
819
- this.diff_cleanupSemanticLossless(diffs);
820
-
821
- // Find any overlaps between deletions and insertions.
822
- // e.g: <del>abcxxx</del><ins>xxxdef</ins>
823
- // -> <del>abc</del>xxx<ins>def</ins>
824
- // e.g: <del>xxxabc</del><ins>defxxx</ins>
825
- // -> <ins>def</ins>xxx<del>abc</del>
826
- // Only extract an overlap if it is as big as the edit ahead or behind it.
827
- pointer = 1;
828
- while (pointer < diffs.length) {
829
- if (diffs[pointer - 1][0] == DIFF_DELETE &&
830
- diffs[pointer][0] == DIFF_INSERT) {
831
- var deletion = diffs[pointer - 1][1];
832
- var insertion = diffs[pointer][1];
833
- var overlap_length1 = this.diff_commonOverlap_(deletion, insertion);
834
- var overlap_length2 = this.diff_commonOverlap_(insertion, deletion);
835
- if (overlap_length1 >= overlap_length2) {
836
- if (overlap_length1 >= deletion.length / 2 ||
837
- overlap_length1 >= insertion.length / 2) {
838
- // Overlap found. Insert an equality and trim the surrounding edits.
839
- diffs.splice(pointer, 0, new diff_match_patch.Diff(DIFF_EQUAL,
840
- insertion.substring(0, overlap_length1)));
841
- diffs[pointer - 1][1] =
842
- deletion.substring(0, deletion.length - overlap_length1);
843
- diffs[pointer + 1][1] = insertion.substring(overlap_length1);
844
- pointer++;
845
- }
846
- } else {
847
- if (overlap_length2 >= deletion.length / 2 ||
848
- overlap_length2 >= insertion.length / 2) {
849
- // Reverse overlap found.
850
- // Insert an equality and swap and trim the surrounding edits.
851
- diffs.splice(pointer, 0, new diff_match_patch.Diff(DIFF_EQUAL,
852
- deletion.substring(0, overlap_length2)));
853
- diffs[pointer - 1][0] = DIFF_INSERT;
854
- diffs[pointer - 1][1] =
855
- insertion.substring(0, insertion.length - overlap_length2);
856
- diffs[pointer + 1][0] = DIFF_DELETE;
857
- diffs[pointer + 1][1] =
858
- deletion.substring(overlap_length2);
859
- pointer++;
860
- }
861
- }
862
- pointer++;
863
- }
864
- pointer++;
865
- }
866
- };
867
-
868
-
869
- /**
870
- * Look for single edits surrounded on both sides by equalities
871
- * which can be shifted sideways to align the edit to a word boundary.
872
- * e.g: The c<ins>at c</ins>ame. -> The <ins>cat </ins>came.
873
- * @param {!Array.<!diff_match_patch.Diff>} diffs Array of diff tuples.
874
- */
875
- diff_match_patch.prototype.diff_cleanupSemanticLossless = function(diffs) {
876
- /**
877
- * Given two strings, compute a score representing whether the internal
878
- * boundary falls on logical boundaries.
879
- * Scores range from 6 (best) to 0 (worst).
880
- * Closure, but does not reference any external variables.
881
- * @param {string} one First string.
882
- * @param {string} two Second string.
883
- * @return {number} The score.
884
- * @private
885
- */
886
- function diff_cleanupSemanticScore_(one, two) {
887
- if (!one || !two) {
888
- // Edges are the best.
889
- return 6;
890
- }
891
-
892
- // Each port of this function behaves slightly differently due to
893
- // subtle differences in each language's definition of things like
894
- // 'whitespace'. Since this function's purpose is largely cosmetic,
895
- // the choice has been made to use each language's native features
896
- // rather than force total conformity.
897
- var char1 = one.charAt(one.length - 1);
898
- var char2 = two.charAt(0);
899
- var nonAlphaNumeric1 = char1.match(diff_match_patch.nonAlphaNumericRegex_);
900
- var nonAlphaNumeric2 = char2.match(diff_match_patch.nonAlphaNumericRegex_);
901
- var whitespace1 = nonAlphaNumeric1 &&
902
- char1.match(diff_match_patch.whitespaceRegex_);
903
- var whitespace2 = nonAlphaNumeric2 &&
904
- char2.match(diff_match_patch.whitespaceRegex_);
905
- var lineBreak1 = whitespace1 &&
906
- char1.match(diff_match_patch.linebreakRegex_);
907
- var lineBreak2 = whitespace2 &&
908
- char2.match(diff_match_patch.linebreakRegex_);
909
- var blankLine1 = lineBreak1 &&
910
- one.match(diff_match_patch.blanklineEndRegex_);
911
- var blankLine2 = lineBreak2 &&
912
- two.match(diff_match_patch.blanklineStartRegex_);
913
-
914
- if (blankLine1 || blankLine2) {
915
- // Five points for blank lines.
916
- return 5;
917
- } else if (lineBreak1 || lineBreak2) {
918
- // Four points for line breaks.
919
- return 4;
920
- } else if (nonAlphaNumeric1 && !whitespace1 && whitespace2) {
921
- // Three points for end of sentences.
922
- return 3;
923
- } else if (whitespace1 || whitespace2) {
924
- // Two points for whitespace.
925
- return 2;
926
- } else if (nonAlphaNumeric1 || nonAlphaNumeric2) {
927
- // One point for non-alphanumeric.
928
- return 1;
929
- }
930
- return 0;
931
- }
932
-
933
- var pointer = 1;
934
- // Intentionally ignore the first and last element (don't need checking).
935
- while (pointer < diffs.length - 1) {
936
- if (diffs[pointer - 1][0] == DIFF_EQUAL &&
937
- diffs[pointer + 1][0] == DIFF_EQUAL) {
938
- // This is a single edit surrounded by equalities.
939
- var equality1 = diffs[pointer - 1][1];
940
- var edit = diffs[pointer][1];
941
- var equality2 = diffs[pointer + 1][1];
942
-
943
- // First, shift the edit as far left as possible.
944
- var commonOffset = this.diff_commonSuffix(equality1, edit);
945
- if (commonOffset) {
946
- var commonString = edit.substring(edit.length - commonOffset);
947
- equality1 = equality1.substring(0, equality1.length - commonOffset);
948
- edit = commonString + edit.substring(0, edit.length - commonOffset);
949
- equality2 = commonString + equality2;
950
- }
951
-
952
- // Second, step character by character right, looking for the best fit.
953
- var bestEquality1 = equality1;
954
- var bestEdit = edit;
955
- var bestEquality2 = equality2;
956
- var bestScore = diff_cleanupSemanticScore_(equality1, edit) +
957
- diff_cleanupSemanticScore_(edit, equality2);
958
- while (edit.charAt(0) === equality2.charAt(0)) {
959
- equality1 += edit.charAt(0);
960
- edit = edit.substring(1) + equality2.charAt(0);
961
- equality2 = equality2.substring(1);
962
- var score = diff_cleanupSemanticScore_(equality1, edit) +
963
- diff_cleanupSemanticScore_(edit, equality2);
964
- // The >= encourages trailing rather than leading whitespace on edits.
965
- if (score >= bestScore) {
966
- bestScore = score;
967
- bestEquality1 = equality1;
968
- bestEdit = edit;
969
- bestEquality2 = equality2;
970
- }
971
- }
972
-
973
- if (diffs[pointer - 1][1] != bestEquality1) {
974
- // We have an improvement, save it back to the diff.
975
- if (bestEquality1) {
976
- diffs[pointer - 1][1] = bestEquality1;
977
- } else {
978
- diffs.splice(pointer - 1, 1);
979
- pointer--;
980
- }
981
- diffs[pointer][1] = bestEdit;
982
- if (bestEquality2) {
983
- diffs[pointer + 1][1] = bestEquality2;
984
- } else {
985
- diffs.splice(pointer + 1, 1);
986
- pointer--;
987
- }
988
- }
989
- }
990
- pointer++;
991
- }
992
- };
993
-
994
- // Define some regex patterns for matching boundaries.
995
- diff_match_patch.nonAlphaNumericRegex_ = /[^a-zA-Z0-9]/;
996
- diff_match_patch.whitespaceRegex_ = /\s/;
997
- diff_match_patch.linebreakRegex_ = /[\r\n]/;
998
- diff_match_patch.blanklineEndRegex_ = /\n\r?\n$/;
999
- diff_match_patch.blanklineStartRegex_ = /^\r?\n\r?\n/;
1000
-
1001
- /**
1002
- * Reduce the number of edits by eliminating operationally trivial equalities.
1003
- * @param {!Array.<!diff_match_patch.Diff>} diffs Array of diff tuples.
1004
- */
1005
- diff_match_patch.prototype.diff_cleanupEfficiency = function(diffs) {
1006
- var changes = false;
1007
- var equalities = []; // Stack of indices where equalities are found.
1008
- var equalitiesLength = 0; // Keeping our own length var is faster in JS.
1009
- /** @type {?string} */
1010
- var lastEquality = null;
1011
- // Always equal to diffs[equalities[equalitiesLength - 1]][1]
1012
- var pointer = 0; // Index of current position.
1013
- // Is there an insertion operation before the last equality.
1014
- var pre_ins = false;
1015
- // Is there a deletion operation before the last equality.
1016
- var pre_del = false;
1017
- // Is there an insertion operation after the last equality.
1018
- var post_ins = false;
1019
- // Is there a deletion operation after the last equality.
1020
- var post_del = false;
1021
- while (pointer < diffs.length) {
1022
- if (diffs[pointer][0] == DIFF_EQUAL) { // Equality found.
1023
- if (diffs[pointer][1].length < this.Diff_EditCost &&
1024
- (post_ins || post_del)) {
1025
- // Candidate found.
1026
- equalities[equalitiesLength++] = pointer;
1027
- pre_ins = post_ins;
1028
- pre_del = post_del;
1029
- lastEquality = diffs[pointer][1];
1030
- } else {
1031
- // Not a candidate, and can never become one.
1032
- equalitiesLength = 0;
1033
- lastEquality = null;
1034
- }
1035
- post_ins = post_del = false;
1036
- } else { // An insertion or deletion.
1037
- if (diffs[pointer][0] == DIFF_DELETE) {
1038
- post_del = true;
1039
- } else {
1040
- post_ins = true;
1041
- }
1042
- /*
1043
- * Five types to be split:
1044
- * <ins>A</ins><del>B</del>XY<ins>C</ins><del>D</del>
1045
- * <ins>A</ins>X<ins>C</ins><del>D</del>
1046
- * <ins>A</ins><del>B</del>X<ins>C</ins>
1047
- * <ins>A</del>X<ins>C</ins><del>D</del>
1048
- * <ins>A</ins><del>B</del>X<del>C</del>
1049
- */
1050
- if (lastEquality && ((pre_ins && pre_del && post_ins && post_del) ||
1051
- ((lastEquality.length < this.Diff_EditCost / 2) &&
1052
- (pre_ins + pre_del + post_ins + post_del) == 3))) {
1053
- // Duplicate record.
1054
- diffs.splice(equalities[equalitiesLength - 1], 0,
1055
- new diff_match_patch.Diff(DIFF_DELETE, lastEquality));
1056
- // Change second copy to insert.
1057
- diffs[equalities[equalitiesLength - 1] + 1][0] = DIFF_INSERT;
1058
- equalitiesLength--; // Throw away the equality we just deleted;
1059
- lastEquality = null;
1060
- if (pre_ins && pre_del) {
1061
- // No changes made which could affect previous entry, keep going.
1062
- post_ins = post_del = true;
1063
- equalitiesLength = 0;
1064
- } else {
1065
- equalitiesLength--; // Throw away the previous equality.
1066
- pointer = equalitiesLength > 0 ?
1067
- equalities[equalitiesLength - 1] : -1;
1068
- post_ins = post_del = false;
1069
- }
1070
- changes = true;
1071
- }
1072
- }
1073
- pointer++;
1074
- }
1075
-
1076
- if (changes) {
1077
- this.diff_cleanupMerge(diffs);
1078
- }
1079
- };
1080
-
1081
-
1082
- /**
1083
- * Reorder and merge like edit sections. Merge equalities.
1084
- * Any edit section can move as long as it doesn't cross an equality.
1085
- * @param {!Array.<!diff_match_patch.Diff>} diffs Array of diff tuples.
1086
- */
1087
- diff_match_patch.prototype.diff_cleanupMerge = function(diffs) {
1088
- // Add a dummy entry at the end.
1089
- diffs.push(new diff_match_patch.Diff(DIFF_EQUAL, ''));
1090
- var pointer = 0;
1091
- var count_delete = 0;
1092
- var count_insert = 0;
1093
- var text_delete = '';
1094
- var text_insert = '';
1095
- var commonlength;
1096
- while (pointer < diffs.length) {
1097
- switch (diffs[pointer][0]) {
1098
- case DIFF_INSERT:
1099
- count_insert++;
1100
- text_insert += diffs[pointer][1];
1101
- pointer++;
1102
- break;
1103
- case DIFF_DELETE:
1104
- count_delete++;
1105
- text_delete += diffs[pointer][1];
1106
- pointer++;
1107
- break;
1108
- case DIFF_EQUAL:
1109
- // Upon reaching an equality, check for prior redundancies.
1110
- if (count_delete + count_insert > 1) {
1111
- if (count_delete !== 0 && count_insert !== 0) {
1112
- // Factor out any common prefixies.
1113
- commonlength = this.diff_commonPrefix(text_insert, text_delete);
1114
- if (commonlength !== 0) {
1115
- if ((pointer - count_delete - count_insert) > 0 &&
1116
- diffs[pointer - count_delete - count_insert - 1][0] ==
1117
- DIFF_EQUAL) {
1118
- diffs[pointer - count_delete - count_insert - 1][1] +=
1119
- text_insert.substring(0, commonlength);
1120
- } else {
1121
- diffs.splice(0, 0, new diff_match_patch.Diff(DIFF_EQUAL,
1122
- text_insert.substring(0, commonlength)));
1123
- pointer++;
1124
- }
1125
- text_insert = text_insert.substring(commonlength);
1126
- text_delete = text_delete.substring(commonlength);
1127
- }
1128
- // Factor out any common suffixies.
1129
- commonlength = this.diff_commonSuffix(text_insert, text_delete);
1130
- if (commonlength !== 0) {
1131
- diffs[pointer][1] = text_insert.substring(text_insert.length -
1132
- commonlength) + diffs[pointer][1];
1133
- text_insert = text_insert.substring(0, text_insert.length -
1134
- commonlength);
1135
- text_delete = text_delete.substring(0, text_delete.length -
1136
- commonlength);
1137
- }
1138
- }
1139
- // Delete the offending records and add the merged ones.
1140
- pointer -= count_delete + count_insert;
1141
- diffs.splice(pointer, count_delete + count_insert);
1142
- if (text_delete.length) {
1143
- diffs.splice(pointer, 0,
1144
- new diff_match_patch.Diff(DIFF_DELETE, text_delete));
1145
- pointer++;
1146
- }
1147
- if (text_insert.length) {
1148
- diffs.splice(pointer, 0,
1149
- new diff_match_patch.Diff(DIFF_INSERT, text_insert));
1150
- pointer++;
1151
- }
1152
- pointer++;
1153
- } else if (pointer !== 0 && diffs[pointer - 1][0] == DIFF_EQUAL) {
1154
- // Merge this equality with the previous one.
1155
- diffs[pointer - 1][1] += diffs[pointer][1];
1156
- diffs.splice(pointer, 1);
1157
- } else {
1158
- pointer++;
1159
- }
1160
- count_insert = 0;
1161
- count_delete = 0;
1162
- text_delete = '';
1163
- text_insert = '';
1164
- break;
1165
- }
1166
- }
1167
- if (diffs[diffs.length - 1][1] === '') {
1168
- diffs.pop(); // Remove the dummy entry at the end.
1169
- }
1170
-
1171
- // Second pass: look for single edits surrounded on both sides by equalities
1172
- // which can be shifted sideways to eliminate an equality.
1173
- // e.g: A<ins>BA</ins>C -> <ins>AB</ins>AC
1174
- var changes = false;
1175
- pointer = 1;
1176
- // Intentionally ignore the first and last element (don't need checking).
1177
- while (pointer < diffs.length - 1) {
1178
- if (diffs[pointer - 1][0] == DIFF_EQUAL &&
1179
- diffs[pointer + 1][0] == DIFF_EQUAL) {
1180
- // This is a single edit surrounded by equalities.
1181
- if (diffs[pointer][1].substring(diffs[pointer][1].length -
1182
- diffs[pointer - 1][1].length) == diffs[pointer - 1][1]) {
1183
- // Shift the edit over the previous equality.
1184
- diffs[pointer][1] = diffs[pointer - 1][1] +
1185
- diffs[pointer][1].substring(0, diffs[pointer][1].length -
1186
- diffs[pointer - 1][1].length);
1187
- diffs[pointer + 1][1] = diffs[pointer - 1][1] + diffs[pointer + 1][1];
1188
- diffs.splice(pointer - 1, 1);
1189
- changes = true;
1190
- } else if (diffs[pointer][1].substring(0, diffs[pointer + 1][1].length) ==
1191
- diffs[pointer + 1][1]) {
1192
- // Shift the edit over the next equality.
1193
- diffs[pointer - 1][1] += diffs[pointer + 1][1];
1194
- diffs[pointer][1] =
1195
- diffs[pointer][1].substring(diffs[pointer + 1][1].length) +
1196
- diffs[pointer + 1][1];
1197
- diffs.splice(pointer + 1, 1);
1198
- changes = true;
1199
- }
1200
- }
1201
- pointer++;
1202
- }
1203
- // If shifts were made, the diff needs reordering and another shift sweep.
1204
- if (changes) {
1205
- this.diff_cleanupMerge(diffs);
1206
- }
1207
- };
1208
-
1209
-
1210
- /**
1211
- * loc is a location in text1, compute and return the equivalent location in
1212
- * text2.
1213
- * e.g. 'The cat' vs 'The big cat', 1->1, 5->8
1214
- * @param {!Array.<!diff_match_patch.Diff>} diffs Array of diff tuples.
1215
- * @param {number} loc Location within text1.
1216
- * @return {number} Location within text2.
1217
- */
1218
- diff_match_patch.prototype.diff_xIndex = function(diffs, loc) {
1219
- var chars1 = 0;
1220
- var chars2 = 0;
1221
- var last_chars1 = 0;
1222
- var last_chars2 = 0;
1223
- var x;
1224
- for (x = 0; x < diffs.length; x++) {
1225
- if (diffs[x][0] !== DIFF_INSERT) { // Equality or deletion.
1226
- chars1 += diffs[x][1].length;
1227
- }
1228
- if (diffs[x][0] !== DIFF_DELETE) { // Equality or insertion.
1229
- chars2 += diffs[x][1].length;
1230
- }
1231
- if (chars1 > loc) { // Overshot the location.
1232
- break;
1233
- }
1234
- last_chars1 = chars1;
1235
- last_chars2 = chars2;
1236
- }
1237
- // Was the location was deleted?
1238
- if (diffs.length != x && diffs[x][0] === DIFF_DELETE) {
1239
- return last_chars2;
1240
- }
1241
- // Add the remaining character length.
1242
- return last_chars2 + (loc - last_chars1);
1243
- };
1244
-
1245
-
1246
- /**
1247
- * Convert a diff array into a pretty HTML report.
1248
- * @param {!Array.<!diff_match_patch.Diff>} diffs Array of diff tuples.
1249
- * @return {string} HTML representation.
1250
- */
1251
- diff_match_patch.prototype.diff_prettyHtml = function(diffs) {
1252
- var html = [];
1253
- var pattern_amp = /&/g;
1254
- var pattern_lt = /</g;
1255
- var pattern_gt = />/g;
1256
- var pattern_para = /\n/g;
1257
- for (var x = 0; x < diffs.length; x++) {
1258
- var op = diffs[x][0]; // Operation (insert, delete, equal)
1259
- var data = diffs[x][1]; // Text of change.
1260
- var text = data.replace(pattern_amp, '&amp;').replace(pattern_lt, '&lt;')
1261
- .replace(pattern_gt, '&gt;').replace(pattern_para, '&para;<br>');
1262
- switch (op) {
1263
- case DIFF_INSERT:
1264
- html[x] = '<ins style="background:#e6ffe6;">' + text + '</ins>';
1265
- break;
1266
- case DIFF_DELETE:
1267
- html[x] = '<del style="background:#ffe6e6;">' + text + '</del>';
1268
- break;
1269
- case DIFF_EQUAL:
1270
- html[x] = '<span>' + text + '</span>';
1271
- break;
1272
- }
1273
- }
1274
- return html.join('');
1275
- };
1276
-
1277
-
1278
- /**
1279
- * Compute and return the source text (all equalities and deletions).
1280
- * @param {!Array.<!diff_match_patch.Diff>} diffs Array of diff tuples.
1281
- * @return {string} Source text.
1282
- */
1283
- diff_match_patch.prototype.diff_text1 = function(diffs) {
1284
- var text = [];
1285
- for (var x = 0; x < diffs.length; x++) {
1286
- if (diffs[x][0] !== DIFF_INSERT) {
1287
- text[x] = diffs[x][1];
1288
- }
1289
- }
1290
- return text.join('');
1291
- };
1292
-
1293
-
1294
- /**
1295
- * Compute and return the destination text (all equalities and insertions).
1296
- * @param {!Array.<!diff_match_patch.Diff>} diffs Array of diff tuples.
1297
- * @return {string} Destination text.
1298
- */
1299
- diff_match_patch.prototype.diff_text2 = function(diffs) {
1300
- var text = [];
1301
- for (var x = 0; x < diffs.length; x++) {
1302
- if (diffs[x][0] !== DIFF_DELETE) {
1303
- text[x] = diffs[x][1];
1304
- }
1305
- }
1306
- return text.join('');
1307
- };
1308
-
1309
-
1310
- /**
1311
- * Compute the Levenshtein distance; the number of inserted, deleted or
1312
- * substituted characters.
1313
- * @param {!Array.<!diff_match_patch.Diff>} diffs Array of diff tuples.
1314
- * @return {number} Number of changes.
1315
- */
1316
- diff_match_patch.prototype.diff_levenshtein = function(diffs) {
1317
- var levenshtein = 0;
1318
- var insertions = 0;
1319
- var deletions = 0;
1320
- for (var x = 0; x < diffs.length; x++) {
1321
- var op = diffs[x][0];
1322
- var data = diffs[x][1];
1323
- switch (op) {
1324
- case DIFF_INSERT:
1325
- insertions += data.length;
1326
- break;
1327
- case DIFF_DELETE:
1328
- deletions += data.length;
1329
- break;
1330
- case DIFF_EQUAL:
1331
- // A deletion and an insertion is one substitution.
1332
- levenshtein += Math.max(insertions, deletions);
1333
- insertions = 0;
1334
- deletions = 0;
1335
- break;
1336
- }
1337
- }
1338
- levenshtein += Math.max(insertions, deletions);
1339
- return levenshtein;
1340
- };
1341
-
1342
-
1343
- /**
1344
- * Crush the diff into an encoded string which describes the operations
1345
- * required to transform text1 into text2.
1346
- * E.g. =3\t-2\t+ing -> Keep 3 chars, delete 2 chars, insert 'ing'.
1347
- * Operations are tab-separated. Inserted text is escaped using %xx notation.
1348
- * @param {!Array.<!diff_match_patch.Diff>} diffs Array of diff tuples.
1349
- * @return {string} Delta text.
1350
- */
1351
- diff_match_patch.prototype.diff_toDelta = function(diffs) {
1352
- var text = [];
1353
- for (var x = 0; x < diffs.length; x++) {
1354
- switch (diffs[x][0]) {
1355
- case DIFF_INSERT:
1356
- text[x] = '+' + encodeURI(diffs[x][1]);
1357
- break;
1358
- case DIFF_DELETE:
1359
- text[x] = '-' + diffs[x][1].length;
1360
- break;
1361
- case DIFF_EQUAL:
1362
- text[x] = '=' + diffs[x][1].length;
1363
- break;
1364
- }
1365
- }
1366
- return text.join('\t').replace(/%20/g, ' ');
1367
- };
1368
-
1369
-
1370
- /**
1371
- * Given the original text1, and an encoded string which describes the
1372
- * operations required to transform text1 into text2, compute the full diff.
1373
- * @param {string} text1 Source string for the diff.
1374
- * @param {string} delta Delta text.
1375
- * @return {!Array.<!diff_match_patch.Diff>} Array of diff tuples.
1376
- * @throws {!Error} If invalid input.
1377
- */
1378
- diff_match_patch.prototype.diff_fromDelta = function(text1, delta) {
1379
- var diffs = [];
1380
- var diffsLength = 0; // Keeping our own length var is faster in JS.
1381
- var pointer = 0; // Cursor in text1
1382
- var tokens = delta.split(/\t/g);
1383
- for (var x = 0; x < tokens.length; x++) {
1384
- // Each token begins with a one character parameter which specifies the
1385
- // operation of this token (delete, insert, equality).
1386
- var param = tokens[x].substring(1);
1387
- switch (tokens[x].charAt(0)) {
1388
- case '+':
1389
- try {
1390
- diffs[diffsLength++] =
1391
- new diff_match_patch.Diff(DIFF_INSERT, decodeURI(param));
1392
- } catch (ex) {
1393
- // Malformed URI sequence.
1394
- throw new Error('Illegal escape in diff_fromDelta: ' + param);
1395
- }
1396
- break;
1397
- case '-':
1398
- // Fall through.
1399
- case '=':
1400
- var n = parseInt(param, 10);
1401
- if (isNaN(n) || n < 0) {
1402
- throw new Error('Invalid number in diff_fromDelta: ' + param);
1403
- }
1404
- var text = text1.substring(pointer, pointer += n);
1405
- if (tokens[x].charAt(0) == '=') {
1406
- diffs[diffsLength++] = new diff_match_patch.Diff(DIFF_EQUAL, text);
1407
- } else {
1408
- diffs[diffsLength++] = new diff_match_patch.Diff(DIFF_DELETE, text);
1409
- }
1410
- break;
1411
- default:
1412
- // Blank tokens are ok (from a trailing \t).
1413
- // Anything else is an error.
1414
- if (tokens[x]) {
1415
- throw new Error('Invalid diff operation in diff_fromDelta: ' +
1416
- tokens[x]);
1417
- }
1418
- }
1419
- }
1420
- if (pointer != text1.length) {
1421
- throw new Error('Delta length (' + pointer +
1422
- ') does not equal source text length (' + text1.length + ').');
1423
- }
1424
- return diffs;
1425
- };
1426
-
1427
-
1428
- // MATCH FUNCTIONS
1429
-
1430
-
1431
- /**
1432
- * Locate the best instance of 'pattern' in 'text' near 'loc'.
1433
- * @param {string} text The text to search.
1434
- * @param {string} pattern The pattern to search for.
1435
- * @param {number} loc The location to search around.
1436
- * @return {number} Best match index or -1.
1437
- */
1438
- diff_match_patch.prototype.match_main = function(text, pattern, loc) {
1439
- // Check for null inputs.
1440
- if (text == null || pattern == null || loc == null) {
1441
- throw new Error('Null input. (match_main)');
1442
- }
1443
-
1444
- loc = Math.max(0, Math.min(loc, text.length));
1445
- if (text == pattern) {
1446
- // Shortcut (potentially not guaranteed by the algorithm)
1447
- return 0;
1448
- } else if (!text.length) {
1449
- // Nothing to match.
1450
- return -1;
1451
- } else if (text.substring(loc, loc + pattern.length) == pattern) {
1452
- // Perfect match at the perfect spot! (Includes case of null pattern)
1453
- return loc;
1454
- } else {
1455
- // Do a fuzzy compare.
1456
- return this.match_bitap_(text, pattern, loc);
1457
- }
1458
- };
1459
-
1460
-
1461
- /**
1462
- * Locate the best instance of 'pattern' in 'text' near 'loc' using the
1463
- * Bitap algorithm.
1464
- * @param {string} text The text to search.
1465
- * @param {string} pattern The pattern to search for.
1466
- * @param {number} loc The location to search around.
1467
- * @return {number} Best match index or -1.
1468
- * @private
1469
- */
1470
- diff_match_patch.prototype.match_bitap_ = function(text, pattern, loc) {
1471
- if (pattern.length > this.Match_MaxBits) {
1472
- throw new Error('Pattern too long for this browser.');
1473
- }
1474
-
1475
- // Initialise the alphabet.
1476
- var s = this.match_alphabet_(pattern);
1477
-
1478
- var dmp = this; // 'this' becomes 'window' in a closure.
1479
-
1480
- /**
1481
- * Compute and return the score for a match with e errors and x location.
1482
- * Accesses loc and pattern through being a closure.
1483
- * @param {number} e Number of errors in match.
1484
- * @param {number} x Location of match.
1485
- * @return {number} Overall score for match (0.0 = good, 1.0 = bad).
1486
- * @private
1487
- */
1488
- function match_bitapScore_(e, x) {
1489
- var accuracy = e / pattern.length;
1490
- var proximity = Math.abs(loc - x);
1491
- if (!dmp.Match_Distance) {
1492
- // Dodge divide by zero error.
1493
- return proximity ? 1.0 : accuracy;
1494
- }
1495
- return accuracy + (proximity / dmp.Match_Distance);
1496
- }
1497
-
1498
- // Highest score beyond which we give up.
1499
- var score_threshold = this.Match_Threshold;
1500
- // Is there a nearby exact match? (speedup)
1501
- var best_loc = text.indexOf(pattern, loc);
1502
- if (best_loc != -1) {
1503
- score_threshold = Math.min(match_bitapScore_(0, best_loc), score_threshold);
1504
- // What about in the other direction? (speedup)
1505
- best_loc = text.lastIndexOf(pattern, loc + pattern.length);
1506
- if (best_loc != -1) {
1507
- score_threshold =
1508
- Math.min(match_bitapScore_(0, best_loc), score_threshold);
1509
- }
1510
- }
1511
-
1512
- // Initialise the bit arrays.
1513
- var matchmask = 1 << (pattern.length - 1);
1514
- best_loc = -1;
1515
-
1516
- var bin_min, bin_mid;
1517
- var bin_max = pattern.length + text.length;
1518
- var last_rd;
1519
- for (var d = 0; d < pattern.length; d++) {
1520
- // Scan for the best match; each iteration allows for one more error.
1521
- // Run a binary search to determine how far from 'loc' we can stray at this
1522
- // error level.
1523
- bin_min = 0;
1524
- bin_mid = bin_max;
1525
- while (bin_min < bin_mid) {
1526
- if (match_bitapScore_(d, loc + bin_mid) <= score_threshold) {
1527
- bin_min = bin_mid;
1528
- } else {
1529
- bin_max = bin_mid;
1530
- }
1531
- bin_mid = Math.floor((bin_max - bin_min) / 2 + bin_min);
1532
- }
1533
- // Use the result from this iteration as the maximum for the next.
1534
- bin_max = bin_mid;
1535
- var start = Math.max(1, loc - bin_mid + 1);
1536
- var finish = Math.min(loc + bin_mid, text.length) + pattern.length;
1537
-
1538
- var rd = Array(finish + 2);
1539
- rd[finish + 1] = (1 << d) - 1;
1540
- for (var j = finish; j >= start; j--) {
1541
- // The alphabet (s) is a sparse hash, so the following line generates
1542
- // warnings.
1543
- var charMatch = s[text.charAt(j - 1)];
1544
- if (d === 0) { // First pass: exact match.
1545
- rd[j] = ((rd[j + 1] << 1) | 1) & charMatch;
1546
- } else { // Subsequent passes: fuzzy match.
1547
- rd[j] = (((rd[j + 1] << 1) | 1) & charMatch) |
1548
- (((last_rd[j + 1] | last_rd[j]) << 1) | 1) |
1549
- last_rd[j + 1];
1550
- }
1551
- if (rd[j] & matchmask) {
1552
- var score = match_bitapScore_(d, j - 1);
1553
- // This match will almost certainly be better than any existing match.
1554
- // But check anyway.
1555
- if (score <= score_threshold) {
1556
- // Told you so.
1557
- score_threshold = score;
1558
- best_loc = j - 1;
1559
- if (best_loc > loc) {
1560
- // When passing loc, don't exceed our current distance from loc.
1561
- start = Math.max(1, 2 * loc - best_loc);
1562
- } else {
1563
- // Already passed loc, downhill from here on in.
1564
- break;
1565
- }
1566
- }
1567
- }
1568
- }
1569
- // No hope for a (better) match at greater error levels.
1570
- if (match_bitapScore_(d + 1, loc) > score_threshold) {
1571
- break;
1572
- }
1573
- last_rd = rd;
1574
- }
1575
- return best_loc;
1576
- };
1577
-
1578
-
1579
- /**
1580
- * Initialise the alphabet for the Bitap algorithm.
1581
- * @param {string} pattern The text to encode.
1582
- * @return {!Object} Hash of character locations.
1583
- * @private
1584
- */
1585
- diff_match_patch.prototype.match_alphabet_ = function(pattern) {
1586
- var s = {};
1587
- for (var i = 0; i < pattern.length; i++) {
1588
- s[pattern.charAt(i)] = 0;
1589
- }
1590
- for (var i = 0; i < pattern.length; i++) {
1591
- s[pattern.charAt(i)] |= 1 << (pattern.length - i - 1);
1592
- }
1593
- return s;
1594
- };
1595
-
1596
-
1597
- // PATCH FUNCTIONS
1598
-
1599
-
1600
- /**
1601
- * Increase the context until it is unique,
1602
- * but don't let the pattern expand beyond Match_MaxBits.
1603
- * @param {!diff_match_patch.patch_obj} patch The patch to grow.
1604
- * @param {string} text Source text.
1605
- * @private
1606
- */
1607
- diff_match_patch.prototype.patch_addContext_ = function(patch, text) {
1608
- if (text.length == 0) {
1609
- return;
1610
- }
1611
- if (patch.start2 === null) {
1612
- throw Error('patch not initialized');
1613
- }
1614
- var pattern = text.substring(patch.start2, patch.start2 + patch.length1);
1615
- var padding = 0;
1616
-
1617
- // Look for the first and last matches of pattern in text. If two different
1618
- // matches are found, increase the pattern length.
1619
- while (text.indexOf(pattern) != text.lastIndexOf(pattern) &&
1620
- pattern.length < this.Match_MaxBits - this.Patch_Margin -
1621
- this.Patch_Margin) {
1622
- padding += this.Patch_Margin;
1623
- pattern = text.substring(patch.start2 - padding,
1624
- patch.start2 + patch.length1 + padding);
1625
- }
1626
- // Add one chunk for good luck.
1627
- padding += this.Patch_Margin;
1628
-
1629
- // Add the prefix.
1630
- var prefix = text.substring(patch.start2 - padding, patch.start2);
1631
- if (prefix) {
1632
- patch.diffs.unshift(new diff_match_patch.Diff(DIFF_EQUAL, prefix));
1633
- }
1634
- // Add the suffix.
1635
- var suffix = text.substring(patch.start2 + patch.length1,
1636
- patch.start2 + patch.length1 + padding);
1637
- if (suffix) {
1638
- patch.diffs.push(new diff_match_patch.Diff(DIFF_EQUAL, suffix));
1639
- }
1640
-
1641
- // Roll back the start points.
1642
- patch.start1 -= prefix.length;
1643
- patch.start2 -= prefix.length;
1644
- // Extend the lengths.
1645
- patch.length1 += prefix.length + suffix.length;
1646
- patch.length2 += prefix.length + suffix.length;
1647
- };
1648
-
1649
-
1650
- /**
1651
- * Compute a list of patches to turn text1 into text2.
1652
- * Use diffs if provided, otherwise compute it ourselves.
1653
- * There are four ways to call this function, depending on what data is
1654
- * available to the caller:
1655
- * Method 1:
1656
- * a = text1, b = text2
1657
- * Method 2:
1658
- * a = diffs
1659
- * Method 3 (optimal):
1660
- * a = text1, b = diffs
1661
- * Method 4 (deprecated, use method 3):
1662
- * a = text1, b = text2, c = diffs
1663
- *
1664
- * @param {string|!Array.<!diff_match_patch.Diff>} a text1 (methods 1,3,4) or
1665
- * Array of diff tuples for text1 to text2 (method 2).
1666
- * @param {string|!Array.<!diff_match_patch.Diff>=} opt_b text2 (methods 1,4) or
1667
- * Array of diff tuples for text1 to text2 (method 3) or undefined (method 2).
1668
- * @param {string|!Array.<!diff_match_patch.Diff>=} opt_c Array of diff tuples
1669
- * for text1 to text2 (method 4) or undefined (methods 1,2,3).
1670
- * @return {!Array.<!diff_match_patch.patch_obj>} Array of Patch objects.
1671
- */
1672
- diff_match_patch.prototype.patch_make = function(a, opt_b, opt_c) {
1673
- var text1, diffs;
1674
- if (typeof a == 'string' && typeof opt_b == 'string' &&
1675
- typeof opt_c == 'undefined') {
1676
- // Method 1: text1, text2
1677
- // Compute diffs from text1 and text2.
1678
- text1 = /** @type {string} */(a);
1679
- diffs = this.diff_main(text1, /** @type {string} */(opt_b), true);
1680
- if (diffs.length > 2) {
1681
- this.diff_cleanupSemantic(diffs);
1682
- this.diff_cleanupEfficiency(diffs);
1683
- }
1684
- } else if (a && typeof a == 'object' && typeof opt_b == 'undefined' &&
1685
- typeof opt_c == 'undefined') {
1686
- // Method 2: diffs
1687
- // Compute text1 from diffs.
1688
- diffs = /** @type {!Array.<!diff_match_patch.Diff>} */(a);
1689
- text1 = this.diff_text1(diffs);
1690
- } else if (typeof a == 'string' && opt_b && typeof opt_b == 'object' &&
1691
- typeof opt_c == 'undefined') {
1692
- // Method 3: text1, diffs
1693
- text1 = /** @type {string} */(a);
1694
- diffs = /** @type {!Array.<!diff_match_patch.Diff>} */(opt_b);
1695
- } else if (typeof a == 'string' && typeof opt_b == 'string' &&
1696
- opt_c && typeof opt_c == 'object') {
1697
- // Method 4: text1, text2, diffs
1698
- // text2 is not used.
1699
- text1 = /** @type {string} */(a);
1700
- diffs = /** @type {!Array.<!diff_match_patch.Diff>} */(opt_c);
1701
- } else {
1702
- throw new Error('Unknown call format to patch_make.');
1703
- }
1704
-
1705
- if (diffs.length === 0) {
1706
- return []; // Get rid of the null case.
1707
- }
1708
- var patches = [];
1709
- var patch = new diff_match_patch.patch_obj();
1710
- var patchDiffLength = 0; // Keeping our own length var is faster in JS.
1711
- var char_count1 = 0; // Number of characters into the text1 string.
1712
- var char_count2 = 0; // Number of characters into the text2 string.
1713
- // Start with text1 (prepatch_text) and apply the diffs until we arrive at
1714
- // text2 (postpatch_text). We recreate the patches one by one to determine
1715
- // context info.
1716
- var prepatch_text = text1;
1717
- var postpatch_text = text1;
1718
- for (var x = 0; x < diffs.length; x++) {
1719
- var diff_type = diffs[x][0];
1720
- var diff_text = diffs[x][1];
1721
-
1722
- if (!patchDiffLength && diff_type !== DIFF_EQUAL) {
1723
- // A new patch starts here.
1724
- patch.start1 = char_count1;
1725
- patch.start2 = char_count2;
1726
- }
1727
-
1728
- switch (diff_type) {
1729
- case DIFF_INSERT:
1730
- patch.diffs[patchDiffLength++] = diffs[x];
1731
- patch.length2 += diff_text.length;
1732
- postpatch_text = postpatch_text.substring(0, char_count2) + diff_text +
1733
- postpatch_text.substring(char_count2);
1734
- break;
1735
- case DIFF_DELETE:
1736
- patch.length1 += diff_text.length;
1737
- patch.diffs[patchDiffLength++] = diffs[x];
1738
- postpatch_text = postpatch_text.substring(0, char_count2) +
1739
- postpatch_text.substring(char_count2 +
1740
- diff_text.length);
1741
- break;
1742
- case DIFF_EQUAL:
1743
- if (diff_text.length <= 2 * this.Patch_Margin &&
1744
- patchDiffLength && diffs.length != x + 1) {
1745
- // Small equality inside a patch.
1746
- patch.diffs[patchDiffLength++] = diffs[x];
1747
- patch.length1 += diff_text.length;
1748
- patch.length2 += diff_text.length;
1749
- } else if (diff_text.length >= 2 * this.Patch_Margin) {
1750
- // Time for a new patch.
1751
- if (patchDiffLength) {
1752
- this.patch_addContext_(patch, prepatch_text);
1753
- patches.push(patch);
1754
- patch = new diff_match_patch.patch_obj();
1755
- patchDiffLength = 0;
1756
- // Unlike Unidiff, our patch lists have a rolling context.
1757
- // https://github.com/google/diff-match-patch/wiki/Unidiff
1758
- // Update prepatch text & pos to reflect the application of the
1759
- // just completed patch.
1760
- prepatch_text = postpatch_text;
1761
- char_count1 = char_count2;
1762
- }
1763
- }
1764
- break;
1765
- }
1766
-
1767
- // Update the current character count.
1768
- if (diff_type !== DIFF_INSERT) {
1769
- char_count1 += diff_text.length;
1770
- }
1771
- if (diff_type !== DIFF_DELETE) {
1772
- char_count2 += diff_text.length;
1773
- }
1774
- }
1775
- // Pick up the leftover patch if not empty.
1776
- if (patchDiffLength) {
1777
- this.patch_addContext_(patch, prepatch_text);
1778
- patches.push(patch);
1779
- }
1780
-
1781
- return patches;
1782
- };
1783
-
1784
-
1785
- /**
1786
- * Given an array of patches, return another array that is identical.
1787
- * @param {!Array.<!diff_match_patch.patch_obj>} patches Array of Patch objects.
1788
- * @return {!Array.<!diff_match_patch.patch_obj>} Array of Patch objects.
1789
- */
1790
- diff_match_patch.prototype.patch_deepCopy = function(patches) {
1791
- // Making deep copies is hard in JavaScript.
1792
- var patchesCopy = [];
1793
- for (var x = 0; x < patches.length; x++) {
1794
- var patch = patches[x];
1795
- var patchCopy = new diff_match_patch.patch_obj();
1796
- patchCopy.diffs = [];
1797
- for (var y = 0; y < patch.diffs.length; y++) {
1798
- patchCopy.diffs[y] =
1799
- new diff_match_patch.Diff(patch.diffs[y][0], patch.diffs[y][1]);
1800
- }
1801
- patchCopy.start1 = patch.start1;
1802
- patchCopy.start2 = patch.start2;
1803
- patchCopy.length1 = patch.length1;
1804
- patchCopy.length2 = patch.length2;
1805
- patchesCopy[x] = patchCopy;
1806
- }
1807
- return patchesCopy;
1808
- };
1809
-
1810
-
1811
- /**
1812
- * Merge a set of patches onto the text. Return a patched text, as well
1813
- * as a list of true/false values indicating which patches were applied.
1814
- * @param {!Array.<!diff_match_patch.patch_obj>} patches Array of Patch objects.
1815
- * @param {string} text Old text.
1816
- * @return {!Array.<string|!Array.<boolean>>} Two element Array, containing the
1817
- * new text and an array of boolean values.
1818
- */
1819
- diff_match_patch.prototype.patch_apply = function(patches, text) {
1820
- if (patches.length == 0) {
1821
- return [text, []];
1822
- }
1823
-
1824
- // Deep copy the patches so that no changes are made to originals.
1825
- patches = this.patch_deepCopy(patches);
1826
-
1827
- var nullPadding = this.patch_addPadding(patches);
1828
- text = nullPadding + text + nullPadding;
1829
-
1830
- this.patch_splitMax(patches);
1831
- // delta keeps track of the offset between the expected and actual location
1832
- // of the previous patch. If there are patches expected at positions 10 and
1833
- // 20, but the first patch was found at 12, delta is 2 and the second patch
1834
- // has an effective expected position of 22.
1835
- var delta = 0;
1836
- var results = [];
1837
- for (var x = 0; x < patches.length; x++) {
1838
- var expected_loc = patches[x].start2 + delta;
1839
- var text1 = this.diff_text1(patches[x].diffs);
1840
- var start_loc;
1841
- var end_loc = -1;
1842
- if (text1.length > this.Match_MaxBits) {
1843
- // patch_splitMax will only provide an oversized pattern in the case of
1844
- // a monster delete.
1845
- start_loc = this.match_main(text, text1.substring(0, this.Match_MaxBits),
1846
- expected_loc);
1847
- if (start_loc != -1) {
1848
- end_loc = this.match_main(text,
1849
- text1.substring(text1.length - this.Match_MaxBits),
1850
- expected_loc + text1.length - this.Match_MaxBits);
1851
- if (end_loc == -1 || start_loc >= end_loc) {
1852
- // Can't find valid trailing context. Drop this patch.
1853
- start_loc = -1;
1854
- }
1855
- }
1856
- } else {
1857
- start_loc = this.match_main(text, text1, expected_loc);
1858
- }
1859
- if (start_loc == -1) {
1860
- // No match found. :(
1861
- results[x] = false;
1862
- // Subtract the delta for this failed patch from subsequent patches.
1863
- delta -= patches[x].length2 - patches[x].length1;
1864
- } else {
1865
- // Found a match. :)
1866
- results[x] = true;
1867
- delta = start_loc - expected_loc;
1868
- var text2;
1869
- if (end_loc == -1) {
1870
- text2 = text.substring(start_loc, start_loc + text1.length);
1871
- } else {
1872
- text2 = text.substring(start_loc, end_loc + this.Match_MaxBits);
1873
- }
1874
- if (text1 == text2) {
1875
- // Perfect match, just shove the replacement text in.
1876
- text = text.substring(0, start_loc) +
1877
- this.diff_text2(patches[x].diffs) +
1878
- text.substring(start_loc + text1.length);
1879
- } else {
1880
- // Imperfect match. Run a diff to get a framework of equivalent
1881
- // indices.
1882
- var diffs = this.diff_main(text1, text2, false);
1883
- if (text1.length > this.Match_MaxBits &&
1884
- this.diff_levenshtein(diffs) / text1.length >
1885
- this.Patch_DeleteThreshold) {
1886
- // The end points match, but the content is unacceptably bad.
1887
- results[x] = false;
1888
- } else {
1889
- this.diff_cleanupSemanticLossless(diffs);
1890
- var index1 = 0;
1891
- var index2;
1892
- for (var y = 0; y < patches[x].diffs.length; y++) {
1893
- var mod = patches[x].diffs[y];
1894
- if (mod[0] !== DIFF_EQUAL) {
1895
- index2 = this.diff_xIndex(diffs, index1);
1896
- }
1897
- if (mod[0] === DIFF_INSERT) { // Insertion
1898
- text = text.substring(0, start_loc + index2) + mod[1] +
1899
- text.substring(start_loc + index2);
1900
- } else if (mod[0] === DIFF_DELETE) { // Deletion
1901
- text = text.substring(0, start_loc + index2) +
1902
- text.substring(start_loc + this.diff_xIndex(diffs,
1903
- index1 + mod[1].length));
1904
- }
1905
- if (mod[0] !== DIFF_DELETE) {
1906
- index1 += mod[1].length;
1907
- }
1908
- }
1909
- }
1910
- }
1911
- }
1912
- }
1913
- // Strip the padding off.
1914
- text = text.substring(nullPadding.length, text.length - nullPadding.length);
1915
- return [text, results];
1916
- };
1917
-
1918
-
1919
- /**
1920
- * Add some padding on text start and end so that edges can match something.
1921
- * Intended to be called only from within patch_apply.
1922
- * @param {!Array.<!diff_match_patch.patch_obj>} patches Array of Patch objects.
1923
- * @return {string} The padding string added to each side.
1924
- */
1925
- diff_match_patch.prototype.patch_addPadding = function(patches) {
1926
- var paddingLength = this.Patch_Margin;
1927
- var nullPadding = '';
1928
- for (var x = 1; x <= paddingLength; x++) {
1929
- nullPadding += String.fromCharCode(x);
1930
- }
1931
-
1932
- // Bump all the patches forward.
1933
- for (var x = 0; x < patches.length; x++) {
1934
- patches[x].start1 += paddingLength;
1935
- patches[x].start2 += paddingLength;
1936
- }
1937
-
1938
- // Add some padding on start of first diff.
1939
- var patch = patches[0];
1940
- var diffs = patch.diffs;
1941
- if (diffs.length == 0 || diffs[0][0] != DIFF_EQUAL) {
1942
- // Add nullPadding equality.
1943
- diffs.unshift(new diff_match_patch.Diff(DIFF_EQUAL, nullPadding));
1944
- patch.start1 -= paddingLength; // Should be 0.
1945
- patch.start2 -= paddingLength; // Should be 0.
1946
- patch.length1 += paddingLength;
1947
- patch.length2 += paddingLength;
1948
- } else if (paddingLength > diffs[0][1].length) {
1949
- // Grow first equality.
1950
- var extraLength = paddingLength - diffs[0][1].length;
1951
- diffs[0][1] = nullPadding.substring(diffs[0][1].length) + diffs[0][1];
1952
- patch.start1 -= extraLength;
1953
- patch.start2 -= extraLength;
1954
- patch.length1 += extraLength;
1955
- patch.length2 += extraLength;
1956
- }
1957
-
1958
- // Add some padding on end of last diff.
1959
- patch = patches[patches.length - 1];
1960
- diffs = patch.diffs;
1961
- if (diffs.length == 0 || diffs[diffs.length - 1][0] != DIFF_EQUAL) {
1962
- // Add nullPadding equality.
1963
- diffs.push(new diff_match_patch.Diff(DIFF_EQUAL, nullPadding));
1964
- patch.length1 += paddingLength;
1965
- patch.length2 += paddingLength;
1966
- } else if (paddingLength > diffs[diffs.length - 1][1].length) {
1967
- // Grow last equality.
1968
- var extraLength = paddingLength - diffs[diffs.length - 1][1].length;
1969
- diffs[diffs.length - 1][1] += nullPadding.substring(0, extraLength);
1970
- patch.length1 += extraLength;
1971
- patch.length2 += extraLength;
1972
- }
1973
-
1974
- return nullPadding;
1975
- };
1976
-
1977
-
1978
- /**
1979
- * Look through the patches and break up any which are longer than the maximum
1980
- * limit of the match algorithm.
1981
- * Intended to be called only from within patch_apply.
1982
- * @param {!Array.<!diff_match_patch.patch_obj>} patches Array of Patch objects.
1983
- */
1984
- diff_match_patch.prototype.patch_splitMax = function(patches) {
1985
- var patch_size = this.Match_MaxBits;
1986
- for (var x = 0; x < patches.length; x++) {
1987
- if (patches[x].length1 <= patch_size) {
1988
- continue;
1989
- }
1990
- var bigpatch = patches[x];
1991
- // Remove the big old patch.
1992
- patches.splice(x--, 1);
1993
- var start1 = bigpatch.start1;
1994
- var start2 = bigpatch.start2;
1995
- var precontext = '';
1996
- while (bigpatch.diffs.length !== 0) {
1997
- // Create one of several smaller patches.
1998
- var patch = new diff_match_patch.patch_obj();
1999
- var empty = true;
2000
- patch.start1 = start1 - precontext.length;
2001
- patch.start2 = start2 - precontext.length;
2002
- if (precontext !== '') {
2003
- patch.length1 = patch.length2 = precontext.length;
2004
- patch.diffs.push(new diff_match_patch.Diff(DIFF_EQUAL, precontext));
2005
- }
2006
- while (bigpatch.diffs.length !== 0 &&
2007
- patch.length1 < patch_size - this.Patch_Margin) {
2008
- var diff_type = bigpatch.diffs[0][0];
2009
- var diff_text = bigpatch.diffs[0][1];
2010
- if (diff_type === DIFF_INSERT) {
2011
- // Insertions are harmless.
2012
- patch.length2 += diff_text.length;
2013
- start2 += diff_text.length;
2014
- patch.diffs.push(bigpatch.diffs.shift());
2015
- empty = false;
2016
- } else if (diff_type === DIFF_DELETE && patch.diffs.length == 1 &&
2017
- patch.diffs[0][0] == DIFF_EQUAL &&
2018
- diff_text.length > 2 * patch_size) {
2019
- // This is a large deletion. Let it pass in one chunk.
2020
- patch.length1 += diff_text.length;
2021
- start1 += diff_text.length;
2022
- empty = false;
2023
- patch.diffs.push(new diff_match_patch.Diff(diff_type, diff_text));
2024
- bigpatch.diffs.shift();
2025
- } else {
2026
- // Deletion or equality. Only take as much as we can stomach.
2027
- diff_text = diff_text.substring(0,
2028
- patch_size - patch.length1 - this.Patch_Margin);
2029
- patch.length1 += diff_text.length;
2030
- start1 += diff_text.length;
2031
- if (diff_type === DIFF_EQUAL) {
2032
- patch.length2 += diff_text.length;
2033
- start2 += diff_text.length;
2034
- } else {
2035
- empty = false;
2036
- }
2037
- patch.diffs.push(new diff_match_patch.Diff(diff_type, diff_text));
2038
- if (diff_text == bigpatch.diffs[0][1]) {
2039
- bigpatch.diffs.shift();
2040
- } else {
2041
- bigpatch.diffs[0][1] =
2042
- bigpatch.diffs[0][1].substring(diff_text.length);
2043
- }
2044
- }
2045
- }
2046
- // Compute the head context for the next patch.
2047
- precontext = this.diff_text2(patch.diffs);
2048
- precontext =
2049
- precontext.substring(precontext.length - this.Patch_Margin);
2050
- // Append the end context for this patch.
2051
- var postcontext = this.diff_text1(bigpatch.diffs)
2052
- .substring(0, this.Patch_Margin);
2053
- if (postcontext !== '') {
2054
- patch.length1 += postcontext.length;
2055
- patch.length2 += postcontext.length;
2056
- if (patch.diffs.length !== 0 &&
2057
- patch.diffs[patch.diffs.length - 1][0] === DIFF_EQUAL) {
2058
- patch.diffs[patch.diffs.length - 1][1] += postcontext;
2059
- } else {
2060
- patch.diffs.push(new diff_match_patch.Diff(DIFF_EQUAL, postcontext));
2061
- }
2062
- }
2063
- if (!empty) {
2064
- patches.splice(++x, 0, patch);
2065
- }
2066
- }
2067
- }
2068
- };
2069
-
2070
-
2071
- /**
2072
- * Take a list of patches and return a textual representation.
2073
- * @param {!Array.<!diff_match_patch.patch_obj>} patches Array of Patch objects.
2074
- * @return {string} Text representation of patches.
2075
- */
2076
- diff_match_patch.prototype.patch_toText = function(patches) {
2077
- var text = [];
2078
- for (var x = 0; x < patches.length; x++) {
2079
- text[x] = patches[x];
2080
- }
2081
- return text.join('');
2082
- };
2083
-
2084
-
2085
- /**
2086
- * Parse a textual representation of patches and return a list of Patch objects.
2087
- * @param {string} textline Text representation of patches.
2088
- * @return {!Array.<!diff_match_patch.patch_obj>} Array of Patch objects.
2089
- * @throws {!Error} If invalid input.
2090
- */
2091
- diff_match_patch.prototype.patch_fromText = function(textline) {
2092
- var patches = [];
2093
- if (!textline) {
2094
- return patches;
2095
- }
2096
- var text = textline.split('\n');
2097
- var textPointer = 0;
2098
- var patchHeader = /^@@ -(\d+),?(\d*) \+(\d+),?(\d*) @@$/;
2099
- while (textPointer < text.length) {
2100
- var m = text[textPointer].match(patchHeader);
2101
- if (!m) {
2102
- throw new Error('Invalid patch string: ' + text[textPointer]);
2103
- }
2104
- var patch = new diff_match_patch.patch_obj();
2105
- patches.push(patch);
2106
- patch.start1 = parseInt(m[1], 10);
2107
- if (m[2] === '') {
2108
- patch.start1--;
2109
- patch.length1 = 1;
2110
- } else if (m[2] == '0') {
2111
- patch.length1 = 0;
2112
- } else {
2113
- patch.start1--;
2114
- patch.length1 = parseInt(m[2], 10);
2115
- }
2116
-
2117
- patch.start2 = parseInt(m[3], 10);
2118
- if (m[4] === '') {
2119
- patch.start2--;
2120
- patch.length2 = 1;
2121
- } else if (m[4] == '0') {
2122
- patch.length2 = 0;
2123
- } else {
2124
- patch.start2--;
2125
- patch.length2 = parseInt(m[4], 10);
2126
- }
2127
- textPointer++;
2128
-
2129
- while (textPointer < text.length) {
2130
- var sign = text[textPointer].charAt(0);
2131
- try {
2132
- var line = decodeURI(text[textPointer].substring(1));
2133
- } catch (ex) {
2134
- // Malformed URI sequence.
2135
- throw new Error('Illegal escape in patch_fromText: ' + line);
2136
- }
2137
- if (sign == '-') {
2138
- // Deletion.
2139
- patch.diffs.push(new diff_match_patch.Diff(DIFF_DELETE, line));
2140
- } else if (sign == '+') {
2141
- // Insertion.
2142
- patch.diffs.push(new diff_match_patch.Diff(DIFF_INSERT, line));
2143
- } else if (sign == ' ') {
2144
- // Minor equality.
2145
- patch.diffs.push(new diff_match_patch.Diff(DIFF_EQUAL, line));
2146
- } else if (sign == '@') {
2147
- // Start of next patch.
2148
- break;
2149
- } else if (sign === '') {
2150
- // Blank line? Whatever.
2151
- } else {
2152
- // WTF?
2153
- throw new Error('Invalid patch mode "' + sign + '" in: ' + line);
2154
- }
2155
- textPointer++;
2156
- }
2157
- }
2158
- return patches;
2159
- };
2160
-
2161
-
2162
- /**
2163
- * Class representing one patch operation.
2164
- * @constructor
2165
- */
2166
- diff_match_patch.patch_obj = function() {
2167
- /** @type {!Array.<!diff_match_patch.Diff>} */
2168
- this.diffs = [];
2169
- /** @type {?number} */
2170
- this.start1 = null;
2171
- /** @type {?number} */
2172
- this.start2 = null;
2173
- /** @type {number} */
2174
- this.length1 = 0;
2175
- /** @type {number} */
2176
- this.length2 = 0;
2177
- };
2178
-
2179
-
2180
- /**
2181
- * Emulate GNU diff's format.
2182
- * Header: @@ -382,8 +481,9 @@
2183
- * Indices are printed as 1-based, not 0-based.
2184
- * @return {string} The GNU diff string.
2185
- */
2186
- diff_match_patch.patch_obj.prototype.toString = function() {
2187
- var coords1, coords2;
2188
- if (this.length1 === 0) {
2189
- coords1 = this.start1 + ',0';
2190
- } else if (this.length1 == 1) {
2191
- coords1 = this.start1 + 1;
2192
- } else {
2193
- coords1 = (this.start1 + 1) + ',' + this.length1;
2194
- }
2195
- if (this.length2 === 0) {
2196
- coords2 = this.start2 + ',0';
2197
- } else if (this.length2 == 1) {
2198
- coords2 = this.start2 + 1;
2199
- } else {
2200
- coords2 = (this.start2 + 1) + ',' + this.length2;
2201
- }
2202
- var text = ['@@ -' + coords1 + ' +' + coords2 + ' @@\n'];
2203
- var op;
2204
- // Escape the body of the patch with %xx notation.
2205
- for (var x = 0; x < this.diffs.length; x++) {
2206
- switch (this.diffs[x][0]) {
2207
- case DIFF_INSERT:
2208
- op = '+';
2209
- break;
2210
- case DIFF_DELETE:
2211
- op = '-';
2212
- break;
2213
- case DIFF_EQUAL:
2214
- op = ' ';
2215
- break;
2216
- }
2217
- text[x + 1] = op + encodeURI(this.diffs[x][1]) + '\n';
2218
- }
2219
- return text.join('').replace(/%20/g, ' ');
2220
- };
2221
-
2222
- module.exports = { diff_match_patch, DIFF_INSERT, DIFF_DELETE, DIFF_EQUAL };