How to use the folio.glossary function in folio

To help you get started, we’ve selected a few folio 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 noveogroup / backbone.iobind / Jakefile.js View on Github external
file({'backbone.iobind.js': ['lib/copyright.js', 'lib/model.js', 'lib/collection.js', 'lib/prefix.js', 'lib/suffix.js']}, function () {
    var binding = new folio.glossary([
        path.join(__dirname, 'lib', 'copyright.js'),
        path.join(__dirname, 'lib', 'prefix.js'),
        path.join(__dirname, 'lib', 'model.js'),
        path.join(__dirname, 'lib', 'collection.js'),
        path.join(__dirname, 'lib', 'suffix.js')
      ]);

    binding.compile(function (err, source) {
      fs.writeFileSync(path.join(__dirname, 'backbone.iobind.js'), source);
      console.log('Build successful: '.green + '\tbackbone.iobind.js'.blue);
    });
  });

folio

A customizable test framework to build your own test frameworks. Foundation for the [Playwright test runner](https://github.com/microsoft/playwright-test).

Apache-2.0
Latest version published 4 years ago

Package Health Score

45 / 100
Full package analysis