How to use art-object-tree-factory - 1 common examples

To help you get started, we’ve selected a few art-object-tree-factory examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github caffeine-suite / caffeine-script / source / CaffeineScript / SemanticTree / StnsGeneratingJs / ForStn.js View on Github external
Caf.defMod(module, () => {
  return require("art-object-tree-factory").createObjectTreeFactory(
    { name: "ForStn" },
    function(props, body) {
      return require("./WhileStn")({ operand: "for" }, props, body);
    }
  );
});

art-object-tree-factory

Create Declarative frameworks that output tree structures with properties (e.g. ArtReact)

ISC
Latest version published 3 years ago

Package Health Score

42 / 100
Full package analysis

Popular art-object-tree-factory functions

Similar packages