Skip to content

Commit 9642e47

Browse files
committed
feat(collections): Add suport for collections
1 parent f4c9678 commit 9642e47

File tree

9 files changed

+6868
-2
lines changed

9 files changed

+6868
-2
lines changed

.babelrc

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"presets": [
3+
["env", {
4+
"targets": {
5+
"browsers": [
6+
"last 2 Chrome versions",
7+
]
8+
}
9+
}]
10+
],
11+
"env": {
12+
"test": {
13+
"plugins": [ "istanbul" ]
14+
}
15+
}
16+
}

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.DS_Store
22
node_modules
33
coverage
4+
.nyc_output

0 commit comments

Comments
 (0)