ejs icon indicating copy to clipboard operation
ejs copied to clipboard

Ability to set options globally

Open TimothyGu opened this issue 10 years ago • 0 comments

(Migrated from tj/ejs#192)

See https://github.com/mde/ejs/blob/master/lib/ejs.js#L389:

options.delimiter = opts.delimiter || exports.delimiter || _DEFAULT_DELIMITER;

It is possible to set delimiter globally. Why not enable this feature for all options like compileDebug and debug?

TimothyGu avatar Jan 24 '15 20:01 TimothyGu