createSourceFileTap
Create a tap for SourceFile context interface.
import { createSourceFileTap } from "@alloy-js/core";
function createSourceFileTap(handler?: TapHandler<SourceFileContext>): Tap<SourceFileContext>;
Parameters
Section titled “Parameters”handler | optional
|
Returns
Section titled “Returns”Tap<SourceFile context interface>