Skip to content

Commit 01ca93e

Browse files
juanjoDiazknownasilya
authored andcommitted
feat: Add streaming API (#235)
* Add streaming API * Fix linting issue * Some last minute fixes * Fix some issues with transform error handling
1 parent dce4d33 commit 01ca93e

32 files changed

+2239
-970
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
* text=auto
22
test/fixtures/csv/eol.csv text eol=crlf
3+
test/fixtures/csv/escapeEOL.csv text eol=crlf

.npmignore

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
test
2-
CHANGELOG.md
31
.travis.yml
4-
coverage
52
.github/
3+
devtools
4+
CHANGELOG.md
5+
test
6+
coverage
7+
.nyc_output

0 commit comments

Comments
 (0)