Takayuki Sato
Takayuki Sato
@phated Extension tests are executed in a Liftoff's test. That is `test/lib/register_loader.js`. The explanation of the test is as follows: 1. Creates loader mock for each extension. It returns a...
@phated Sorry. I didn't look detail of #214, and I assumed that the dynamic import function was used like `require` with being associated with `.mjs`. But the merged way is...
I want it, too. And I suggest an appropriate modification to solve this issue. Modify main.js as follows: ``` 32,44d31 < // Show an item related a current documentation automatically...
@phated I've dropped `arr-flatten` and implements alternate code.
@phated I've modified what you pointed out.
@phated I'm tackling this issue. Hopefully, I'll finish this weekend. I hope to include this feature into gulp-cli v3.0.0. Please give me a little more time. https://github.com/sttk/gulp-cli/commits/ci-test/
@phated I've completed the changes for this PR. Please review it.
I've added handling for yargs error message.
I've made several changes. In Addition, I've removed `config.description` as its purpose overlaps with `config.log.msgs.tasks/tasksJson.description`.
@phated I've modified what you pointed out except some points still under discussion.