===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-magic-string-0.25.7/src/Bundle.js-47-				if (source.content.original !== uniqueSource.content) {
node-magic-string-0.25.7/src/Bundle.js:48:					throw new Error(`Illegal source: same filename (${source.filename}), different contents`);
node-magic-string-0.25.7/src/Bundle.js-49-				}
##############################################
node-magic-string-0.25.7/src/MagicString.js-210-		const replacer = match => {
node-magic-string-0.25.7/src/MagicString.js:211:			if (shouldIndentNextCharacter) return `${indentStr}${match}`;
node-magic-string-0.25.7/src/MagicString.js-212-			shouldIndentNextCharacter = true;
##############################################
node-magic-string-0.25.7/src/MagicString.js-534-		if (chunk && chunk.edited && chunk.start !== start)
node-magic-string-0.25.7/src/MagicString.js:535:			throw new Error(`Cannot use replaced character ${start} as slice start anchor.`);
node-magic-string-0.25.7/src/MagicString.js-536-
##############################################
node-magic-string-0.25.7/src/MagicString.js-544-			if (containsEnd && chunk.edited && chunk.end !== end)
node-magic-string-0.25.7/src/MagicString.js:545:				throw new Error(`Cannot use replaced character ${end} as slice end anchor.`);
node-magic-string-0.25.7/src/MagicString.js-546-
##############################################
node-magic-string-0.25.7/test/utils/IntegrityCheckingMagicString.js-37-			} catch (e) {
node-magic-string-0.25.7/test/utils/IntegrityCheckingMagicString.js:38:				e.message = `Integrity error after invoking ${key}:\n${e.message}`;
node-magic-string-0.25.7/test/utils/IntegrityCheckingMagicString.js-39-				throw e;