Concept jsx usage

This commit is contained in:
Endeavorance 2025-03-17 20:48:37 -04:00
parent bf444ccb1a
commit d769e298b1
7 changed files with 92 additions and 20 deletions

View file

@ -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)) {