aae3bfaf3e
* Minor fixes in the Deployment doc Signed-off-by: Michail Kargakis <mkargaki@redhat.com> * add NodeRestriction to admission-controllers (#3842) * Admins Can Configure Zones in Storage Class The PR #38505 (https://github.com/kubernetes/kubernetes/pull/38505) added zones optional parameter to Storage Class for AWS and GCE provisioners. That's why documentation needs to be updated accordingly. * document custom resource definitions * add host paths to psp (#3971) * add host paths to psp * add italics * Update ConfigMap doc to explain TTL-based cache updates (#3989) * Update ConfigMap doc to explain TTL-based cache updates * swap word order Change "When a ConfigMap being already consumed..." to "When a ConfigMap already being consumed..." * Update NetworkPolicy docs for v1 * StorageOS Volume plugin * Update GPU docs * docs: HPA autoscaling/v2alpha1 status conditions This commit documents the new status conditions feature for HPA autoscaling/v2alpha1. It demonstrates how to get the status conditions using `kubectl describe`, and how to interpret them. * Update description about NodeRestriction kubelet node can alse create mirror pods for their own static pods. * adding storage as a supported resource to node allocatable Signed-off-by: Vishnu kannan <vishnuk@google.com> * Add documentation for podpreset opt-out annotation This adds the annotation for having the podpreset admission controller to skip (opt-out) manipulating the pod spec. Also, the annotation format for what presets have acted on a pod has been modified to add a prefix of "podpreset-". The new naming makes it such that there is no chance of collision with the newly introduced opt-out annotation (or future ones yet to be added). Opt-out annotation PR: kubernetes/kubernetes#44965 * Update PDB documentation to explain new field (#3885) * update-docs-pdb * Addressed erictune@'s comments * Fix title and add a TOC to the logging concept page * Patch #4118 for typos * Describe setting coredns server in nameserver resolv chain * Address comments in PR #3997. Comment is in https://github.com/kubernetes/kubernetes.github.io/pull/3997/files/f6eb59c67e28efc298c87b1ef49a96bc6adacd1e#diff-7a14981f3dd8eb203f897ce6c11d9828 * Update task for DaemonSet history and rollback (#4098) * Update task for DaemonSet history and rollback Also remove mentions of templateGeneration field because it's deprecated * Address comments * removed lt and gt as operators (#4152) * removed lt and gt as operators * replace lt and gt for node-affinfity * updated based on bsalamat review * Initial draft of upgrade guide for kubeadm clusters. In-place upgrades are supported between 1.6 and 1.7 releases. Rollback instructions to come in a separate commit. Fixes https://github.com/kubernetes/kubeadm/issues/278 * Add local volume documentation (#4050) * Add local volume documentation * Add PV local volume example * Patch PR #3999 * Add documentation for Stackdriver event exporter * Add documentation about controller metrics * Federation: Add task for setting up placement policies (#4075) * Add task for setting up placement policies * Update version of management sidecar in policy engine deployment * Address @nikhiljindal's comments - Lower case filenames - Comments in policy - Typo fixes - Removed type LoadBalancer from OPA Service * Add example that sets cluster selector Per-@nikhiljindal's suggestion * Fix wording and templating per @chenopis * PodDisruptionBudget documentation Improvements (#4140) * Changes from #3885 Title: Update PDB documentation to explain new field Author: foxish * Added Placeholder Disruptions Concept Guide New file: docs/concepts/workloads/pods/disruptions.md Intented contents: concept for Pod Disruption Budget, cross reference to Eviction and Preemption docs. Linked from: concepts > workloads > pods * Added placeholder Configuring PDB Task New file: docs/tasks/run-application/configure-pdb.md Intented contents: task for writing a Pod Disruption Budget. Linked from: tasks > configuring-applications > configure pdb. * Add refs to the "drain a node" task. * Refactor PDB docs. Move the "Requesting an eviction" section from: docs/tasks/administer-cluster/configure-pod-disruption-budget.md -- which is going away -- to: docs/tasks/administer-cluster/safely-drain-node.md The move is verbatim, except for an introductory sentence. Also added assignees. * Refactor of PDB docs Moved the section: Specifying a PodDisruptionBudget from: docs/tasks/administer-cluster/configure-pod-disruption-budget.md to: docs/tasks/run-application/configure-pdb.md because that former file is going away. Move is verbatim. * Explain how Eviction tools should handle failures * Refactor PDB docs Move text from: docs/tasks/administer-cluster/configure-pod-disruption-budget.md to: docs/concepts/workloads/pods/disruptions.md Delete the now empty: docs/tasks/administer-cluster/configure-pod-disruption-budget.md Added a redirects_from section to the new doc, containing the path of the now-deleted doc, plus all the redirects from the deleted doc. * Expand PDB Concept guide Building on a little content from the old task, greatly expanded the Disruptions concept guide, including an abstract example. * Update creating a pdb Task. * Address review comments. * Fixed for all cody-clark's review comments * Address review comments from mml * Address review comments from maisem * Fix missing backtick * Api and Kubectl reference docs updates for 1.7 (#4193) * Fix includes groups * Generated kubectl docs for 1.7 * Generated references docs for 1.7 api * Document node authorization mode * API Aggregator (#4173) * API Aggregator * Additional bullet points * incorporated feedback for apiserver-aggregation.md * split setup-api-aggregator.md into two docs and address feedback * fix link * addressed docs feedback * incorporate feedback * integrate feedback * Add documentation for DNS stub domains (#4063) * Add documentation for DNS stub domains * add additional prereq * fix image path * review feedback * minor grammar and style nits * documentation for using hostAliases to manage hosts file (#4080) * documentation for using hostAliases to manage hosts file * add to table of contents * review comments * update the right command to see hosts file * reformat doc based on suggestion and change some wording * Fix typo for #4080 * Patch PR #4063 * Fix wording in placement policy task introduction * Add update to statefulset concepts and basic tutorial (#4174) * Add update to statefulset concpets and basic tutorial * Address tech comments. * Update ESIPP docs for new added API fields * Custom resource docs * update audit document with advanced audit features added in 1.7 * kubeadm v1.7 documentation updates (#4018) * v1.7 updates for kubeadm * Address review comments * Address Luke's comments * Encrypting secrets at rest and cluster security guide * Edits for Custom DNS Documentation (#4207) * reorganize custom dns doc * format fixes * Update version numbers to 1.7 * Patch PR #4140 (#4215) * Patch PR #4140 * fix link and typos * Update PR template * Update TLS bootstrapping with 1.7 features This includes documenting the new CSR approver built into the controller manager and the kubelet alpha features for certificate rotation. Since the CSR approver changed over the 1.7 release cycle we need to call out the migration steps for those using the alpha feature. This document as a whole could probably use some updates, but the main focus of this PR is just to get these features minimally documented before the release. * Federated ClusterSelector formatting updates from review * complete PR #4181 (#4223) * complete PR #4181 * fix security link * Extensible admission controller (#4092) * extensible-admission-controllers * Update extensible-admission-controllers.md * more on initializers * fixes * Expand external admission webhooks documentation * wrap at 80 chars * more * add reference * Use correct apigroup for network policy * Docs changes to PR #4092 (#4224) * Docs changes to PR #4092 * address feedback * add doc for --as-group in cli Add doc for this pr: https://github.com/kubernetes/kubernetes/pull/43696
842 lines
23 KiB
JavaScript
842 lines
23 KiB
JavaScript
/*
|
|
* EJS Embedded JavaScript templates
|
|
* Copyright 2112 Matthew Eernisse (mde@fleegix.org)
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
/**
|
|
* @file Embedded JavaScript templating engine. {@link http://ejs.co}
|
|
* @author Matthew Eernisse <mde@fleegix.org>
|
|
* @author Tiancheng "Timothy" Gu <timothygu99@gmail.com>
|
|
* @project EJS
|
|
* @license {@link http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0}
|
|
*/
|
|
|
|
/**
|
|
* EJS internal functions.
|
|
*
|
|
* Technically this "module" lies in the same file as {@link module:ejs}, for
|
|
* the sake of organization all the private functions re grouped into this
|
|
* module.
|
|
*
|
|
* @module ejs-internal
|
|
* @private
|
|
*/
|
|
|
|
/**
|
|
* Embedded JavaScript templating engine.
|
|
*
|
|
* @module ejs
|
|
* @public
|
|
*/
|
|
|
|
var fs = require('fs');
|
|
var path = require('path');
|
|
var utils = require('./utils');
|
|
|
|
var scopeOptionWarned = false;
|
|
var _VERSION_STRING = require('../package.json').version;
|
|
var _DEFAULT_DELIMITER = '%';
|
|
var _DEFAULT_LOCALS_NAME = 'locals';
|
|
var _NAME = 'ejs';
|
|
var _REGEX_STRING = '(<%%|%%>|<%=|<%-|<%_|<%#|<%|%>|-%>|_%>)';
|
|
var _OPTS = ['delimiter', 'scope', 'context', 'debug', 'compileDebug',
|
|
'client', '_with', 'rmWhitespace', 'strict', 'filename'];
|
|
// We don't allow 'cache' option to be passed in the data obj
|
|
// for the normal `render` call, but this is where Express puts it
|
|
// so we make an exception for `renderFile`
|
|
var _OPTS_EXPRESS = _OPTS.concat('cache');
|
|
var _BOM = /^\uFEFF/;
|
|
|
|
/**
|
|
* EJS template function cache. This can be a LRU object from lru-cache NPM
|
|
* module. By default, it is {@link module:utils.cache}, a simple in-process
|
|
* cache that grows continuously.
|
|
*
|
|
* @type {Cache}
|
|
*/
|
|
|
|
exports.cache = utils.cache;
|
|
|
|
/**
|
|
* Custom file loader. Useful for template preprocessing or restricting access
|
|
* to a certain part of the filesystem.
|
|
*
|
|
* @type {fileLoader}
|
|
*/
|
|
|
|
exports.fileLoader = fs.readFileSync;
|
|
|
|
/**
|
|
* Name of the object containing the locals.
|
|
*
|
|
* This variable is overridden by {@link Options}`.localsName` if it is not
|
|
* `undefined`.
|
|
*
|
|
* @type {String}
|
|
* @public
|
|
*/
|
|
|
|
exports.localsName = _DEFAULT_LOCALS_NAME;
|
|
|
|
/**
|
|
* Get the path to the included file from the parent file path and the
|
|
* specified path.
|
|
*
|
|
* @param {String} name specified path
|
|
* @param {String} filename parent file path
|
|
* @param {Boolean} isDir parent file path whether is directory
|
|
* @return {String}
|
|
*/
|
|
exports.resolveInclude = function(name, filename, isDir) {
|
|
var dirname = path.dirname;
|
|
var extname = path.extname;
|
|
var resolve = path.resolve;
|
|
var includePath = resolve(isDir ? filename : dirname(filename), name);
|
|
var ext = extname(name);
|
|
if (!ext) {
|
|
includePath += '.ejs';
|
|
}
|
|
return includePath;
|
|
};
|
|
|
|
/**
|
|
* Get the path to the included file by Options
|
|
*
|
|
* @param {String} path specified path
|
|
* @param {Options} options compilation options
|
|
* @return {String}
|
|
*/
|
|
function getIncludePath(path, options){
|
|
var includePath;
|
|
if (path.charAt(0) == '/') {
|
|
includePath = exports.resolveInclude(path.replace(/^\/*/,''), options.root || '/', true);
|
|
}
|
|
else {
|
|
if (!options.filename) {
|
|
throw new Error('`include` use relative path requires the \'filename\' option.');
|
|
}
|
|
includePath = exports.resolveInclude(path, options.filename);
|
|
}
|
|
return includePath;
|
|
}
|
|
|
|
/**
|
|
* Get the template from a string or a file, either compiled on-the-fly or
|
|
* read from cache (if enabled), and cache the template if needed.
|
|
*
|
|
* If `template` is not set, the file specified in `options.filename` will be
|
|
* read.
|
|
*
|
|
* If `options.cache` is true, this function reads the file from
|
|
* `options.filename` so it must be set prior to calling this function.
|
|
*
|
|
* @memberof module:ejs-internal
|
|
* @param {Options} options compilation options
|
|
* @param {String} [template] template source
|
|
* @return {(TemplateFunction|ClientFunction)}
|
|
* Depending on the value of `options.client`, either type might be returned.
|
|
* @static
|
|
*/
|
|
|
|
function handleCache(options, template) {
|
|
var func;
|
|
var filename = options.filename;
|
|
var hasTemplate = arguments.length > 1;
|
|
|
|
if (options.cache) {
|
|
if (!filename) {
|
|
throw new Error('cache option requires a filename');
|
|
}
|
|
func = exports.cache.get(filename);
|
|
if (func) {
|
|
return func;
|
|
}
|
|
if (!hasTemplate) {
|
|
template = fileLoader(filename).toString().replace(_BOM, '');
|
|
}
|
|
}
|
|
else if (!hasTemplate) {
|
|
// istanbul ignore if: should not happen at all
|
|
if (!filename) {
|
|
throw new Error('Internal EJS error: no file name or template '
|
|
+ 'provided');
|
|
}
|
|
template = fileLoader(filename).toString().replace(_BOM, '');
|
|
}
|
|
func = exports.compile(template, options);
|
|
if (options.cache) {
|
|
exports.cache.set(filename, func);
|
|
}
|
|
return func;
|
|
}
|
|
|
|
/**
|
|
* Try calling handleCache with the given options and data and call the
|
|
* callback with the result. If an error occurs, call the callback with
|
|
* the error. Used by renderFile().
|
|
*
|
|
* @memberof module:ejs-internal
|
|
* @param {Options} options compilation options
|
|
* @param {Object} data template data
|
|
* @param {RenderFileCallback} cb callback
|
|
* @static
|
|
*/
|
|
|
|
function tryHandleCache(options, data, cb) {
|
|
var result;
|
|
try {
|
|
result = handleCache(options)(data);
|
|
}
|
|
catch (err) {
|
|
return cb(err);
|
|
}
|
|
return cb(null, result);
|
|
}
|
|
|
|
/**
|
|
* fileLoader is independent
|
|
*
|
|
* @param {String} filePath ejs file path.
|
|
* @return {String} The contents of the specified file.
|
|
* @static
|
|
*/
|
|
|
|
function fileLoader(filePath){
|
|
return exports.fileLoader(filePath);
|
|
}
|
|
|
|
/**
|
|
* Get the template function.
|
|
*
|
|
* If `options.cache` is `true`, then the template is cached.
|
|
*
|
|
* @memberof module:ejs-internal
|
|
* @param {String} path path for the specified file
|
|
* @param {Options} options compilation options
|
|
* @return {(TemplateFunction|ClientFunction)}
|
|
* Depending on the value of `options.client`, either type might be returned
|
|
* @static
|
|
*/
|
|
|
|
function includeFile(path, options) {
|
|
var opts = utils.shallowCopy({}, options);
|
|
opts.filename = getIncludePath(path, opts);
|
|
return handleCache(opts);
|
|
}
|
|
|
|
/**
|
|
* Get the JavaScript source of an included file.
|
|
*
|
|
* @memberof module:ejs-internal
|
|
* @param {String} path path for the specified file
|
|
* @param {Options} options compilation options
|
|
* @return {Object}
|
|
* @static
|
|
*/
|
|
|
|
function includeSource(path, options) {
|
|
var opts = utils.shallowCopy({}, options);
|
|
var includePath;
|
|
var template;
|
|
includePath = getIncludePath(path, opts);
|
|
template = fileLoader(includePath).toString().replace(_BOM, '');
|
|
opts.filename = includePath;
|
|
var templ = new Template(template, opts);
|
|
templ.generateSource();
|
|
return {
|
|
source: templ.source,
|
|
filename: includePath,
|
|
template: template
|
|
};
|
|
}
|
|
|
|
/**
|
|
* Re-throw the given `err` in context to the `str` of ejs, `filename`, and
|
|
* `lineno`.
|
|
*
|
|
* @implements RethrowCallback
|
|
* @memberof module:ejs-internal
|
|
* @param {Error} err Error object
|
|
* @param {String} str EJS source
|
|
* @param {String} filename file name of the EJS file
|
|
* @param {String} lineno line number of the error
|
|
* @static
|
|
*/
|
|
|
|
function rethrow(err, str, flnm, lineno, esc){
|
|
var lines = str.split('\n');
|
|
var start = Math.max(lineno - 3, 0);
|
|
var end = Math.min(lines.length, lineno + 3);
|
|
var filename = esc(flnm); // eslint-disable-line
|
|
// Error context
|
|
var context = lines.slice(start, end).map(function (line, i){
|
|
var curr = i + start + 1;
|
|
return (curr == lineno ? ' >> ' : ' ')
|
|
+ curr
|
|
+ '| '
|
|
+ line;
|
|
}).join('\n');
|
|
|
|
// Alter exception message
|
|
err.path = filename;
|
|
err.message = (filename || 'ejs') + ':'
|
|
+ lineno + '\n'
|
|
+ context + '\n\n'
|
|
+ err.message;
|
|
|
|
throw err;
|
|
}
|
|
|
|
function stripSemi(str){
|
|
return str.replace(/;(\s*$)/, '$1');
|
|
}
|
|
|
|
/**
|
|
* Compile the given `str` of ejs into a template function.
|
|
*
|
|
* @param {String} template EJS template
|
|
*
|
|
* @param {Options} opts compilation options
|
|
*
|
|
* @return {(TemplateFunction|ClientFunction)}
|
|
* Depending on the value of `opts.client`, either type might be returned.
|
|
* @public
|
|
*/
|
|
|
|
exports.compile = function compile(template, opts) {
|
|
var templ;
|
|
|
|
// v1 compat
|
|
// 'scope' is 'context'
|
|
// FIXME: Remove this in a future version
|
|
if (opts && opts.scope) {
|
|
if (!scopeOptionWarned){
|
|
console.warn('`scope` option is deprecated and will be removed in EJS 3');
|
|
scopeOptionWarned = true;
|
|
}
|
|
if (!opts.context) {
|
|
opts.context = opts.scope;
|
|
}
|
|
delete opts.scope;
|
|
}
|
|
templ = new Template(template, opts);
|
|
return templ.compile();
|
|
};
|
|
|
|
/**
|
|
* Render the given `template` of ejs.
|
|
*
|
|
* If you would like to include options but not data, you need to explicitly
|
|
* call this function with `data` being an empty object or `null`.
|
|
*
|
|
* @param {String} template EJS template
|
|
* @param {Object} [data={}] template data
|
|
* @param {Options} [opts={}] compilation and rendering options
|
|
* @return {String}
|
|
* @public
|
|
*/
|
|
|
|
exports.render = function (template, d, o) {
|
|
var data = d || {};
|
|
var opts = o || {};
|
|
|
|
// No options object -- if there are optiony names
|
|
// in the data, copy them to options
|
|
if (arguments.length == 2) {
|
|
utils.shallowCopyFromList(opts, data, _OPTS);
|
|
}
|
|
|
|
return handleCache(opts, template)(data);
|
|
};
|
|
|
|
/**
|
|
* Render an EJS file at the given `path` and callback `cb(err, str)`.
|
|
*
|
|
* If you would like to include options but not data, you need to explicitly
|
|
* call this function with `data` being an empty object or `null`.
|
|
*
|
|
* @param {String} path path to the EJS file
|
|
* @param {Object} [data={}] template data
|
|
* @param {Options} [opts={}] compilation and rendering options
|
|
* @param {RenderFileCallback} cb callback
|
|
* @public
|
|
*/
|
|
|
|
exports.renderFile = function () {
|
|
var filename = arguments[0];
|
|
var cb = arguments[arguments.length - 1];
|
|
var opts = {filename: filename};
|
|
var data;
|
|
|
|
if (arguments.length > 2) {
|
|
data = arguments[1];
|
|
|
|
// No options object -- if there are optiony names
|
|
// in the data, copy them to options
|
|
if (arguments.length === 3) {
|
|
// Express 4
|
|
if (data.settings && data.settings['view options']) {
|
|
utils.shallowCopyFromList(opts, data.settings['view options'], _OPTS_EXPRESS);
|
|
}
|
|
// Express 3 and lower
|
|
else {
|
|
utils.shallowCopyFromList(opts, data, _OPTS_EXPRESS);
|
|
}
|
|
}
|
|
else {
|
|
// Use shallowCopy so we don't pollute passed in opts obj with new vals
|
|
utils.shallowCopy(opts, arguments[2]);
|
|
}
|
|
|
|
opts.filename = filename;
|
|
}
|
|
else {
|
|
data = {};
|
|
}
|
|
|
|
return tryHandleCache(opts, data, cb);
|
|
};
|
|
|
|
/**
|
|
* Clear intermediate JavaScript cache. Calls {@link Cache#reset}.
|
|
* @public
|
|
*/
|
|
|
|
exports.clearCache = function () {
|
|
exports.cache.reset();
|
|
};
|
|
|
|
function Template(text, opts) {
|
|
opts = opts || {};
|
|
var options = {};
|
|
this.templateText = text;
|
|
this.mode = null;
|
|
this.truncate = false;
|
|
this.currentLine = 1;
|
|
this.source = '';
|
|
this.dependencies = [];
|
|
options.client = opts.client || false;
|
|
options.escapeFunction = opts.escape || utils.escapeXML;
|
|
options.compileDebug = opts.compileDebug !== false;
|
|
options.debug = !!opts.debug;
|
|
options.filename = opts.filename;
|
|
options.delimiter = opts.delimiter || exports.delimiter || _DEFAULT_DELIMITER;
|
|
options.strict = opts.strict || false;
|
|
options.context = opts.context;
|
|
options.cache = opts.cache || false;
|
|
options.rmWhitespace = opts.rmWhitespace;
|
|
options.root = opts.root;
|
|
options.localsName = opts.localsName || exports.localsName || _DEFAULT_LOCALS_NAME;
|
|
|
|
if (options.strict) {
|
|
options._with = false;
|
|
}
|
|
else {
|
|
options._with = typeof opts._with != 'undefined' ? opts._with : true;
|
|
}
|
|
|
|
this.opts = options;
|
|
|
|
this.regex = this.createRegex();
|
|
}
|
|
|
|
Template.modes = {
|
|
EVAL: 'eval',
|
|
ESCAPED: 'escaped',
|
|
RAW: 'raw',
|
|
COMMENT: 'comment',
|
|
LITERAL: 'literal'
|
|
};
|
|
|
|
Template.prototype = {
|
|
createRegex: function () {
|
|
var str = _REGEX_STRING;
|
|
var delim = utils.escapeRegExpChars(this.opts.delimiter);
|
|
str = str.replace(/%/g, delim);
|
|
return new RegExp(str);
|
|
},
|
|
|
|
compile: function () {
|
|
var src;
|
|
var fn;
|
|
var opts = this.opts;
|
|
var prepended = '';
|
|
var appended = '';
|
|
var escapeFn = opts.escapeFunction;
|
|
|
|
if (!this.source) {
|
|
this.generateSource();
|
|
prepended += ' var __output = [], __append = __output.push.bind(__output);' + '\n';
|
|
if (opts._with !== false) {
|
|
prepended += ' with (' + opts.localsName + ' || {}) {' + '\n';
|
|
appended += ' }' + '\n';
|
|
}
|
|
appended += ' return __output.join("");' + '\n';
|
|
this.source = prepended + this.source + appended;
|
|
}
|
|
|
|
if (opts.compileDebug) {
|
|
src = 'var __line = 1' + '\n'
|
|
+ ' , __lines = ' + JSON.stringify(this.templateText) + '\n'
|
|
+ ' , __filename = ' + (opts.filename ?
|
|
JSON.stringify(opts.filename) : 'undefined') + ';' + '\n'
|
|
+ 'try {' + '\n'
|
|
+ this.source
|
|
+ '} catch (e) {' + '\n'
|
|
+ ' rethrow(e, __lines, __filename, __line, escapeFn);' + '\n'
|
|
+ '}' + '\n';
|
|
}
|
|
else {
|
|
src = this.source;
|
|
}
|
|
|
|
if (opts.debug) {
|
|
console.log(src);
|
|
}
|
|
|
|
if (opts.client) {
|
|
src = 'escapeFn = escapeFn || ' + escapeFn.toString() + ';' + '\n' + src;
|
|
if (opts.compileDebug) {
|
|
src = 'rethrow = rethrow || ' + rethrow.toString() + ';' + '\n' + src;
|
|
}
|
|
}
|
|
|
|
if (opts.strict) {
|
|
src = '"use strict";\n' + src;
|
|
}
|
|
|
|
try {
|
|
fn = new Function(opts.localsName + ', escapeFn, include, rethrow', src);
|
|
}
|
|
catch(e) {
|
|
// istanbul ignore else
|
|
if (e instanceof SyntaxError) {
|
|
if (opts.filename) {
|
|
e.message += ' in ' + opts.filename;
|
|
}
|
|
e.message += ' while compiling ejs\n\n';
|
|
e.message += 'If the above error is not helpful, you may want to try EJS-Lint:\n';
|
|
e.message += 'https://github.com/RyanZim/EJS-Lint';
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
if (opts.client) {
|
|
fn.dependencies = this.dependencies;
|
|
return fn;
|
|
}
|
|
|
|
// Return a callable function which will execute the function
|
|
// created by the source-code, with the passed data as locals
|
|
// Adds a local `include` function which allows full recursive include
|
|
var returnedFn = function (data) {
|
|
var include = function (path, includeData) {
|
|
var d = utils.shallowCopy({}, data);
|
|
if (includeData) {
|
|
d = utils.shallowCopy(d, includeData);
|
|
}
|
|
return includeFile(path, opts)(d);
|
|
};
|
|
return fn.apply(opts.context, [data || {}, escapeFn, include, rethrow]);
|
|
};
|
|
returnedFn.dependencies = this.dependencies;
|
|
return returnedFn;
|
|
},
|
|
|
|
generateSource: function () {
|
|
var opts = this.opts;
|
|
|
|
if (opts.rmWhitespace) {
|
|
// Have to use two separate replace here as `^` and `$` operators don't
|
|
// work well with `\r`.
|
|
this.templateText =
|
|
this.templateText.replace(/\r/g, '').replace(/^\s+|\s+$/gm, '');
|
|
}
|
|
|
|
// Slurp spaces and tabs before <%_ and after _%>
|
|
this.templateText =
|
|
this.templateText.replace(/[ \t]*<%_/gm, '<%_').replace(/_%>[ \t]*/gm, '_%>');
|
|
|
|
var self = this;
|
|
var matches = this.parseTemplateText();
|
|
var d = this.opts.delimiter;
|
|
|
|
if (matches && matches.length) {
|
|
matches.forEach(function (line, index) {
|
|
var opening;
|
|
var closing;
|
|
var include;
|
|
var includeOpts;
|
|
var includeObj;
|
|
var includeSrc;
|
|
// If this is an opening tag, check for closing tags
|
|
// FIXME: May end up with some false positives here
|
|
// Better to store modes as k/v with '<' + delimiter as key
|
|
// Then this can simply check against the map
|
|
if ( line.indexOf('<' + d) === 0 // If it is a tag
|
|
&& line.indexOf('<' + d + d) !== 0) { // and is not escaped
|
|
closing = matches[index + 2];
|
|
if (!(closing == d + '>' || closing == '-' + d + '>' || closing == '_' + d + '>')) {
|
|
throw new Error('Could not find matching close tag for "' + line + '".');
|
|
}
|
|
}
|
|
// HACK: backward-compat `include` preprocessor directives
|
|
if ((include = line.match(/^\s*include\s+(\S+)/))) {
|
|
opening = matches[index - 1];
|
|
// Must be in EVAL or RAW mode
|
|
if (opening && (opening == '<' + d || opening == '<' + d + '-' || opening == '<' + d + '_')) {
|
|
includeOpts = utils.shallowCopy({}, self.opts);
|
|
includeObj = includeSource(include[1], includeOpts);
|
|
if (self.opts.compileDebug) {
|
|
includeSrc =
|
|
' ; (function(){' + '\n'
|
|
+ ' var __line = 1' + '\n'
|
|
+ ' , __lines = ' + JSON.stringify(includeObj.template) + '\n'
|
|
+ ' , __filename = ' + JSON.stringify(includeObj.filename) + ';' + '\n'
|
|
+ ' try {' + '\n'
|
|
+ includeObj.source
|
|
+ ' } catch (e) {' + '\n'
|
|
+ ' rethrow(e, __lines, __filename, __line);' + '\n'
|
|
+ ' }' + '\n'
|
|
+ ' ; }).call(this)' + '\n';
|
|
}else{
|
|
includeSrc = ' ; (function(){' + '\n' + includeObj.source +
|
|
' ; }).call(this)' + '\n';
|
|
}
|
|
self.source += includeSrc;
|
|
self.dependencies.push(exports.resolveInclude(include[1],
|
|
includeOpts.filename));
|
|
return;
|
|
}
|
|
}
|
|
self.scanLine(line);
|
|
});
|
|
}
|
|
|
|
},
|
|
|
|
parseTemplateText: function () {
|
|
var str = this.templateText;
|
|
var pat = this.regex;
|
|
var result = pat.exec(str);
|
|
var arr = [];
|
|
var firstPos;
|
|
|
|
while (result) {
|
|
firstPos = result.index;
|
|
|
|
if (firstPos !== 0) {
|
|
arr.push(str.substring(0, firstPos));
|
|
str = str.slice(firstPos);
|
|
}
|
|
|
|
arr.push(result[0]);
|
|
str = str.slice(result[0].length);
|
|
result = pat.exec(str);
|
|
}
|
|
|
|
if (str) {
|
|
arr.push(str);
|
|
}
|
|
|
|
return arr;
|
|
},
|
|
|
|
scanLine: function (line) {
|
|
var self = this;
|
|
var d = this.opts.delimiter;
|
|
var newLineCount = 0;
|
|
|
|
function _addOutput() {
|
|
if (self.truncate) {
|
|
// Only replace single leading linebreak in the line after
|
|
// -%> tag -- this is the single, trailing linebreak
|
|
// after the tag that the truncation mode replaces
|
|
// Handle Win / Unix / old Mac linebreaks -- do the \r\n
|
|
// combo first in the regex-or
|
|
line = line.replace(/^(?:\r\n|\r|\n)/, '');
|
|
self.truncate = false;
|
|
}
|
|
else if (self.opts.rmWhitespace) {
|
|
// rmWhitespace has already removed trailing spaces, just need
|
|
// to remove linebreaks
|
|
line = line.replace(/^\n/, '');
|
|
}
|
|
if (!line) {
|
|
return;
|
|
}
|
|
|
|
// Preserve literal slashes
|
|
line = line.replace(/\\/g, '\\\\');
|
|
|
|
// Convert linebreaks
|
|
line = line.replace(/\n/g, '\\n');
|
|
line = line.replace(/\r/g, '\\r');
|
|
|
|
// Escape double-quotes
|
|
// - this will be the delimiter during execution
|
|
line = line.replace(/"/g, '\\"');
|
|
self.source += ' ; __append("' + line + '")' + '\n';
|
|
}
|
|
|
|
newLineCount = (line.split('\n').length - 1);
|
|
|
|
switch (line) {
|
|
case '<' + d:
|
|
case '<' + d + '_':
|
|
this.mode = Template.modes.EVAL;
|
|
break;
|
|
case '<' + d + '=':
|
|
this.mode = Template.modes.ESCAPED;
|
|
break;
|
|
case '<' + d + '-':
|
|
this.mode = Template.modes.RAW;
|
|
break;
|
|
case '<' + d + '#':
|
|
this.mode = Template.modes.COMMENT;
|
|
break;
|
|
case '<' + d + d:
|
|
this.mode = Template.modes.LITERAL;
|
|
this.source += ' ; __append("' + line.replace('<' + d + d, '<' + d) + '")' + '\n';
|
|
break;
|
|
case d + d + '>':
|
|
this.mode = Template.modes.LITERAL;
|
|
this.source += ' ; __append("' + line.replace(d + d + '>', d + '>') + '")' + '\n';
|
|
break;
|
|
case d + '>':
|
|
case '-' + d + '>':
|
|
case '_' + d + '>':
|
|
if (this.mode == Template.modes.LITERAL) {
|
|
_addOutput();
|
|
}
|
|
|
|
this.mode = null;
|
|
this.truncate = line.indexOf('-') === 0 || line.indexOf('_') === 0;
|
|
break;
|
|
default:
|
|
// In script mode, depends on type of tag
|
|
if (this.mode) {
|
|
// If '//' is found without a line break, add a line break.
|
|
switch (this.mode) {
|
|
case Template.modes.EVAL:
|
|
case Template.modes.ESCAPED:
|
|
case Template.modes.RAW:
|
|
if (line.lastIndexOf('//') > line.lastIndexOf('\n')) {
|
|
line += '\n';
|
|
}
|
|
}
|
|
switch (this.mode) {
|
|
// Just executing code
|
|
case Template.modes.EVAL:
|
|
this.source += ' ; ' + line + '\n';
|
|
break;
|
|
// Exec, esc, and output
|
|
case Template.modes.ESCAPED:
|
|
this.source += ' ; __append(escapeFn(' + stripSemi(line) + '))' + '\n';
|
|
break;
|
|
// Exec and output
|
|
case Template.modes.RAW:
|
|
this.source += ' ; __append(' + stripSemi(line) + ')' + '\n';
|
|
break;
|
|
case Template.modes.COMMENT:
|
|
// Do nothing
|
|
break;
|
|
// Literal <%% mode, append as raw output
|
|
case Template.modes.LITERAL:
|
|
_addOutput();
|
|
break;
|
|
}
|
|
}
|
|
// In string mode, just add the output
|
|
else {
|
|
_addOutput();
|
|
}
|
|
}
|
|
|
|
if (self.opts.compileDebug && newLineCount) {
|
|
this.currentLine += newLineCount;
|
|
this.source += ' ; __line = ' + this.currentLine + '\n';
|
|
}
|
|
}
|
|
};
|
|
|
|
/**
|
|
* Escape characters reserved in XML.
|
|
*
|
|
* This is simply an export of {@link module:utils.escapeXML}.
|
|
*
|
|
* If `markup` is `undefined` or `null`, the empty string is returned.
|
|
*
|
|
* @param {String} markup Input string
|
|
* @return {String} Escaped string
|
|
* @public
|
|
* @func
|
|
* */
|
|
exports.escapeXML = utils.escapeXML;
|
|
|
|
/**
|
|
* Express.js support.
|
|
*
|
|
* This is an alias for {@link module:ejs.renderFile}, in order to support
|
|
* Express.js out-of-the-box.
|
|
*
|
|
* @func
|
|
*/
|
|
|
|
exports.__express = exports.renderFile;
|
|
|
|
// Add require support
|
|
/* istanbul ignore else */
|
|
if (require.extensions) {
|
|
require.extensions['.ejs'] = function (module, flnm) {
|
|
var filename = flnm || /* istanbul ignore next */ module.filename;
|
|
var options = {
|
|
filename: filename,
|
|
client: true
|
|
};
|
|
var template = fileLoader(filename).toString();
|
|
var fn = exports.compile(template, options);
|
|
module._compile('module.exports = ' + fn.toString() + ';', filename);
|
|
};
|
|
}
|
|
|
|
/**
|
|
* Version of EJS.
|
|
*
|
|
* @readonly
|
|
* @type {String}
|
|
* @public
|
|
*/
|
|
|
|
exports.VERSION = _VERSION_STRING;
|
|
|
|
/**
|
|
* Name for detection of EJS.
|
|
*
|
|
* @readonly
|
|
* @type {String}
|
|
* @public
|
|
*/
|
|
|
|
exports.name = _NAME;
|
|
|
|
/* istanbul ignore if */
|
|
if (typeof window != 'undefined') {
|
|
window.ejs = exports;
|
|
}
|