oracle / offline-persistence-toolkit

Offline Persistence Toolkit for Javascript Applications
Other
42 stars 9 forks source link

Consider ES Modules target!? #2

Open TheLarkInn opened 6 years ago

TheLarkInn commented 6 years ago

Would maintainers accept PRs to convert this legacy AMD module format to ESM? With a few lines of tooling you could have a much more portable and web app tooling friendly library that can be better optimized then via AMD.

ghost commented 6 years ago

This sounds like a great idea. We don't officially support pull requests, but if you'd like to, feel free to submit a PR and we'll take a look at it with no commitment.

TheLarkInn commented 6 years ago

Thank you for being candid and up front about it.

Ideally, I'd like to commit to something that may land. Given the projects I'm maintaining there's definitely a benefit for our 10 million users but ofc I also want to ensure the time spent isn't to waste.

TheLarkInn commented 6 years ago

Maybe could you shed context? If I was to do this work, maybe it would be best to frame, design it in a way that best suits Oracle's needs first but also benefits the community. Thoughts?

wrushasendakhane commented 4 years ago

I want to use persistence-toolkit in my Oracle JET application with ORDS REST API.

Can we have some simple CURD application for understanding as an example.