{"ast":null,"code":"var arrayPush = require('./_arrayPush'),\n getPrototype = require('./_getPrototype'),\n getSymbols = require('./_getSymbols'),\n stubArray = require('./stubArray');\n/* Built-in method references for those with the same name as other `lodash` methods. */\n\n\nvar nativeGetSymbols = Object.getOwnPropertySymbols;\n/**\n * Creates an array of the own and inherited enumerable symbols of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of symbols.\n */\n\nvar getSymbolsIn = !nativeGetSymbols ? stubArray : function (object) {\n var result = [];\n\n while (object) {\n arrayPush(result, getSymbols(object));\n object = getPrototype(object);\n }\n\n return result;\n};\nmodule.exports = getSymbolsIn;","map":{"version":3,"sources":["/Users/tylerkoenig/Code/personal/react-scss2/node_modules/lodash/_getSymbolsIn.js"],"names":["arrayPush","require","getPrototype","getSymbols","stubArray","nativeGetSymbols","Object","getOwnPropertySymbols","getSymbolsIn","object","result","module","exports"],"mappings":"AAAA,IAAIA,SAAS,GAAGC,OAAO,CAAC,cAAD,CAAvB;AAAA,IACIC,YAAY,GAAGD,OAAO,CAAC,iBAAD,CAD1B;AAAA,IAEIE,UAAU,GAAGF,OAAO,CAAC,eAAD,CAFxB;AAAA,IAGIG,SAAS,GAAGH,OAAO,CAAC,aAAD,CAHvB;AAKA;;;AACA,IAAII,gBAAgB,GAAGC,MAAM,CAACC,qBAA9B;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA,IAAIC,YAAY,GAAG,CAACH,gBAAD,GAAoBD,SAApB,GAAgC,UAASK,MAAT,EAAiB;AAClE,MAAIC,MAAM,GAAG,EAAb;;AACA,SAAOD,MAAP,EAAe;AACbT,IAAAA,SAAS,CAACU,MAAD,EAASP,UAAU,CAACM,MAAD,CAAnB,CAAT;AACAA,IAAAA,MAAM,GAAGP,YAAY,CAACO,MAAD,CAArB;AACD;;AACD,SAAOC,MAAP;AACD,CAPD;AASAC,MAAM,CAACC,OAAP,GAAiBJ,YAAjB","sourcesContent":["var arrayPush = require('./_arrayPush'),\n getPrototype = require('./_getPrototype'),\n getSymbols = require('./_getSymbols'),\n stubArray = require('./stubArray');\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeGetSymbols = Object.getOwnPropertySymbols;\n\n/**\n * Creates an array of the own and inherited enumerable symbols of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of symbols.\n */\nvar getSymbolsIn = !nativeGetSymbols ? stubArray : function(object) {\n var result = [];\n while (object) {\n arrayPush(result, getSymbols(object));\n object = getPrototype(object);\n }\n return result;\n};\n\nmodule.exports = getSymbolsIn;\n"]},"metadata":{},"sourceType":"script"}