Skip to content

Commit

Permalink
Add innerScope to the Fusion type (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdot117 authored May 14, 2024
1 parent c959e1e commit f98adde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Types.luau
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ export type Fusion = {
doCleanup: (Task) -> (),
scoped: ScopedConstructor,
deriveScope: <T>(existing: Scope<T>) -> Scope<T>,
innerScope: <T>(existing: Scope<T>) -> Scope<T>,

peek: Use,
Value: ValueConstructor,
Expand Down

0 comments on commit f98adde

Please sign in to comment.