csskit 0.0.27-canary.f66443aafc → 0.0.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundle/csskit_wasm_bg.js +27 -27
- package/bundle/csskit_wasm_bg.wasm +0 -0
- package/csskit_wasm_bg.wasm +0 -0
- package/index.js +27 -27
- package/package.json +7 -7
package/bundle/csskit_wasm_bg.js
CHANGED
|
@@ -174,54 +174,54 @@ export function parse_error_report(source_text) {
|
|
|
174
174
|
wasm.__wbindgen_export3(deferred2_0, deferred2_1, 1);
|
|
175
175
|
}
|
|
176
176
|
}
|
|
177
|
-
export function
|
|
177
|
+
export function __wbg_Error_92b29b0548f8b746(arg0, arg1) {
|
|
178
178
|
const ret = Error(getStringFromWasm0(arg0, arg1));
|
|
179
179
|
return addHeapObject(ret);
|
|
180
180
|
}
|
|
181
|
-
export function
|
|
181
|
+
export function __wbg_Number_9a4e0ecb0fa16705(arg0) {
|
|
182
182
|
const ret = Number(getObject(arg0));
|
|
183
183
|
return ret;
|
|
184
184
|
}
|
|
185
|
-
export function
|
|
185
|
+
export function __wbg___wbindgen_boolean_get_fa956cfa2d1bd751(arg0) {
|
|
186
186
|
const v = getObject(arg0);
|
|
187
187
|
const ret = typeof(v) === 'boolean' ? v : undefined;
|
|
188
188
|
return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
|
|
189
189
|
}
|
|
190
|
-
export function
|
|
190
|
+
export function __wbg___wbindgen_debug_string_c25d447a39f5578f(arg0, arg1) {
|
|
191
191
|
const ret = debugString(getObject(arg1));
|
|
192
192
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_export, wasm.__wbindgen_export2);
|
|
193
193
|
const len1 = WASM_VECTOR_LEN;
|
|
194
194
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
195
195
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
196
196
|
}
|
|
197
|
-
export function
|
|
197
|
+
export function __wbg___wbindgen_in_aca499c5de7ff5e5(arg0, arg1) {
|
|
198
198
|
const ret = getObject(arg0) in getObject(arg1);
|
|
199
199
|
return ret;
|
|
200
200
|
}
|
|
201
|
-
export function
|
|
201
|
+
export function __wbg___wbindgen_is_object_a27215656b807791(arg0) {
|
|
202
202
|
const val = getObject(arg0);
|
|
203
203
|
const ret = typeof(val) === 'object' && val !== null;
|
|
204
204
|
return ret;
|
|
205
205
|
}
|
|
206
|
-
export function
|
|
206
|
+
export function __wbg___wbindgen_is_string_ea5e6cc2e4141dfe(arg0) {
|
|
207
207
|
const ret = typeof(getObject(arg0)) === 'string';
|
|
208
208
|
return ret;
|
|
209
209
|
}
|
|
210
|
-
export function
|
|
210
|
+
export function __wbg___wbindgen_is_undefined_c05833b95a3cf397(arg0) {
|
|
211
211
|
const ret = getObject(arg0) === undefined;
|
|
212
212
|
return ret;
|
|
213
213
|
}
|
|
214
|
-
export function
|
|
214
|
+
export function __wbg___wbindgen_jsval_loose_eq_db4c3b15f63fc170(arg0, arg1) {
|
|
215
215
|
const ret = getObject(arg0) == getObject(arg1);
|
|
216
216
|
return ret;
|
|
217
217
|
}
|
|
218
|
-
export function
|
|
218
|
+
export function __wbg___wbindgen_number_get_394265ed1e1b84ee(arg0, arg1) {
|
|
219
219
|
const obj = getObject(arg1);
|
|
220
220
|
const ret = typeof(obj) === 'number' ? obj : undefined;
|
|
221
221
|
getDataViewMemory0().setFloat64(arg0 + 8 * 1, isLikeNone(ret) ? 0 : ret, true);
|
|
222
222
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
223
223
|
}
|
|
224
|
-
export function
|
|
224
|
+
export function __wbg___wbindgen_string_get_b0ca35b86a603356(arg0, arg1) {
|
|
225
225
|
const obj = getObject(arg1);
|
|
226
226
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
|
227
227
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_export, wasm.__wbindgen_export2);
|
|
@@ -229,14 +229,14 @@ export function __wbg___wbindgen_string_get_72bdf95d3ae505b1(arg0, arg1) {
|
|
|
229
229
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
230
230
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
231
231
|
}
|
|
232
|
-
export function
|
|
232
|
+
export function __wbg___wbindgen_throw_344f42d3211c4765(arg0, arg1) {
|
|
233
233
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
234
234
|
}
|
|
235
|
-
export function
|
|
235
|
+
export function __wbg_entries_015dc610cd81ede0(arg0) {
|
|
236
236
|
const ret = Object.entries(getObject(arg0));
|
|
237
237
|
return addHeapObject(ret);
|
|
238
238
|
}
|
|
239
|
-
export function
|
|
239
|
+
export function __wbg_get_507a50627bffa49b(arg0, arg1) {
|
|
240
240
|
const ret = getObject(arg0)[arg1 >>> 0];
|
|
241
241
|
return addHeapObject(ret);
|
|
242
242
|
}
|
|
@@ -244,7 +244,7 @@ export function __wbg_get_with_ref_key_6412cf3094599694(arg0, arg1) {
|
|
|
244
244
|
const ret = getObject(arg0)[getObject(arg1)];
|
|
245
245
|
return addHeapObject(ret);
|
|
246
246
|
}
|
|
247
|
-
export function
|
|
247
|
+
export function __wbg_instanceof_ArrayBuffer_4480b9e0068a8adb(arg0) {
|
|
248
248
|
let result;
|
|
249
249
|
try {
|
|
250
250
|
result = getObject(arg0) instanceof ArrayBuffer;
|
|
@@ -254,7 +254,7 @@ export function __wbg_instanceof_ArrayBuffer_8f49811467741499(arg0) {
|
|
|
254
254
|
const ret = result;
|
|
255
255
|
return ret;
|
|
256
256
|
}
|
|
257
|
-
export function
|
|
257
|
+
export function __wbg_instanceof_Uint8Array_309b927aaf7a3fc7(arg0) {
|
|
258
258
|
let result;
|
|
259
259
|
try {
|
|
260
260
|
result = getObject(arg0) instanceof Uint8Array;
|
|
@@ -264,37 +264,37 @@ export function __wbg_instanceof_Uint8Array_86f30649f63ef9c2(arg0) {
|
|
|
264
264
|
const ret = result;
|
|
265
265
|
return ret;
|
|
266
266
|
}
|
|
267
|
-
export function
|
|
267
|
+
export function __wbg_isSafeInteger_04f36e4056f1b851(arg0) {
|
|
268
268
|
const ret = Number.isSafeInteger(getObject(arg0));
|
|
269
269
|
return ret;
|
|
270
270
|
}
|
|
271
|
-
export function
|
|
271
|
+
export function __wbg_length_1f0964f4a5e2c6d8(arg0) {
|
|
272
272
|
const ret = getObject(arg0).length;
|
|
273
273
|
return ret;
|
|
274
274
|
}
|
|
275
|
-
export function
|
|
275
|
+
export function __wbg_length_370319915dc99107(arg0) {
|
|
276
276
|
const ret = getObject(arg0).length;
|
|
277
277
|
return ret;
|
|
278
278
|
}
|
|
279
|
-
export function
|
|
280
|
-
const ret = new
|
|
279
|
+
export function __wbg_new_32b398fb48b6d94a() {
|
|
280
|
+
const ret = new Array();
|
|
281
281
|
return addHeapObject(ret);
|
|
282
282
|
}
|
|
283
|
-
export function
|
|
284
|
-
const ret = new
|
|
283
|
+
export function __wbg_new_cd45aabdf6073e84(arg0) {
|
|
284
|
+
const ret = new Uint8Array(getObject(arg0));
|
|
285
285
|
return addHeapObject(ret);
|
|
286
286
|
}
|
|
287
|
-
export function
|
|
288
|
-
const ret = new
|
|
287
|
+
export function __wbg_new_da52cf8fe3429cb2() {
|
|
288
|
+
const ret = new Object();
|
|
289
289
|
return addHeapObject(ret);
|
|
290
290
|
}
|
|
291
|
-
export function
|
|
291
|
+
export function __wbg_prototypesetcall_4770620bbe4688a0(arg0, arg1, arg2) {
|
|
292
292
|
Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), getObject(arg2));
|
|
293
293
|
}
|
|
294
294
|
export function __wbg_set_6be42768c690e380(arg0, arg1, arg2) {
|
|
295
295
|
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
296
296
|
}
|
|
297
|
-
export function
|
|
297
|
+
export function __wbg_set_8a16b38e4805b298(arg0, arg1, arg2) {
|
|
298
298
|
getObject(arg0)[arg1 >>> 0] = takeObject(arg2);
|
|
299
299
|
}
|
|
300
300
|
export function __wbindgen_cast_0000000000000001(arg0) {
|
|
Binary file
|
package/csskit_wasm_bg.wasm
CHANGED
|
Binary file
|
package/index.js
CHANGED
|
@@ -186,54 +186,54 @@ exports.parse_error_report = parse_error_report;
|
|
|
186
186
|
function __wbg_get_imports() {
|
|
187
187
|
const import0 = {
|
|
188
188
|
__proto__: null,
|
|
189
|
-
|
|
189
|
+
__wbg_Error_92b29b0548f8b746: function(arg0, arg1) {
|
|
190
190
|
const ret = Error(getStringFromWasm0(arg0, arg1));
|
|
191
191
|
return addHeapObject(ret);
|
|
192
192
|
},
|
|
193
|
-
|
|
193
|
+
__wbg_Number_9a4e0ecb0fa16705: function(arg0) {
|
|
194
194
|
const ret = Number(getObject(arg0));
|
|
195
195
|
return ret;
|
|
196
196
|
},
|
|
197
|
-
|
|
197
|
+
__wbg___wbindgen_boolean_get_fa956cfa2d1bd751: function(arg0) {
|
|
198
198
|
const v = getObject(arg0);
|
|
199
199
|
const ret = typeof(v) === 'boolean' ? v : undefined;
|
|
200
200
|
return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
|
|
201
201
|
},
|
|
202
|
-
|
|
202
|
+
__wbg___wbindgen_debug_string_c25d447a39f5578f: function(arg0, arg1) {
|
|
203
203
|
const ret = debugString(getObject(arg1));
|
|
204
204
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_export, wasm.__wbindgen_export2);
|
|
205
205
|
const len1 = WASM_VECTOR_LEN;
|
|
206
206
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
207
207
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
208
208
|
},
|
|
209
|
-
|
|
209
|
+
__wbg___wbindgen_in_aca499c5de7ff5e5: function(arg0, arg1) {
|
|
210
210
|
const ret = getObject(arg0) in getObject(arg1);
|
|
211
211
|
return ret;
|
|
212
212
|
},
|
|
213
|
-
|
|
213
|
+
__wbg___wbindgen_is_object_a27215656b807791: function(arg0) {
|
|
214
214
|
const val = getObject(arg0);
|
|
215
215
|
const ret = typeof(val) === 'object' && val !== null;
|
|
216
216
|
return ret;
|
|
217
217
|
},
|
|
218
|
-
|
|
218
|
+
__wbg___wbindgen_is_string_ea5e6cc2e4141dfe: function(arg0) {
|
|
219
219
|
const ret = typeof(getObject(arg0)) === 'string';
|
|
220
220
|
return ret;
|
|
221
221
|
},
|
|
222
|
-
|
|
222
|
+
__wbg___wbindgen_is_undefined_c05833b95a3cf397: function(arg0) {
|
|
223
223
|
const ret = getObject(arg0) === undefined;
|
|
224
224
|
return ret;
|
|
225
225
|
},
|
|
226
|
-
|
|
226
|
+
__wbg___wbindgen_jsval_loose_eq_db4c3b15f63fc170: function(arg0, arg1) {
|
|
227
227
|
const ret = getObject(arg0) == getObject(arg1);
|
|
228
228
|
return ret;
|
|
229
229
|
},
|
|
230
|
-
|
|
230
|
+
__wbg___wbindgen_number_get_394265ed1e1b84ee: function(arg0, arg1) {
|
|
231
231
|
const obj = getObject(arg1);
|
|
232
232
|
const ret = typeof(obj) === 'number' ? obj : undefined;
|
|
233
233
|
getDataViewMemory0().setFloat64(arg0 + 8 * 1, isLikeNone(ret) ? 0 : ret, true);
|
|
234
234
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
235
235
|
},
|
|
236
|
-
|
|
236
|
+
__wbg___wbindgen_string_get_b0ca35b86a603356: function(arg0, arg1) {
|
|
237
237
|
const obj = getObject(arg1);
|
|
238
238
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
|
239
239
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_export, wasm.__wbindgen_export2);
|
|
@@ -241,14 +241,14 @@ function __wbg_get_imports() {
|
|
|
241
241
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
242
242
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
243
243
|
},
|
|
244
|
-
|
|
244
|
+
__wbg___wbindgen_throw_344f42d3211c4765: function(arg0, arg1) {
|
|
245
245
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
246
246
|
},
|
|
247
|
-
|
|
247
|
+
__wbg_entries_015dc610cd81ede0: function(arg0) {
|
|
248
248
|
const ret = Object.entries(getObject(arg0));
|
|
249
249
|
return addHeapObject(ret);
|
|
250
250
|
},
|
|
251
|
-
|
|
251
|
+
__wbg_get_507a50627bffa49b: function(arg0, arg1) {
|
|
252
252
|
const ret = getObject(arg0)[arg1 >>> 0];
|
|
253
253
|
return addHeapObject(ret);
|
|
254
254
|
},
|
|
@@ -256,7 +256,7 @@ function __wbg_get_imports() {
|
|
|
256
256
|
const ret = getObject(arg0)[getObject(arg1)];
|
|
257
257
|
return addHeapObject(ret);
|
|
258
258
|
},
|
|
259
|
-
|
|
259
|
+
__wbg_instanceof_ArrayBuffer_4480b9e0068a8adb: function(arg0) {
|
|
260
260
|
let result;
|
|
261
261
|
try {
|
|
262
262
|
result = getObject(arg0) instanceof ArrayBuffer;
|
|
@@ -266,7 +266,7 @@ function __wbg_get_imports() {
|
|
|
266
266
|
const ret = result;
|
|
267
267
|
return ret;
|
|
268
268
|
},
|
|
269
|
-
|
|
269
|
+
__wbg_instanceof_Uint8Array_309b927aaf7a3fc7: function(arg0) {
|
|
270
270
|
let result;
|
|
271
271
|
try {
|
|
272
272
|
result = getObject(arg0) instanceof Uint8Array;
|
|
@@ -276,37 +276,37 @@ function __wbg_get_imports() {
|
|
|
276
276
|
const ret = result;
|
|
277
277
|
return ret;
|
|
278
278
|
},
|
|
279
|
-
|
|
279
|
+
__wbg_isSafeInteger_04f36e4056f1b851: function(arg0) {
|
|
280
280
|
const ret = Number.isSafeInteger(getObject(arg0));
|
|
281
281
|
return ret;
|
|
282
282
|
},
|
|
283
|
-
|
|
283
|
+
__wbg_length_1f0964f4a5e2c6d8: function(arg0) {
|
|
284
284
|
const ret = getObject(arg0).length;
|
|
285
285
|
return ret;
|
|
286
286
|
},
|
|
287
|
-
|
|
287
|
+
__wbg_length_370319915dc99107: function(arg0) {
|
|
288
288
|
const ret = getObject(arg0).length;
|
|
289
289
|
return ret;
|
|
290
290
|
},
|
|
291
|
-
|
|
292
|
-
const ret = new
|
|
291
|
+
__wbg_new_32b398fb48b6d94a: function() {
|
|
292
|
+
const ret = new Array();
|
|
293
293
|
return addHeapObject(ret);
|
|
294
294
|
},
|
|
295
|
-
|
|
296
|
-
const ret = new
|
|
295
|
+
__wbg_new_cd45aabdf6073e84: function(arg0) {
|
|
296
|
+
const ret = new Uint8Array(getObject(arg0));
|
|
297
297
|
return addHeapObject(ret);
|
|
298
298
|
},
|
|
299
|
-
|
|
300
|
-
const ret = new
|
|
299
|
+
__wbg_new_da52cf8fe3429cb2: function() {
|
|
300
|
+
const ret = new Object();
|
|
301
301
|
return addHeapObject(ret);
|
|
302
302
|
},
|
|
303
|
-
|
|
303
|
+
__wbg_prototypesetcall_4770620bbe4688a0: function(arg0, arg1, arg2) {
|
|
304
304
|
Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), getObject(arg2));
|
|
305
305
|
},
|
|
306
306
|
__wbg_set_6be42768c690e380: function(arg0, arg1, arg2) {
|
|
307
307
|
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
308
308
|
},
|
|
309
|
-
|
|
309
|
+
__wbg_set_8a16b38e4805b298: function(arg0, arg1, arg2) {
|
|
310
310
|
getObject(arg0)[arg1 >>> 0] = takeObject(arg2);
|
|
311
311
|
},
|
|
312
312
|
__wbindgen_cast_0000000000000001: function(arg0) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "csskit",
|
|
3
|
-
"version": "0.0.27
|
|
3
|
+
"version": "0.0.27",
|
|
4
4
|
"description": "Refreshing CSS",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"repository": "https://github.com/csskit/csskit",
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
"./bundle"
|
|
27
27
|
],
|
|
28
28
|
"optionalDependencies": {
|
|
29
|
-
"csskit-darwin-arm64": "0.0.27
|
|
30
|
-
"csskit-darwin-x64": "0.0.27
|
|
31
|
-
"csskit-linux-arm64": "0.0.27
|
|
32
|
-
"csskit-linux-x64": "0.0.27
|
|
33
|
-
"csskit-win32-arm64": "0.0.27
|
|
34
|
-
"csskit-win32-x64": "0.0.27
|
|
29
|
+
"csskit-darwin-arm64": "0.0.27",
|
|
30
|
+
"csskit-darwin-x64": "0.0.27",
|
|
31
|
+
"csskit-linux-arm64": "0.0.27",
|
|
32
|
+
"csskit-linux-x64": "0.0.27",
|
|
33
|
+
"csskit-win32-arm64": "0.0.27",
|
|
34
|
+
"csskit-win32-x64": "0.0.27"
|
|
35
35
|
},
|
|
36
36
|
"allowScripts": {
|
|
37
37
|
"wasm-opt@1.4.0": true
|