Commit 4c5cea4
committed
Skip failing application.js link check
When the hyperlink package tries to check the application.js it will parse the code
so it can look for additional links to try.
When it does this it fails when it encounters optional chaining syntax (`?.`)
this is because the parser does not support it yet.
This skip can be removed when this support is added and shipped:
estools/estraverse#112
See also #577 (comment)1 parent 5fd0de8 commit 4c5cea4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments