Skip to content

Commit

Permalink
remove NodeDefinition.fullName
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyuheng committed Jul 29, 2023
1 parent ffc5d92 commit 065c550
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
`NodeDefinition.fullName`

quit using `Action`

`Action` should be type instead of class
Expand Down
4 changes: 2 additions & 2 deletions src/lang/graph/createNode.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import * as Definitions from "../definitions"
import { NodeKind } from "../definitions"
import { Node, createPort } from "../graph"
import { Mod } from "../mod"
import { Type } from "../type"

let counter = 0

export function createNode(
kind: Definitions.NodeKind,
kind: NodeKind,
mod: Mod,
name: string,
inputTypes: Array<Type>,
Expand Down

0 comments on commit 065c550

Please sign in to comment.