dependabot[bot] on npm_and_yarn
Bump eslint from 3.19.0 to 4.19β¦ (compare)
log
.addSpinner('key2', 'spinner 2 msg')
.addSpinner('key3', 'spinner 3 msg')
.startSpinners()
> interfaces that describe their intentions
# π features
- π api
- π iteratable
- π£ expressive
- π seamless native integration
- π€ transformable
- π΅ debuggable
- π£ traversable
- πΊ remappable
- π tap
- πΌ composable
- π observable
- π types & validation
- π extend
- dot-prop
- shorthand
- define
- βοΈ immutable
- π nestable factories
- βΆοΈβοΈ easy deep merging
- β‘ performant & tiny `~7kb` _(gzip)_ _300 byte_ snippet available
debug
by creating fliplog/debug
(pretty much export default tag => log.tag(tag)
) which has the same API. Then with Webpack you can just alias one to the other.fliplog
, see https://www.npmjs.com/package/debug#formatters . I suppose that could just be ignored? Thoughts?