forked from scalajs-io/nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a8f43b8
commit bcccb5c
Showing
10 changed files
with
26 additions
and
17 deletions.
There are no files selected for viewing
4 changes: 3 additions & 1 deletion
4
src/main/scala/io/scalajs/nodejs/zlib/CompressionAlgorithm.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
package io.scalajs.nodejs.zlib | ||
|
||
import io.scalajs.nodejs.stream | ||
|
||
import scala.scalajs.js | ||
|
||
/** | ||
* Compression Algorithm | ||
* @author [email protected] | ||
*/ | ||
@js.native | ||
trait CompressionAlgorithm extends js.Object | ||
trait CompressionAlgorithm extends stream.Readable with stream.Writable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
package io.scalajs.nodejs.zlib | ||
package io.scalajs.nodejs | ||
package zlib | ||
|
||
import scala.scalajs.js | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
package io.scalajs.nodejs.zlib | ||
package io.scalajs.nodejs | ||
package zlib | ||
|
||
import scala.scalajs.js | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
package io.scalajs.nodejs.zlib | ||
package io.scalajs.nodejs | ||
package zlib | ||
|
||
import scala.scalajs.js | ||
|
||
|
@@ -7,4 +8,4 @@ import scala.scalajs.js | |
* @author [email protected] | ||
*/ | ||
@js.native | ||
trait Gunzip extends CompressionAlgorithm | ||
trait Gunzip extends CompressionAlgorithm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
package io.scalajs.nodejs.zlib | ||
package io.scalajs.nodejs | ||
package zlib | ||
|
||
import scala.scalajs.js | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
package io.scalajs.nodejs.zlib | ||
package io.scalajs.nodejs | ||
package zlib | ||
|
||
import scala.scalajs.js | ||
|
||
|
@@ -7,4 +8,4 @@ import scala.scalajs.js | |
* @author [email protected] | ||
*/ | ||
@js.native | ||
trait Inflate extends CompressionAlgorithm | ||
trait Inflate extends CompressionAlgorithm with stream.Readable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
package io.scalajs.nodejs.zlib | ||
package io.scalajs.nodejs | ||
package zlib | ||
|
||
import scala.scalajs.js | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
package io.scalajs.nodejs.zlib | ||
package io.scalajs.nodejs | ||
package zlib | ||
|
||
import scala.scalajs.js | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters