Julian Grinblat

Results 122 comments of Julian Grinblat

Right, I'm wondering if something like that should be the default?

hm... yup totally missed it, what I wrote above can be done with `gulp-if` (using accessSync of course). Wouldn't it be a stronger API, however, if `exec` accepted a `function`...

Hm... interesting that you say that it breaks `gulp-exec` do one thing. I see that `gulp-exec` dates all the way back to 2013, which explains the choice of the now...

Well, `gulp` still has its place in 2020, doesn't it? It is a general task runner after all, you do not need to run streams on it necessarily. `webpack` provides...

Merging this would fix any project using typescript `5.1`: https://github.com/microsoft/TypeScript/issues/54542 The dependency on `@types/lodash` is breaking here

@medikoo any chance you could look into this? The dependency on `@types/lodash` makes typescript updates very fragile

maybe @czubocha or @skierkowski can help here? would alleviate a lot of pain when typescript 5.3 is released 😅

I ran into the same problem. To solve the top issue, the entry point of the module would just need to be changed from ``` module.exports = require("./index.node"); ``` to...

Tested on TS also and had no issues, super thanks!

@cross thanks, got this compiled with that change on `VERSION=12.3-RELEASE-p4`! @seanvetter I'm sure this isn't relevant anymore, but I did install `pkg install libsodium`