feat(async-map): better Promise.all + map (#3422)

This commit is contained in:
Julien Fontanet
2018-09-17 16:37:49 +02:00
committed by Pierre Donias
parent cfd6fd722a
commit 527eb0b1e6
20 changed files with 192 additions and 66 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__/