Skip to content

Instantly share code, notes, and snippets.

View kartikcho's full-sized avatar

Kartik Choudhary kartikcho

View GitHub Profile
This file has been truncated, but you can view the full file.
diff -ENwbur react-build-master-devtools/core/backend.js react-build-spi-devtools/core/backend.js
--- react-build-master-devtools/core/backend.js 2020-08-19 17:17:20.499563000 +0530
+++ react-build-spi-devtools/core/backend.js 2020-08-19 17:00:28.575402100 +0530
@@ -3,7 +3,7 @@
object-assign
(c) Sindre Sorhus
@license MIT
-*/var r=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable;function a(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach((function(e){r[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(e){return!1}}()?Objec