FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
lowcoder/node_modules/diff/lib/diff/character.js at main · lowcoder-org/lowcoder · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
lowcoder-org
/
lowcoder
Public
Notifications
You must be signed in to change notification settings
Fork
314
Star
1.6k
Code
Issues
227
Pull requests
47
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
lowcoder
/
node_modules
/
diff
/
lib
/
diff
/
character.js
Copy path
More file actions
More file actions
Latest commit
History
History
History
37 lines (31 loc) · 1.62 KB
Breadcrumbs
lowcoder
/
node_modules
/
diff
/
lib
/
diff
/
character.js
Copy path
File metadata and controls
37 lines (31 loc) · 1.62 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/*istanbul ignore start*/
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
,
{
value
:
true
}
)
;
exports
.
diffChars
=
diffChars
;
exports
.
characterDiff
=
void
0
;
/*istanbul ignore end*/
var
/*istanbul ignore start*/
_base
=
_interopRequireDefault
(
require
(
"./base"
)
)
/*istanbul ignore end*/
;
/*istanbul ignore start*/
function
_interopRequireDefault
(
obj
)
{
return
obj
&&
obj
.
__esModule
?
obj
:
{
default
:
obj
}
;
}
/*istanbul ignore end*/
var
characterDiff
=
new
/*istanbul ignore start*/
_base
/*istanbul ignore end*/
.
/*istanbul ignore start*/
default
/*istanbul ignore end*/
(
)
;
/*istanbul ignore start*/
exports
.
characterDiff
=
characterDiff
;
/*istanbul ignore end*/
function
diffChars
(
oldStr
,
newStr
,
options
)
{
return
characterDiff
.
diff
(
oldStr
,
newStr
,
options
)
;
}
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9kaWZmL2NoYXJhY3Rlci5qcyJdLCJuYW1lcyI6WyJjaGFyYWN0ZXJEaWZmIiwiRGlmZiIsImRpZmZDaGFycyIsIm9sZFN0ciIsIm5ld1N0ciIsIm9wdGlvbnMiLCJkaWZmIl0sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7O0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTs7Ozs7QUFFTyxJQUFNQSxhQUFhLEdBQUc7QUFBSUM7QUFBQUE7QUFBQUE7QUFBQUE7QUFBQUE7QUFBQUE7QUFBSjtBQUFBLEVBQXRCOzs7Ozs7QUFDQSxTQUFTQyxTQUFULENBQW1CQyxNQUFuQixFQUEyQkMsTUFBM0IsRUFBbUNDLE9BQW5DLEVBQTRDO0FBQUUsU0FBT0wsYUFBYSxDQUFDTSxJQUFkLENBQW1CSCxNQUFuQixFQUEyQkMsTUFBM0IsRUFBbUNDLE9BQW5DLENBQVA7QUFBcUQiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgRGlmZiBmcm9tICcuL2Jhc2UnO1xuXG5leHBvcnQgY29uc3QgY2hhcmFjdGVyRGlmZiA9IG5ldyBEaWZmKCk7XG5leHBvcnQgZnVuY3Rpb24gZGlmZkNoYXJzKG9sZFN0ciwgbmV3U3RyLCBvcHRpb25zKSB7IHJldHVybiBjaGFyYWN0ZXJEaWZmLmRpZmYob2xkU3RyLCBuZXdTdHIsIG9wdGlvbnMpOyB9XG4iXX0=
Back
|
FazBrowse Home
|
New Git URL