feat(log): new lib to help logging (#3414)

Fixes #2414
Related to #1669
This commit is contained in:
Julien Fontanet
2018-09-17 17:02:27 +02:00
committed by Pierre Donias
parent 527eb0b1e6
commit 0fe70b1a91
16 changed files with 686 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
/benchmark/
/benchmarks/
*.bench.js
*.bench.js.map
/examples/
example.js
example.js.map
*.example.js
*.example.js.map
/fixture/
/fixtures/
*.fixture.js
*.fixture.js.map
*.fixtures.js
*.fixtures.js.map
/test/
/tests/
*.spec.js
*.spec.js.map
__snapshots__/