How to use dry - 1 common examples

To help you get started, we’ve selected a few dry 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 jonschlinkert / templates / lib / views.js View on Github external
get: function() {
        return this._ast || (this._ast = dry.parse(this, options));
      }
    });

dry

Dry is superset of the Liquid templating language, with first-class support for advanced inheritance features, and more.

MIT
Latest version published 3 years ago

Package Health Score

52 / 100
Full package analysis

Popular dry functions

Similar packages