Re: Adding versioning to our recursive importer

2019-01-25 Thread Ivan Petkov
I’m interested in this as well, this is something the cargo importer will greatly benefit from too. —Ivan

Adding versioning to our recursive importer

2019-01-14 Thread swedebugia
Hi I would like some help from someone who understands the recursive importer. The reason is that in our npm-importer we have to support different versions of the same packages to avoid circular dependencies (which happen e.g. when importing gulp when not considering versions). Doing this ma