Skip to content

Commit

Permalink
Merge pull request #1230 from glimmerjs/bugfix/re-export-is-destroyin…
Browse files Browse the repository at this point in the history
…g-ed

[BUGFIX] Re-export isDestroying/ed
  • Loading branch information
Chris Garrett authored Dec 10, 2020
2 parents fcecd8a + 788240a commit 5af7c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@glimmer/runtime/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ export { invokeHelper } from './lib/helpers/invoke';

// Currently we need to re-export these values for @glimmer/component
// https://github.com/glimmerjs/glimmer.js/issues/319
export { destroy, registerDestructor } from '@glimmer/destroyable';
export { destroy, registerDestructor, isDestroying, isDestroyed } from '@glimmer/destroyable';

export type IteratorResult<T> = RichIteratorResult<null, T>;

0 comments on commit 5af7c22

Please sign in to comment.