Skip to content

Commit ed1741a

Browse files
committed
refactor: 🎨 add csv header
1 parent 8dcdb75 commit ed1741a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/constant.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ import { getFullPath } from "./utils.js";
55
const __filename = url.fileURLToPath(import.meta.url);
66
const vscodePath = path.normalize("vscode/extensions");
77

8+
export const csvHeader = "id,root,name,layer,parent,children\n";
9+
810
export const workspaceRoot = path.resolve(path.dirname(__filename), "..");
911
export const dataRoot = getFullPath(workspaceRoot, "data");
1012

0 commit comments

Comments
 (0)