Amin Ya
Amin Ya
Any update on this issue?
@awakecoding can you profile the process and see where it is stuck?
@boidolr Do you want to release this fork? I can use it using pnpm overrides in the meantime. https://pnpm.io/package_json#pnpmoverrides
>I used the patch file below to apply this PR using [patch-package](https://www.npmjs.com/package/patch-package), and manually edited package-lock.json to remove the dependency. @andyjy I got an error when applying the patch using...
Some time ago, I wrote a Gitignore to Glob converter in TypeScript. If there is no such library in Go, I can try porting it. I exactly followed the GitIgnore...
I have started porting it https://github.com/aminya/globify_gitignore. This is my first Go package, so any help is appreciated.
@boyter It is done! Could you test it and see if it works as expected: https://github.com/aminya/globify_gitignore
By the way, let me know if we should add a function that directly gives the list of files instead of just the glob pattern.
I have written enough [tests](https://github.com/aminya/globify_gitignore/blob/master/lib/lib_test.go) to ensure the functionality of the library. But we can always add more. The repo you sent takes an interesting approach to test this. It...
You should use a glob library. Do not use regexp to match paths. Something like https://github.com/gobwas/glob