Commit 320adde
committed
perf: Replace JSDOM with cheerio to fix OOM in link checker
- Switch from JSDOM to cheerio for HTML parsing
- Cheerio is much lighter and faster (already a dependency)
- Fixes CI failure: JavaScript heap out of memory
- Remove jsdom and @types/jsdom dependencies1 parent c2c6c4d commit 320adde
3 files changed
+68
-59
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
128 | 127 | | |
129 | 128 | | |
130 | 129 | | |
| |||
136 | 135 | | |
137 | 136 | | |
138 | 137 | | |
139 | | - | |
140 | 138 | | |
141 | 139 | | |
142 | 140 | | |
| |||
0 commit comments