Commit 64e019d
authored
fix: sync the
The hoisted copy wanted exactly two slashes and a lower-case scheme, so a
pre-compiled schema rejected `file:/abs` and `FILE:///abs` where the real
keyword now takes both. The lookahead leaves the first slash to the path
part, keeping a scheme with nothing absolute after it rejected.absolutePath file URL prefix with schema-utils (#50)1 parent 15e8f6b commit 64e019d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
0 commit comments