Skip to content

Commit

Permalink
Removes backward-incompatible type export.
Browse files Browse the repository at this point in the history
This syntax (export { type Foo }) breaks consumers prior to TS v4.5.
  • Loading branch information
dcporter committed Nov 27, 2023
1 parent 09f3ed7 commit d206d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -781,6 +781,6 @@ export {
effect,
batch,
Signal,
type ReadonlySignal,
ReadonlySignal,
untracked,
};

0 comments on commit d206d7f

Please sign in to comment.