tooot/src/modules/autolinker/utils.js.map

1 line
6.6 KiB
Plaintext

{"version":3,"sources":["../src/utils.ts"],"names":[],"mappings":"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","file":"utils.js","sourcesContent":["/**\n * Assigns (shallow copies) the properties of `src` onto `dest`, if the\n * corresponding property on `dest` === `undefined`.\n *\n * @param {Object} dest The destination object.\n * @param {Object} src The source object.\n * @return {Object} The destination object (`dest`)\n */\nexport function defaults( dest: any, src: any ) {\n\tfor( let prop in src ) {\n\t\tif( src.hasOwnProperty( prop ) && dest[ prop ] === undefined ) {\n\t\t\tdest[ prop ] = src[ prop ];\n\t\t}\n\t}\n\n\treturn dest;\n}\n\n\n/**\n * Truncates the `str` at `len - ellipsisChars.length`, and adds the `ellipsisChars` to the\n * end of the string (by default, two periods: '..'). If the `str` length does not exceed\n * `len`, the string will be returned unchanged.\n *\n * @param {String} str The string to truncate and add an ellipsis to.\n * @param {Number} truncateLen The length to truncate the string at.\n * @param {String} [ellipsisChars=...] The ellipsis character(s) to add to the end of `str`\n * when truncated. Defaults to '...'\n */\nexport function ellipsis( str: string, truncateLen: number, ellipsisChars?: string ) {\n\tlet ellipsisLength: number;\n\n\tif( str.length > truncateLen ) {\n\t\tif(ellipsisChars == null) {\n\t\t ellipsisChars = '&hellip;';\n\t\t ellipsisLength = 3;\n\t\t} else {\n\t\t ellipsisLength = ellipsisChars.length;\n\t\t}\n\n\t\tstr = str.substring( 0, truncateLen - ellipsisLength ) + ellipsisChars;\n\t}\n\treturn str;\n}\n\n\n/**\n * Supports `Array.prototype.indexOf()` functionality for old IE (IE8 and below).\n *\n * @param {Array} arr The array to find an element of.\n * @param {*} element The element to find in the array, and return the index of.\n * @return {Number} The index of the `element`, or -1 if it was not found.\n */\nexport function indexOf<T>( arr: T[], element: T ) {\n\tif( Array.prototype.indexOf ) {\n\t\treturn arr.indexOf( element );\n\n\t} else {\n\t\tfor( let i = 0, len = arr.length; i < len; i++ ) {\n\t\t\tif( arr[ i ] === element ) return i;\n\t\t}\n\t\treturn -1;\n\t}\n}\n\n\n/**\n * Removes array elements based on a filtering function. Mutates the input\n * array.\n *\n * Using this instead of the ES5 Array.prototype.filter() function, to allow\n * Autolinker compatibility with IE8, and also to prevent creating many new\n * arrays in memory for filtering.\n *\n * @param {Array} arr The array to remove elements from. This array is\n * mutated.\n * @param {Function} fn A function which should return `true` to\n * remove an element.\n * @return {Array} The mutated input `arr`.\n */\nexport function remove<T>( arr: T[], fn: ( item: T ) => boolean ) {\n\tfor( let i = arr.length - 1; i >= 0; i-- ) {\n\t\tif( fn( arr[ i ] ) === true ) {\n\t\t\tarr.splice( i, 1 );\n\t\t}\n\t}\n}\n\n\n/**\n * Performs the functionality of what modern browsers do when `String.prototype.split()` is called\n * with a regular expression that contains capturing parenthesis.\n *\n * For example:\n *\n * // Modern browsers:\n * \"a,b,c\".split( /(,)/ ); // --> [ 'a', ',', 'b', ',', 'c' ]\n *\n * // Old IE (including IE8):\n * \"a,b,c\".split( /(,)/ ); // --> [ 'a', 'b', 'c' ]\n *\n * This method emulates the functionality of modern browsers for the old IE case.\n *\n * @param {String} str The string to split.\n * @param {RegExp} splitRegex The regular expression to split the input `str` on. The splitting\n * character(s) will be spliced into the array, as in the \"modern browsers\" example in the\n * description of this method.\n * Note #1: the supplied regular expression **must** have the 'g' flag specified.\n * Note #2: for simplicity's sake, the regular expression does not need\n * to contain capturing parenthesis - it will be assumed that any match has them.\n * @return {String[]} The split array of strings, with the splitting character(s) included.\n */\nexport function splitAndCapture( str: string, splitRegex: RegExp ) {\n\tif( !splitRegex.global ) throw new Error( \"`splitRegex` must have the 'g' flag set\" );\n\n\tlet result: string[] = [],\n\t lastIdx = 0,\n\t match: RegExpExecArray | null;\n\n\twhile( match = splitRegex.exec( str ) ) {\n\t\tresult.push( str.substring( lastIdx, match.index ) );\n\t\tresult.push( match[ 0 ] ); // push the splitting char(s)\n\n\t\tlastIdx = match.index + match[ 0 ].length;\n\t}\n\tresult.push( str.substring( lastIdx ) );\n\n\treturn result;\n}\n\n\n/**\n * Function that should never be called but is used to check that every\n * enum value is handled using TypeScript's 'never' type.\n */\nexport function throwUnhandledCaseError( theValue: never ) {\n\tthrow new Error( `Unhandled case for value: '${theValue}'` );\n}"]}