mol_jsx_lib 0.0.607 → 0.0.609
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/node.js +1 -1
- package/node.js.map +1 -1
- package/node.mjs +1 -1
- package/node.test.js +1 -1
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.js +1 -1
- package/web.js.map +1 -1
- package/web.mjs +1 -1
package/package.json
CHANGED
package/web.js
CHANGED
|
@@ -1371,7 +1371,7 @@ var $;
|
|
|
1371
1371
|
const field = task.name + '()';
|
|
1372
1372
|
let dict = Object.getOwnPropertyDescriptor(host ?? task, field)?.value;
|
|
1373
1373
|
const prefix = host?.[Symbol.toStringTag] ?? (host instanceof Function ? $$.$mol_func_name(host) : host);
|
|
1374
|
-
const id = `${prefix}.${task.name}(${$mol_key(key)})`;
|
|
1374
|
+
const id = `${prefix}.${task.name}(${$mol_key(key).replace(/^"|"$/g, "'")})`;
|
|
1375
1375
|
if (dict) {
|
|
1376
1376
|
const existen = dict.get(id);
|
|
1377
1377
|
if (existen)
|