Mathew Attlee
                                            Mathew Attlee
                                        
                                    Having started on a TypeScript project this would be handy, effectively you'd just want to apply the transformation for only certain file types.
Thank you for this, I've merged in the latest to fix the issues with the specs not working on Travis CI but I've noticed they are failing for these changes....
Good question, I think it would definitely be worth checking the package-lock.json though it may be more efficient to do use using json_decode than npm list. I am happy to...
> Also it seems that vim-flavor v3.0.0 doesn't work anymore due to changes on github's side: > > ``` > fatal: remote error: > [1440]() The unauthenticated git protocol on...
@dhleong keen to get this merged in though there is still one failing test, could you please look into this and let me know if you need a hand
@jesseleite are you using [vim-projectionist](https://github.com/tpope/vim-projectionist)? If you have defined your alternate files you should just be be able to use the TestSuite command from any source file with a test.
I understand though with either approach - the one you propose or projectionist - it requires some configuration by the user. Part of me feels the easiest approach for everyone...
Is this still an issue?
Thank you for reporting this, what approaches are there to detect the version of Ginkgo?
Looking at the changes in #631 the simplest solution would be to check for the presence of `github.com/onsi/ginkgo/v2` in the import list and if it's present use the v2 behaviour...