Charlike Mike Reagent
Charlike Mike Reagent
So it will loop all the issues in that repository, filter these that are not labeled and apply `triage` label on them.
To allow disabling "auto-removing of `triage` label when other label(s) are added". Also because of #2 may not be preferred by some users.
other than that, cool one ;)
for example ``` js var expandObject = require('expand-object') var res = expandObject('a.b.c:/^so,b/gmi') console.log(res.a) // => { b: { c: [ '/^so', 'b/gmi' ] } } ``` it make sense to...
more API
```js rolldown.transform = (source, options) => { if (!source) { // or something like that // (need more strict check for that param) return Promise.reject(new TypeError('expect a string')) } return...
```js const fs = require('fs'); const path = require('path'); const rollup = require('rollup'); const argParser = require('mri'); const commonjs = require('rollup-plugin-commonjs'); const progress = require('rollup-plugin-progress'); const filesize = require('rollup-plugin-filesize'); const...
when published: https://github.com/charlike/ideas/issues/46#issuecomment-319513218
Easy to implement? If `opts.entry` is object loop over it.