mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
f196c9feb8
* lavamoat - run build system in lavamoat * lavamoat/allow-scripts - add missing policy entry * update viz and lavvamoat * trim policy file * bump viz * prue policy override * regen policy file * Update package.json * Update package.json * Apply suggestions from code review Co-authored-by: kumavis <kumavis@users.noreply.github.com> * update policy, remove redundant patches * use yarn setup in CI Co-authored-by: kumavis <aaron@kumavis.me> Co-authored-by: kumavis <kumavis@users.noreply.github.com>
26 lines
1.1 KiB
Diff
26 lines
1.1 KiB
Diff
diff --git a/node_modules/sass/sass.dart.js b/node_modules/sass/sass.dart.js
|
|
index fedd867..fef6a8f 100644
|
|
--- a/node_modules/sass/sass.dart.js
|
|
+++ b/node_modules/sass/sass.dart.js
|
|
@@ -16,6 +16,9 @@ self.scheduleImmediate = self.setImmediate
|
|
// CommonJS globals.
|
|
self.exports = exports;
|
|
|
|
+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") {
|
|
@@ -3616,10 +3619,6 @@ self.fs = require("fs");
|
|
return C.PlainJavaScriptObject_methods;
|
|
if (proto === Object.prototype)
|
|
return C.PlainJavaScriptObject_methods;
|
|
- if (typeof $constructor == "function") {
|
|
- Object.defineProperty($constructor, J.JS_INTEROP_INTERCEPTOR_TAG(), {value: C.UnknownJavaScriptObject_methods, enumerable: false, writable: true, configurable: true});
|
|
- return C.UnknownJavaScriptObject_methods;
|
|
- }
|
|
return C.UnknownJavaScriptObject_methods;
|
|
},
|
|
JS_INTEROP_INTERCEPTOR_TAG: function() {
|