Typescript (.ts) port of the file diff_match_patch_uncompressed.js#127
Typescript (.ts) port of the file diff_match_patch_uncompressed.js#127ramin-zaghi wants to merge 2 commits intogoogle:masterfrom
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
@NeilFraser would you review and merge this please? or do you no longer accept changes to this project? |
|
All JavaScript is Typescript, but not the other way around. Seems better to just keep the JS version so there's less maintenance porting between two essentially identical implementations. |
Since Typescript is compiled into Javascript, you would still only need to maintain one - the Typescript version. |
This is useful for projects that use Typescript (e.g. a Visual Studio Code Extension).
Tested using the same logic as is present in the Patch Demo.
"visualSilicon" has also submitted a CLA for contributions to Google open-source projects.