| @@ 9-17 (lines=9) @@ | ||
| 6 | (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.DOMPurify = factory()); |
|
| 7 | })(this, (function () { 'use strict'; |
|
| 8 | ||
| 9 | function _typeof(obj) { |
|
| 10 | "@babel/helpers - typeof"; |
|
| 11 | ||
| 12 | return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { |
|
| 13 | return typeof obj; |
|
| 14 | } : function (obj) { |
|
| 15 | return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; |
|
| 16 | }, _typeof(obj); |
|
| 17 | } |
|
| 18 | ||
| 19 | function _setPrototypeOf(o, p) { |
|
| 20 | _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { |
|
| @@ 4-4 (lines=1) @@ | ||
| 1 | (function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.Tokenizr = f()}})(function(){var define,module,exports;return (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(_dereq_,module,exports){ |
|
| 2 | "use strict"; |
|
| 3 | ||
| 4 | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } |
|
| 5 | ||
| 6 | function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); } |
|
| 7 | ||