Skip to content

Commit 89a41d7

Browse files
authored
Merge pull request #297 from github/streamling-changeset
streamline changest viewing for larger diffs
2 parents f83249d + 7a7b8f9 commit 89a41d7

File tree

7 files changed

+1736
-4459
lines changed

7 files changed

+1736
-4459
lines changed

__tests__/__snapshots__/main.test.ts.snap

Lines changed: 12 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -123,36 +123,18 @@ exports[`displays module information when files are added/removed/changed 1`] =
123123
<details>
124124
<summary>**Changeset**</summary>
125125
126-
File | Δ
127-
---- | -
128-
\`src/client/this/file/has/a/long/name/so-that-it-will-hopefully-wrap.tsx\` | 🆕 +2.72 KB
129-
\`src/client/this-file-was-added.ts\` | 🆕 +1.46 KB
130-
\`src/client/this-is-another-file-with-a-long-name-to-test-the-table-sizing.tsx\` | 🆕 +1.04 KB
131-
\`src/client/helpers/this-file-is-much-larger.ts\` | 📈 +11.66 KB (+865.77%)
132-
\`src/client/this-file-grew-larger.tsx\` | 📈 +200 B (+35.59%)
133-
\`src/client/helpers/this-file-grew-smaller.ts\` | 📉 -200 B (-7.94%)
134-
\`src/client/this-file-is-much-smaller.tsx\` | 📉 -11.66 KB (-99.92%)
135-
\`src/client/routes.tsx\` | 🔥 -2.72 KB (-100%)
136-
\`src/client/this-file-will-be-deleted.ts\` | 🔥 -1.46 KB (-100%)
137-
\`src/client/render-memex.tsx\` | 🔥 -1.04 KB (-100%)
138-
139-
<details>
140-
<summary>View individual file sizes</summary>
141-
142-
File | Old | New | Δ
143-
---- | --- | --- | -
144-
\`src/client/this/file/has/a/long/name/so-that-it-will-hopefully-wrap.tsx\` | 0 B | 2.72 KB | 🆕 +2.72 KB
145-
\`src/client/this-file-was-added.ts\` | 0 B | 1.46 KB | 🆕 +1.46 KB
146-
\`src/client/this-is-another-file-with-a-long-name-to-test-the-table-sizing.tsx\` | 0 B | 1.04 KB | 🆕 +1.04 KB
147-
\`src/client/helpers/this-file-is-much-larger.ts\` | 1.35 KB | 13.01 KB | 📈 +11.66 KB (+865.77%)
148-
\`src/client/this-file-grew-larger.tsx\` | 562 B | 762 B | 📈 +200 B (+35.59%)
149-
\`src/client/helpers/this-file-grew-smaller.ts\` | 2.46 KB | 2.26 KB | 📉 -200 B (-7.94%)
150-
\`src/client/this-file-is-much-smaller.tsx\` | 11.67 KB | 10 B | 📉 -11.66 KB (-99.92%)
151-
\`src/client/routes.tsx\` | 2.72 KB | 0 B | 🔥 -2.72 KB (-100%)
152-
\`src/client/this-file-will-be-deleted.ts\` | 1.46 KB | 0 B | 🔥 -1.46 KB (-100%)
153-
\`src/client/render-memex.tsx\` | 1.04 KB | 0 B | 🔥 -1.04 KB (-100%)
154-
155-
</details>
126+
File | Δ | Size
127+
---- | - | ----
128+
\`src/client/this/file/has/a/long/name/so-that-it-will-hopefully-wrap.tsx\` | 🆕 +2.72 KB | 0 B -> 2.72 KB
129+
\`src/client/this-file-was-added.ts\` | 🆕 +1.46 KB | 0 B -> 1.46 KB
130+
\`src/client/this-is-another-file-with-a-long-name-to-test-the-table-sizing.tsx\` | 🆕 +1.04 KB | 0 B -> 1.04 KB
131+
\`src/client/helpers/this-file-is-much-larger.ts\` | 📈 +11.66 KB (+865.77%) | 1.35 KB -> 13.01 KB
132+
\`src/client/this-file-grew-larger.tsx\` | 📈 +200 B (+35.59%) | 562 B -> 762 B
133+
\`src/client/helpers/this-file-grew-smaller.ts\` | 📉 -200 B (-7.94%) | 2.46 KB -> 2.26 KB
134+
\`src/client/this-file-is-much-smaller.tsx\` | 📉 -11.66 KB (-99.92%) | 11.67 KB -> 10 B
135+
\`src/client/routes.tsx\` | 🔥 -2.72 KB (-100%) | 2.72 KB -> 0 B
136+
\`src/client/this-file-will-be-deleted.ts\` | 🔥 -1.46 KB (-100%) | 1.46 KB -> 0 B
137+
\`src/client/render-memex.tsx\` | 🔥 -1.04 KB (-100%) | 1.04 KB -> 0 B
156138
157139
</details>
158140
"

dist/index.js

Lines changed: 32 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)