@prospective.co/procss
Advanced tools
Comparing version 0.1.11 to 0.1.12
{ | ||
"name": "@prospective.co/procss", | ||
"version": "0.1.11", | ||
"version": "0.1.12", | ||
"description": "A simple CSS parsing and transformation framework.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -213,7 +213,2 @@ let imports = {}; | ||
module.exports.__wbindgen_error_new = function(arg0, arg1) { | ||
const ret = new Error(getStringFromWasm0(arg0, arg1)); | ||
return addHeapObject(ret); | ||
}; | ||
module.exports.__wbg_String_91fba7ded13ba54c = function(arg0, arg1) { | ||
@@ -227,2 +222,7 @@ const ret = String(getObject(arg1)); | ||
module.exports.__wbindgen_error_new = function(arg0, arg1) { | ||
const ret = new Error(getStringFromWasm0(arg0, arg1)); | ||
return addHeapObject(ret); | ||
}; | ||
module.exports.__wbg_set_20cbc34131e76824 = function(arg0, arg1, arg2) { | ||
@@ -229,0 +229,0 @@ getObject(arg0)[takeObject(arg1)] = takeObject(arg2); |
@@ -237,6 +237,2 @@ | ||
}; | ||
imports.wbg.__wbindgen_error_new = function(arg0, arg1) { | ||
const ret = new Error(getStringFromWasm0(arg0, arg1)); | ||
return addHeapObject(ret); | ||
}; | ||
imports.wbg.__wbg_String_91fba7ded13ba54c = function(arg0, arg1) { | ||
@@ -249,2 +245,6 @@ const ret = String(getObject(arg1)); | ||
}; | ||
imports.wbg.__wbindgen_error_new = function(arg0, arg1) { | ||
const ret = new Error(getStringFromWasm0(arg0, arg1)); | ||
return addHeapObject(ret); | ||
}; | ||
imports.wbg.__wbg_set_20cbc34131e76824 = function(arg0, arg1, arg2) { | ||
@@ -251,0 +251,0 @@ getObject(arg0)[takeObject(arg1)] = takeObject(arg2); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2900371