-
Notifications
You must be signed in to change notification settings - Fork 98
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
Is this project alive? #60
Comments
There is further discuss about the status of the JMESPath project here: |
Hi all, I hope it's not too presumptuous but we've rewritten the entire jmespath.js repo in typescript. It's 100% spec compliant with a few fixes and a bit of tidying up. For all those custom function lovers there's a https://github.com/nanoporetech/jmespath-ts If you find it a worthy replacement for the current jmespath.js package you're welcome to use it. Even better we'd love any feedback. It's not currently published in NPM. We'll hold off publishing it to npm for now in case there's some feedback about adopting this version. Otherwise we'd be happy to publish it under a different moniker if the community feels it's worth it. |
Since it is typescript,why not just plow forward with it as a separate and distinct library? hopefully you could get it listed on https://jmespath.org/libraries.html as a typescript implementation. Then just let users decide if they want to use jmespath.js or jmespath-ts, I know I would probably choose the one that is both compliant and has the more active community. :-) |
I was kind of hoping that if it was deemed "up to par" with the other libraries in the jmespath project it would be adopted somehow. I'm happy to hand over the repo to @jamesls. Ideally though, there'd be better access to it so the JS/TS community can push it forward at a faster pace than the |
@glenveegee we at JMESPath Community are currently working on improving the standard and extending the feature set from JMESPath. We have a set of useful improvements as our next milestone pretty much nailed down. Our next step is to implement those specifications in the Python library first. As a matter of fact, I'm currently contributing | to | that repository. Once done, we will either have those PRs accepted there or, most likely, we will implement them in our own fork. Then we will proceed and submit PRs for inclusion in the AWS CLI and Azure CLI repositories. I think having a JS implementation like yours - especially as it's written using TypeScript - on par with the specification would be important as well. That's why I would humbly bring to your attention the new features currently being implemented in hope that you might want to include those in your version. |
Is this project still being actively supported?
I see a lot of open PRs without feedback and a lot of issues that are very stale.
@jeskew, @jamesls I hope you will forgive me for pinging you.
Are you able to do the minimum maintenance (reviewing / merging PRs), are you looking for help in maintaining this, or should we consider forking this library?
The text was updated successfully, but these errors were encountered: