You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.3 KiB
30 lines
1.3 KiB
4 years ago
|
diff --git a/node_modules/sass/sass.dart.js b/node_modules/sass/sass.dart.js
|
||
3 years ago
|
index 512d612..1374f5e 100644
|
||
4 years ago
|
--- a/node_modules/sass/sass.dart.js
|
||
|
+++ b/node_modules/sass/sass.dart.js
|
||
3 years ago
|
@@ -16,6 +16,10 @@ self.scheduleImmediate = typeof setImmediate !== "undefined"
|
||
4 years ago
|
// CommonJS globals.
|
||
|
self.exports = exports;
|
||
|
|
||
3 years ago
|
+// realm bridge utility functions
|
||
4 years ago
|
+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") {
|
||
3 years ago
|
@@ -3700,13 +3704,6 @@ self.fs = require("fs");
|
||
4 years ago
|
return C.PlainJavaScriptObject_methods;
|
||
|
if (proto === Object.prototype)
|
||
|
return C.PlainJavaScriptObject_methods;
|
||
|
- if (typeof $constructor == "function") {
|
||
3 years ago
|
- 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});
|
||
4 years ago
|
- return C.UnknownJavaScriptObject_methods;
|
||
|
- }
|
||
|
return C.UnknownJavaScriptObject_methods;
|
||
|
},
|
||
3 years ago
|
JSArray_JSArray$fixed: function($length, $E) {
|