Skip to content

Commit

Permalink
build: export step to fix isolated modules bug (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitrii Kamenskikh <[email protected]>
  • Loading branch information
coolassassin and Dmitrii Kamenskikh authored Apr 17, 2024
1 parent 97c272b commit 7ecc282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/provide.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ type OmitInChildren<Children extends readonly UnknownDependencyTree[], Keys> = {
readonly [Index in keyof Children]: OmitDependencies<Children[Index], Keys>
}

type Step<Tree extends UnknownDependencyTree, Keys> = {
export type Step<Tree extends UnknownDependencyTree, Keys> = {
readonly type: Tree['type']
readonly name: Tree['name']
readonly optional: Tree['optional']
Expand Down

0 comments on commit 7ecc282

Please sign in to comment.