linkeddata / rdflib.js

Linked Data API for JavaScript
http://linkeddata.github.io/rdflib.js/doc/
Other
565 stars 143 forks source link

reverting PR#445 #502

Closed bourgeoa closed 3 years ago

bourgeoa commented 3 years ago

@ludwigschubi It seems that export interface ... extends ... do not export any js code because it is only declarative in typescript

PR reverting your PR#445 which had the following issues :

WARNING in ../rdflib/esm/index.js 61:0-63:72 "export 'ExtendedResponse' was not found in './fetcher' @ ./src/index.ts @ multi ./src/index.ts

WARNING in ../rdflib/esm/index.js 61:0-63:72 "export 'FetchError' was not found in './fetcher' @ ./src/index.ts @ multi ./src/index.ts

ludwigschub commented 3 years ago

@bourgeoa i think #503 might fix it