Luis Saavedra

Results 5 comments of Luis Saavedra

I wanna work on this but its not totally clear for me, I would like to know the general functioning or objective of the example that you give us

``` { makeDerivation , makeDerivationParallel , projectPath , inputs , makeScript , projectPathsMatching , makeNodeJsModules , makeNodeJsEnvironment , ... }: let gherkinlint = makeNodeJsEnvironment { name = "gherkin-linter"; nodeJsVersion =...

``` { "name": "gherkin-linter", "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { "@protobufjs/aspromise": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz", "integrity": "sha1-m4sMxmPWaafY9vXQiToU00jzD78=" }, "@protobufjs/base64": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz", "integrity": "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==" },...

I thought the same so I simplified the code as much as possible, but it had nothing to do ``` function main { local HOME="." info Compiling Gherkin solution }...

I cannot be sure but it seems that way, I put it aside for the moment if I find a solution along the way I'll let you know