Add reference node and schema registry

This commit is contained in:
Misode
2020-05-27 01:48:32 +02:00
parent 5db78d3ff1
commit b30d2db936
6 changed files with 127 additions and 67 deletions

View File

@@ -1,10 +1,10 @@
import { DataModel } from '../model/DataModel'
import { TreeView } from '../view/TreeView'
import { SourceView } from '../view/SourceView'
import { PredicateSchema } from '../schemas/PredicateSchema'
import { ConditionSchema } from '../schemas/ConditionSchema'
import { SandboxSchema } from '../schemas/SandboxSchema'
const predicateModel = new DataModel(PredicateSchema)
const predicateModel = new DataModel(ConditionSchema)
const sandboxModel = new DataModel(SandboxSchema)
let model = predicateModel