Maxime Labelle

Results 145 comments of Maxime Labelle

@sreyfe the site you are referring to uses the [JMESPath Community](https://github.com/jmespath-community/typescript-jmespath/) fork of this library.

@halvardssm that is very interesting. I also help maintain a typescript implementation of that library in our [JMESPath Community](https://github.com/jmespath-community/typescript-jmespath/) edition. Is there anything specific to make it work with Deno...

@halvardssm in fact, following a quick _Getting Started_ guide, I was able to demonstrate that this library, indeed, works from Deno. ```ts // @ts-check import * as jmespath from "npm:@jmespath-community/jmespath";...

@halvardssm thanks for the detailed explanations. I will look at those options. I think using `jsr.json` is indeed the good way to go for now. I’m thinking that, in order...

> If you would like the help, I can try to create a deno refactor of your repo, as it shouldn't take long. It would have to be next week...