something happend with yarn.lock so changed it back, removed readUrl in urlreader because it was failing
Signed-off-by: Simon <simme.jakobsson@gmail.com>
This commit is contained in:
@@ -50,7 +50,7 @@ export class UrlReaderPredicateMux implements UrlReader {
|
||||
|
||||
for (const { predicate, reader } of this.readers) {
|
||||
if (predicate(parsed)) {
|
||||
return reader.readUrl(url);
|
||||
return reader.read(url);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -38915,7 +38915,7 @@ __metadata:
|
||||
|
||||
"typescript@patch:typescript@~4.6.0#~builtin<compat/typescript>, typescript@patch:typescript@~4.6.3#~builtin<compat/typescript>":
|
||||
version: 4.6.4
|
||||
resolution: "typescript@patch:typescript@npm%3A4.6.4#~builtin<compat/typescript>::version=4.6.4&hash=f456af"
|
||||
resolution: "typescript@patch:typescript@npm%3A4.6.4#~builtin<compat/typescript>::version=4.6.4&hash=a1c5e5"
|
||||
bin:
|
||||
tsc: bin/tsc
|
||||
tsserver: bin/tsserver
|
||||
@@ -38925,7 +38925,7 @@ __metadata:
|
||||
|
||||
"typescript@patch:typescript@~4.7.0#~builtin<compat/typescript>":
|
||||
version: 4.7.4
|
||||
resolution: "typescript@patch:typescript@npm%3A4.7.4#~builtin<compat/typescript>::version=4.7.4&hash=f456af"
|
||||
resolution: "typescript@patch:typescript@npm%3A4.7.4#~builtin<compat/typescript>::version=4.7.4&hash=a1c5e5"
|
||||
bin:
|
||||
tsc: bin/tsc
|
||||
tsserver: bin/tsserver
|
||||
|
||||
Reference in New Issue
Block a user