Commit a7d3f18
authored
Handle strings when skipping function bodies (#8614)
Explicitly parse strings in the logic for mostly skipping function
bodies in the first parser phase. This avoids parentheses inside strings
causing the parser to skip too much or too little of the input.1 parent 4301eae commit a7d3f18
2 files changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
332 | 337 | | |
333 | 338 | | |
334 | 339 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5259 | 5259 | | |
5260 | 5260 | | |
5261 | 5261 | | |
| 5262 | + | |
| 5263 | + | |
| 5264 | + | |
| 5265 | + | |
| 5266 | + | |
| 5267 | + | |
| 5268 | + | |
5262 | 5269 | | |
0 commit comments