File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 37
37
"build-mjs" : " babel build/esm --config-file ./.babel.mjs.json --out-dir build/mjs --out-file-extension .mjs --source-maps" ,
38
38
"build-post" : " build-utils pack-v4" ,
39
39
"build-pack" : " concurrently \" pnpm build-cjs\" \" pnpm build-mjs\" && pnpm build-post" ,
40
- "build-all" : " tsc -b tsconfig.json" ,
41
- "build-watch" : " tsc -b tsconfig.json --watch" ,
40
+ "build-all" : " tsc -b tsconfig.build. json" ,
41
+ "build-watch" : " tsc -b tsconfig.build. json --watch" ,
42
42
"lint" : " eslint src/**/* test/**/*" ,
43
43
"autofix" : " pnpm lint --fix" ,
44
44
"tc" : " tsc --noEmit" ,
Original file line number Diff line number Diff line change 1
1
import * as Effect from "@effect/io/Effect"
2
2
import * as Fiber from "@effect/io/Fiber"
3
3
import * as Runtime from "@effect/io/Runtime"
4
- import type * as Schedule from "@effect/io/Schedule"
5
4
import * as Stream from "@effect/stream/Stream"
6
5
import { useContext , useRef , useState } from "react"
7
6
import type { ResultBag } from "react-effect/hooks/useResultBag"
You can’t perform that action at this time.
0 commit comments