Max Ovsiankin
Max Ovsiankin
Another alternative would be having a `PatternMatchFunctionTree` or similar, as they basically model the same thing. For example: ```protobuf message PatternMatchFunctionTree { repeated PatternTree cases = 1; repeated Tree terms...
@Kubuxu @Cazzar https://github.com/sindresorhus/semver-regex/blob/master/index.js#L3 might be useful
Do you mean passing options to http://gruntjs.com/api/grunt.option? If so, I would think this would better be in another object, since the main object right now is just for gulp-grunt configuration.
When brainstorming a better API, I came up with this: ``` js var grunt = require('gulp-grunt'); // Create a gruntfile instance var gruntfile = grunt({ file: 'path-to-gruntfile', opt: { force:...
Further in #3 I gave some examples: ``` js // register a task gulp.task('grunt-build', gruntfile.run('build')); gruntfile.tasks() // still returns the tasks hash gruntfile.register(gulp, { prefix: 'some-prefix' // use options like...
@bdwain In this API schema, gulp-grunt would allow a single gulpfile to run tasks from _multiple_ grunt files. It would do this by spawning child processes, managing different tasks, and...
@bdwain Indeed. However, it will still provide gulp-specific facilities for attaching grunt tasks to the gulp task runner, as it does now. In that way it will still stay somehow...
@BigxMac [here](https://github.com/GlowstoneMC/Glowstone/blob/master/src/main/java/net/glowstone/entity/GlowLivingEntity.java#L439)
For anyone who comes across this in the future: I had the same issue; try deleting the `.pnp.cjs` file given in the second part of the error. It might be...
To be honest, something like this does not seem useful at all. All of these effects would be simulated by competent AI code as well as listening to a few...