Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit b8d1ca4

Browse files
authored
Merge pull request #316 from exoego/js-set
Use js.Set introduced in Scala.js 1.2.0
2 parents a96b554 + 8358a38 commit b8d1ca4

File tree

1 file changed

+1
-2
lines changed
  • app/nodejs-v14/src/main/scala/io/scalajs/nodejs/process

1 file changed

+1
-2
lines changed

app/nodejs-v14/src/main/scala/io/scalajs/nodejs/process/package.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ import scala.scalajs.js
88
import scala.scalajs.js.|
99

1010
package object process {
11-
// TODO: js.Set
12-
type EnvironmentFlags = js.Any
11+
type EnvironmentFlags = js.Set[String]
1312
type ExitCode = Int
1413
type SendHandle = net.Socket | net.Server
1514

0 commit comments

Comments
 (0)