Concept jsx usage
This commit is contained in:
parent
bf444ccb1a
commit
d769e298b1
7 changed files with 92 additions and 20 deletions
|
@ -226,6 +226,11 @@ export async function loadFromBinding(
|
|||
playbill.addBlueprint(blueprint);
|
||||
}
|
||||
|
||||
// Add rules
|
||||
for (const rule of rules) {
|
||||
playbill.addRule(rule);
|
||||
}
|
||||
|
||||
// Add all definitions
|
||||
for (const glossary of glossaries) {
|
||||
for (const [term, definitions] of Object.entries(glossary)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue