Skip to content

Commit 15f54ed

Browse files
committed
chore: Regenerated source maps
1 parent 50aec03 commit 15f54ed

6 files changed

+3
-12
lines changed

dist/purify.cjs.js

-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/purify.cjs.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/purify.es.mjs

-3
Original file line numberDiff line numberDiff line change
@@ -209,11 +209,9 @@ const DATA_ATTR = seal(/^data-[\-\w.\u00B7-\uFFFF]/); // eslint-disable-line no-
209209
const ARIA_ATTR = seal(/^aria-[\-\w]+$/); // eslint-disable-line no-useless-escape
210210
const IS_ALLOWED_URI = seal(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i // eslint-disable-line no-useless-escape
211211
);
212-
213212
const IS_SCRIPT_OR_DATA = seal(/^(?:\w+script|data):/i);
214213
const ATTR_WHITESPACE = seal(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g // eslint-disable-line no-control-regex
215214
);
216-
217215
const DOCTYPE_NAME = seal(/^html$/i);
218216
const CUSTOM_ELEMENT = seal(/^[a-z][.\w]*(-[.\w]+)+$/i);
219217

@@ -248,7 +246,6 @@ const NODE_TYPE = {
248246
documentFragment: 11,
249247
notation: 12 // Deprecated
250248
};
251-
252249
const getGlobal = function getGlobal() {
253250
return typeof window === 'undefined' ? null : window;
254251
};

dist/purify.es.mjs.map

+1-1
Large diffs are not rendered by default.

dist/purify.js

-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/purify.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)