-
Notifications
You must be signed in to change notification settings - Fork 228
change build system to esbuild and add rdflib.js #209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Hi @neon12345, things probably break now a lot (tests, and local server starting not working i guess). IMO we need to also get rid of all the legacy structure the whole projects consists. Its all legacy code from the early stages of javascript. |
@BlackDark I plan to remove the server and add client-side parse and export with rdflib.js. The tests need to be done differently but the project builds and runs with esbuild. I test it with |
I have now added browser-based automated testing with 4 working examples. If the parser is complete with more examples, it can be integrated into the web app. |
Allright, give me a ping once ready with all. |
A possible starting point for future development.