You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some short-circuit edge cases here that don't run the tokenizer. count was intended more as an internal field, but it wouldn't be that much overhead to run the tokenizer for these special cases and include the field for those as well.
diff.diffLines('var a = 0;', 'var a = 0;\nvar b = 1;\nvar c = 3')
returnsdiff.diffLines('', 'var a = 0;\nvar b = 1;')
returnswhat happened to count?
The text was updated successfully, but these errors were encountered: