All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.cjs.templateSettings.js Maven / Gradle / Ivy

The newest version!
var underscore = require('./underscore.js');

// By default, Underscore uses ERB-style template delimiters. Change the
// following template settings to use alternative delimiters.
var templateSettings = underscore.templateSettings = {
  evaluate: /<%([\s\S]+?)%>/g,
  interpolate: /<%=([\s\S]+?)%>/g,
  escape: /<%-([\s\S]+?)%>/g
};

module.exports = templateSettings;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy