Commit 405da88
authored
ref(build): replace local hole-punch script with binpunch package (#246)
## Summary
- Replace the local `script/hole-punch.ts` with the published
[`binpunch`](https://www.npmjs.com/package/binpunch) npm package
([source](https://github.com/BYK/binpunch))
- Delete `script/hole-punch.ts` and `test/lib/hole-punch.test.ts` (tests
now live in the package repo)
- Remove the `hole-punch` npm script from `package.json`
The build behavior is unchanged — `script/build.ts` still calls
`processBinary()` to zero unused ICU data entries before gzip
compression.1 parent 02d192f commit 405da88
File tree
5 files changed
+5
-1180
lines changed- script
- test/lib
5 files changed
+5
-1180
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | | - | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments