Skip to content

Commit 9ec01f5

Browse files
committed
mv generateConcepts to lattice/generateConcepts
1 parent aeb7f2f commit 9ec01f5

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

TODO.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
`conceptFormat`
2-
`generateConcepts` test
1+
`format/formatConcept`
2+
`lattice/generateConcepts` test by `formatConcept`
33

44
# lattice
55

src/context/conceptFormat.ts

Whitespace-only changes.

src/context/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ export * from "./Context.js"
44
export * from "./createContextFromCrossTable.js"
55
export * from "./CrossTable.js"
66
export * from "./entityHasAttribute.js"
7-
export * from "./generateConcepts.js"

src/context/generateConcepts.ts renamed to src/lattice/generateConcepts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
createConceptSet,
66
type Concept,
77
} from "../concept/index.js"
8-
import type { Context } from "./index.js"
8+
import type { Context } from "../context/index.js"
99

1010
export function generateConcepts(context: Context): Array<Concept> {
1111
const targets = createConceptSet()

src/lattice/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from "./generateConcepts.js"

0 commit comments

Comments
 (0)