setup: initialize project with package.json, tsconfig, tsup, vitest, src skeleton, and test placeholders
This commit is contained in:
1
src/analysis/defaults.ts
Normal file
1
src/analysis/defaults.ts
Normal file
@@ -0,0 +1 @@
|
||||
export {};
|
||||
1
src/analysis/index.ts
Normal file
1
src/analysis/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export {};
|
||||
1
src/analysis/type-compat.ts
Normal file
1
src/analysis/type-compat.ts
Normal file
@@ -0,0 +1 @@
|
||||
export {};
|
||||
1
src/analysis/workflow.ts
Normal file
1
src/analysis/workflow.ts
Normal file
@@ -0,0 +1 @@
|
||||
export {};
|
||||
1
src/component/conditional.ts
Normal file
1
src/component/conditional.ts
Normal file
@@ -0,0 +1 @@
|
||||
export {};
|
||||
1
src/component/index.ts
Normal file
1
src/component/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export {};
|
||||
1
src/component/map.ts
Normal file
1
src/component/map.ts
Normal file
@@ -0,0 +1 @@
|
||||
export {};
|
||||
1
src/component/operation.ts
Normal file
1
src/component/operation.ts
Normal file
@@ -0,0 +1 @@
|
||||
export {};
|
||||
1
src/component/parallel.ts
Normal file
1
src/component/parallel.ts
Normal file
@@ -0,0 +1 @@
|
||||
export {};
|
||||
1
src/component/sequential.ts
Normal file
1
src/component/sequential.ts
Normal file
@@ -0,0 +1 @@
|
||||
export {};
|
||||
1
src/error/index.ts
Normal file
1
src/error/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export {};
|
||||
1
src/graph/construction.ts
Normal file
1
src/graph/construction.ts
Normal file
@@ -0,0 +1 @@
|
||||
export {};
|
||||
1
src/graph/index.ts
Normal file
1
src/graph/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export {};
|
||||
1
src/graph/mutation.ts
Normal file
1
src/graph/mutation.ts
Normal file
@@ -0,0 +1 @@
|
||||
export {};
|
||||
1
src/graph/queries.ts
Normal file
1
src/graph/queries.ts
Normal file
@@ -0,0 +1 @@
|
||||
export {};
|
||||
1
src/graph/validation.ts
Normal file
1
src/graph/validation.ts
Normal file
@@ -0,0 +1 @@
|
||||
export {};
|
||||
1
src/host/graphology.ts
Normal file
1
src/host/graphology.ts
Normal file
@@ -0,0 +1 @@
|
||||
export {};
|
||||
1
src/host/index.ts
Normal file
1
src/host/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export {};
|
||||
1
src/host/reactive.ts
Normal file
1
src/host/reactive.ts
Normal file
@@ -0,0 +1 @@
|
||||
export {};
|
||||
1
src/index.ts
Normal file
1
src/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export {};
|
||||
1
src/reactive/index.ts
Normal file
1
src/reactive/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export {};
|
||||
1
src/reactive/node-status.ts
Normal file
1
src/reactive/node-status.ts
Normal file
@@ -0,0 +1 @@
|
||||
export {};
|
||||
1
src/reactive/workflow.ts
Normal file
1
src/reactive/workflow.ts
Normal file
@@ -0,0 +1 @@
|
||||
export {};
|
||||
1
src/schema/edge.ts
Normal file
1
src/schema/edge.ts
Normal file
@@ -0,0 +1 @@
|
||||
export {};
|
||||
1
src/schema/enums.ts
Normal file
1
src/schema/enums.ts
Normal file
@@ -0,0 +1 @@
|
||||
export {};
|
||||
1
src/schema/graph.ts
Normal file
1
src/schema/graph.ts
Normal file
@@ -0,0 +1 @@
|
||||
export {};
|
||||
1
src/schema/index.ts
Normal file
1
src/schema/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export {};
|
||||
1
src/schema/node.ts
Normal file
1
src/schema/node.ts
Normal file
@@ -0,0 +1 @@
|
||||
export {};
|
||||
Reference in New Issue
Block a user