mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
d9d1a831a6
* ci - test for yarn lock deduplications * deps - update yarn.lock and patches * lavamoat - update policy * test - ui/helpers/utils/optimism/buildUnserializedTransaction - test against json obj * lint fix * patch-package - patch @babel/runtime for lavamoat support * patch-package - fix additional @babel/runtime lockdown incompats * patch-package - cleanup sass patch
30 lines
1.3 KiB
Diff
30 lines
1.3 KiB
Diff
diff --git a/node_modules/sass/sass.dart.js b/node_modules/sass/sass.dart.js
|
|
index 512d612..1374f5e 100644
|
|
--- a/node_modules/sass/sass.dart.js
|
|
+++ b/node_modules/sass/sass.dart.js
|
|
@@ -16,6 +16,10 @@ self.scheduleImmediate = typeof setImmediate !== "undefined"
|
|
// CommonJS globals.
|
|
self.exports = exports;
|
|
|
|
+// realm bridge utility functions
|
|
+exports.bridgeJson = (target) => JSON.parse(JSON.stringify(target))
|
|
+exports.bridgeFn = (target) => ((...args) => target(...args))
|
|
+
|
|
// Node.js specific exports, check to see if they exist & or polyfilled
|
|
|
|
if (typeof process !== "undefined") {
|
|
@@ -3700,13 +3704,6 @@ self.fs = require("fs");
|
|
return C.PlainJavaScriptObject_methods;
|
|
if (proto === Object.prototype)
|
|
return C.PlainJavaScriptObject_methods;
|
|
- if (typeof $constructor == "function") {
|
|
- t1 = $._JS_INTEROP_INTERCEPTOR_TAG;
|
|
- if (t1 == null)
|
|
- t1 = $._JS_INTEROP_INTERCEPTOR_TAG = init.getIsolateTag("_$dart_js");
|
|
- Object.defineProperty($constructor, t1, {value: C.UnknownJavaScriptObject_methods, enumerable: false, writable: true, configurable: true});
|
|
- return C.UnknownJavaScriptObject_methods;
|
|
- }
|
|
return C.UnknownJavaScriptObject_methods;
|
|
},
|
|
JSArray_JSArray$fixed: function($length, $E) {
|