Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/@babel/template/lib/options.js
rd565449 r0c6b92a 8 8 exports.validate = validate; 9 9 const _excluded = ["placeholderWhitelist", "placeholderPattern", "preserveComments", "syntacticPlaceholders"]; 10 function _objectWithoutPropertiesLoose( source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }10 function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.includes(n)) continue; t[n] = r[n]; } return t; } 11 11 function merge(a, b) { 12 12 const {
Note:
See TracChangeset
for help on using the changeset viewer.