Skip to content

Commit

Permalink
Create test suite, filter, map, keys, values, entries work.
Browse files Browse the repository at this point in the history
  • Loading branch information
conartist6 committed Jul 17, 2018
1 parent c0d5d5f commit 3590c80
Show file tree
Hide file tree
Showing 14 changed files with 3,929 additions and 2,607 deletions.
7 changes: 7 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"env": {
"test": {
"plugins": ["@babel/plugin-transform-modules-commonjs"]
}
}
}
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# EditorConfig is awesome: http://EditorConfig.org

root = true

[*]
end_of_line = lf
insert_final_newline = true

[{*.{js,mjs,d.ts,json}, .babelrc}]
charset = utf-8
indent_style = space
indent_size = 2
Loading

0 comments on commit 3590c80

Please sign in to comment.