mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 23:27:09 +00:00
Add reference node and schema registry
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user