Skip to content

Commit e422fbf

Browse files
committed
updated constructor functions for 'Transform'
1 parent 773574b commit e422fbf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Stream.re

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -731,6 +731,8 @@ module Transform = {
731731
(
732732
~objectMode: [@bs.as {json|false|json}] _,
733733
~highWaterMark: int=?,
734+
~emitClose: bool=?,
735+
~autoDestroy: bool=?,
734736
~transform: [@bs.this] (
735737
(
736738
t('w, 'r),
@@ -760,6 +762,8 @@ module Transform = {
760762
(
761763
~objectMode: [@bs.as {json|true|json}] _,
762764
~highWaterMark: int=?,
765+
~emitClose: bool=?,
766+
~autoDestroy: bool=?,
763767
~transform: [@bs.this] (
764768
(
765769
t('w, 'r),

0 commit comments

Comments
 (0)