Merge commit '36c66dd290d3ce6eb1ccd310d0c658d4a32bb8eb' as 'repos/effect'
This commit is contained in:
7
repos/effect/packages/tools/bundle/fixtures/stream.ts
Normal file
7
repos/effect/packages/tools/bundle/fixtures/stream.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import * as Effect from "effect/Effect"
|
||||
import * as Stream from "effect/Stream"
|
||||
|
||||
Stream.range(1, 100_000).pipe(
|
||||
Stream.runDrain,
|
||||
Effect.runSync
|
||||
)
|
||||
Reference in New Issue
Block a user