UNPKG

336 BTypeScriptView Raw
1import { TreeNode } from "@atomist/tree-path/TreeNode";
2import { SourceLocation } from "../operations/common/SourceLocation";
3/**
4 * Extends TreeNode to include a source location within a project.
5 */
6export interface LocatedTreeNode extends TreeNode {
7 sourceLocation: SourceLocation;
8}
9//# sourceMappingURL=LocatedTreeNode.d.ts.map
\No newline at end of file