2021-02-22 15:43:29 +01:00
|
|
|
diff --git a/node_modules/sass/sass.dart.js b/node_modules/sass/sass.dart.js
|
2021-11-23 20:17:27 +01:00
|
|
|
index 512d612..1374f5e 100644
|
2021-02-22 15:43:29 +01:00
|
|
|
--- a/node_modules/sass/sass.dart.js
|
|
|
|
+++ b/node_modules/sass/sass.dart.js
|
2021-11-23 20:17:27 +01:00
|
|
|
@@ -16,6 +16,10 @@ self.scheduleImmediate = typeof setImmediate !== "undefined"
|
2021-02-22 15:43:29 +01:00
|
|
|
// CommonJS globals.
|
|
|
|
self.exports = exports;
|
|
|
|
|
2021-11-23 20:17:27 +01:00
|
|
|
+// realm bridge utility functions
|
2021-02-22 15:43:29 +01:00
|
|
|
+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") {
|
2021-11-23 20:17:27 +01:00
|
|
|
@@ -3700,13 +3704,6 @@ self.fs = require("fs");
|
2021-02-22 15:43:29 +01:00
|
|
|
return C.PlainJavaScriptObject_methods;
|
|
|
|
if (proto === Object.prototype)
|
|
|
|
return C.PlainJavaScriptObject_methods;
|
|
|
|
- if (typeof $constructor == "function") {
|
2021-11-23 20:17:27 +01:00
|
|
|
- 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});
|
2021-02-22 15:43:29 +01:00
|
|
|
- return C.UnknownJavaScriptObject_methods;
|
|
|
|
- }
|
|
|
|
return C.UnknownJavaScriptObject_methods;
|
|
|
|
},
|
2021-11-23 20:17:27 +01:00
|
|
|
JSArray_JSArray$fixed: function($length, $E) {
|