1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-07-31 12:30:11 +02:00

fix LOC estimates with new version of cloc

This commit is contained in:
Ian Storm Taylor
2019-12-16 16:41:35 -05:00
parent 6f98363566
commit 4ee9f8b4e6

View File

@@ -83,14 +83,14 @@ One of the goals was to dramatically simplify a lot of the logic in Slate to mak
To give you a sense for the change in total lines of code: To give you a sense for the change in total lines of code:
``` ```
slate 8,436 -> 3,724 (48%) slate 8,436 -> 3,958 (47%)
slate-react 3,905 -> 627 (18%) slate-react 3,905 -> 1,954 (50%)
slate-base64-serializer 38 -> 0 slate-base64-serializer 38 -> 0
slate-dev-benchmark 340 -> 0 slate-dev-benchmark 340 -> 0
slate-dev-environment 102 -> 0 slate-dev-environment 102 -> 0
slate-dev-test-utils 44 -> 0 slate-dev-test-utils 44 -> 0
slate-history 0 -> 209 slate-history 0 -> 211
slate-hotkeys 62 -> 0 slate-hotkeys 62 -> 0
slate-html-serializer 253 -> 0 slate-html-serializer 253 -> 0
slate-hyperscript 447 -> 345 slate-hyperscript 447 -> 345
@@ -98,7 +98,7 @@ slate-plain-serializer 56 -> 0
slate-prop-types 62 -> 0 slate-prop-types 62 -> 0
slate-react-placeholder 62 -> 0 slate-react-placeholder 62 -> 0
total 13,807 -> 4,905 (36%) total 13,807 -> 6,468 (47%)
``` ```
It's quite a big difference! And that doesn't even include the dependencies that were shed in the process too. It's quite a big difference! And that doesn't even include the dependencies that were shed in the process too.