Currently only directive is re-exported out of async-directive, but the directive module has a number of exports that are typically needed when making an AsyncDirective, mostly types (e.g. ChildPart, DirectiveParameters). This makes it cumbersome to create an AsyncDirective. It makes sense to just re-export * from directive in async-directive.
Currently only
directiveis re-exported out ofasync-directive, but the directive module has a number of exports that are typically needed when making anAsyncDirective, mostly types (e.g.ChildPart,DirectiveParameters). This makes it cumbersome to create anAsyncDirective. It makes sense to just re-export*fromdirectiveinasync-directive.