Sha256: 8a7a31c52b63756354449fd939479556fb7aa44edd73959165d24337d3d2fa07

Contents?: true

Size: 467 Bytes

Versions: 193

Compression:

Stored size: 467 Bytes

Contents

/** Used to map HTML entities to characters. */
var htmlUnescapes = {
  '&': '&',
  '&lt;': '<',
  '&gt;': '>',
  '&quot;': '"',
  '&#39;': "'",
  '&#96;': '`'
};

/**
 * Used by `_.unescape` to convert HTML entities to characters.
 *
 * @private
 * @param {string} chr The matched character to unescape.
 * @returns {string} Returns the unescaped character.
 */
function unescapeHtmlChar(chr) {
  return htmlUnescapes[chr];
}

module.exports = unescapeHtmlChar;

Version data entries

193 entries across 89 versions & 9 rubygems

Version Path
ilog-0.4.1 node_modules/babel-plugin-proto-to-assign/node_modules/lodash/internal/unescapeHtmlChar.js
ilog-0.4.1 node_modules/contents/node_modules/lodash/internal/unescapeHtmlChar.js
ilog-0.4.1 node_modules/babel/node_modules/lodash/internal/unescapeHtmlChar.js
ilog-0.4.0 node_modules/babel-plugin-proto-to-assign/node_modules/lodash/internal/unescapeHtmlChar.js
ilog-0.4.0 node_modules/contents/node_modules/lodash/internal/unescapeHtmlChar.js
ilog-0.4.0 node_modules/babel/node_modules/lodash/internal/unescapeHtmlChar.js
ilog-0.3.3 node_modules/babel/node_modules/lodash/internal/unescapeHtmlChar.js
ilog-0.3.3 node_modules/babel-plugin-proto-to-assign/node_modules/lodash/internal/unescapeHtmlChar.js
ilog-0.3.3 node_modules/contents/node_modules/lodash/internal/unescapeHtmlChar.js
trusty-festivity-extension-2.6.3 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/internal/unescapeHtmlChar.js
trusty-festivity-extension-2.6.3 node_modules/bower/node_modules/inquirer/node_modules/lodash/internal/unescapeHtmlChar.js
trusty-festivity-extension-2.6.2 node_modules/bower/node_modules/inquirer/node_modules/lodash/internal/unescapeHtmlChar.js
trusty-festivity-extension-2.6.2 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/internal/unescapeHtmlChar.js
trusty-festivity-extension-2.6.1 node_modules/bower/node_modules/inquirer/node_modules/lodash/internal/unescapeHtmlChar.js
trusty-festivity-extension-2.6.1 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/internal/unescapeHtmlChar.js
xcodebuild-helper-1.2.5 externals/ios-sim-master/node_modules/lodash/internal/unescapeHtmlChar.js
trusty-festivity-extension-2.6 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/internal/unescapeHtmlChar.js
trusty-festivity-extension-2.6 node_modules/bower/node_modules/inquirer/node_modules/lodash/internal/unescapeHtmlChar.js
trusty-festivity-extension-2.5.19 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/internal/unescapeHtmlChar.js
trusty-festivity-extension-2.5.19 node_modules/bower/node_modules/inquirer/node_modules/lodash/internal/unescapeHtmlChar.js