File: regexp-props.js

package info (click to toggle)
node-recast 0.23.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,340 kB
  • sloc: javascript: 938; sh: 22; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 219 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
// Taken from underscore.js, version 1.4.2, line 1073.
_.templateSettings = {
    evaluate    : /<%([\s\S]+?)%>/g,
    interpolate : /<%=([\s\S]+?)%>/g,
    escape      : /<%-([\s\S]+?)%>/g // this line parsed oddly
};