Commit 70d677c
committed
fix: escape */ in JSDoc to prevent TypeScript 6.0.3 early comment termination
The JSDoc for findHighestCachedVersion contained the literal text 'v*/'
which the TypeScript 6.0.3 tokenizer interprets as closing the multi-line
comment, causing 62 cascading TS errors across the file.
Replaced the glob pattern description with an explicit versioned-cache
example that avoids the */ sequence.1 parent f0a471c commit 70d677c
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
0 commit comments