Skip to content

Commit

Permalink
* xover.Source - se quita el parseo genérico para que la referencia a…
Browse files Browse the repository at this point in the history
…l objeto se mantenga
  • Loading branch information
uriel-online committed Jan 12, 2024
1 parent 316b42f commit c3c72d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xo.js
Original file line number Diff line number Diff line change
Expand Up @@ -2335,7 +2335,7 @@ xover.Source = function (tag) {
definition = source;
return definition
}
source = JSON.parse(JSON.stringify(source));
//source = JSON.parse(JSON.stringify(source));
source = manifest_key && manifest_key[0] === '^' && [...tag_string.matchAll(new RegExp(manifest_key, "ig"))].forEach(([...groups]) => {
if (typeof (source) == 'string') {
source = tag_string.replace(new RegExp(manifest_key, "i"), source)
Expand Down

0 comments on commit c3c72d0

Please sign in to comment.