change global identifier name for compatibility with v13

This commit is contained in:
Kevin Jahns
2025-12-15 13:28:01 +01:00
parent 5c6278e983
commit b1cff471c5

View File

@@ -131,7 +131,7 @@ const glo = /** @type {any} */ (typeof globalThis !== 'undefined'
// @ts-ignore
: typeof global !== 'undefined' ? global : {})
const importIdentifier = '__ $YJS$ __'
const importIdentifier = '__ $YJS14$ __'
if (glo[importIdentifier] === true) {
/**