setup: initialize project with package.json, tsconfig, tsup, vitest, src skeleton, and test placeholders

This commit is contained in:
2026-05-21 20:46:10 +00:00
parent a61f6aead7
commit 5fbf7a75bc
45 changed files with 3384 additions and 0 deletions

1
src/analysis/defaults.ts Normal file
View File

@@ -0,0 +1 @@
export {};

1
src/analysis/index.ts Normal file
View File

@@ -0,0 +1 @@
export {};

View File

@@ -0,0 +1 @@
export {};

1
src/analysis/workflow.ts Normal file
View File

@@ -0,0 +1 @@
export {};

View File

@@ -0,0 +1 @@
export {};

1
src/component/index.ts Normal file
View File

@@ -0,0 +1 @@
export {};

1
src/component/map.ts Normal file
View File

@@ -0,0 +1 @@
export {};

View File

@@ -0,0 +1 @@
export {};

View File

@@ -0,0 +1 @@
export {};

View File

@@ -0,0 +1 @@
export {};

1
src/error/index.ts Normal file
View File

@@ -0,0 +1 @@
export {};

View File

@@ -0,0 +1 @@
export {};

1
src/graph/index.ts Normal file
View File

@@ -0,0 +1 @@
export {};

1
src/graph/mutation.ts Normal file
View File

@@ -0,0 +1 @@
export {};

1
src/graph/queries.ts Normal file
View File

@@ -0,0 +1 @@
export {};

1
src/graph/validation.ts Normal file
View File

@@ -0,0 +1 @@
export {};

1
src/host/graphology.ts Normal file
View File

@@ -0,0 +1 @@
export {};

1
src/host/index.ts Normal file
View File

@@ -0,0 +1 @@
export {};

1
src/host/reactive.ts Normal file
View File

@@ -0,0 +1 @@
export {};

1
src/index.ts Normal file
View File

@@ -0,0 +1 @@
export {};

1
src/reactive/index.ts Normal file
View File

@@ -0,0 +1 @@
export {};

View File

@@ -0,0 +1 @@
export {};

1
src/reactive/workflow.ts Normal file
View File

@@ -0,0 +1 @@
export {};

1
src/schema/edge.ts Normal file
View File

@@ -0,0 +1 @@
export {};

1
src/schema/enums.ts Normal file
View File

@@ -0,0 +1 @@
export {};

1
src/schema/graph.ts Normal file
View File

@@ -0,0 +1 @@
export {};

1
src/schema/index.ts Normal file
View File

@@ -0,0 +1 @@
export {};

1
src/schema/node.ts Normal file
View File

@@ -0,0 +1 @@
export {};