LinkedSoftwareDependencies / Components.js

🧩 A semantic dependency injection framework
https://componentsjs.readthedocs.io/
Other
41 stars 6 forks source link

Migrate to n3 1.x #15

Closed RubenVerborgh closed 3 years ago

RubenVerborgh commented 5 years ago

We currently depend on a pre-RDF/JS version of N3.js.

This would allow better deduping and even tree shaking (since N3.js 1.2.0) in webpacked code.

rubensworks commented 5 years ago

Related to #1.

jacoscaz commented 4 years ago

Just stumbled into this myself on my quest to produce the smallest possible comunica bundle for quadstore, it would definitely be nice to have a 1.x of n3 version in componentsjs. I'll try to have a look in the coming weeks.

rubensworks commented 4 years ago

I've actually started working on this yesterday :-)