{"version":3,"file":"settings.mjs","sources":["../src/settings.ts"],"sourcesContent":["import { settings, utils } from 'pixijs/core';\nimport { Container } from './Container';\n\nObject.defineProperties(settings, {\n    /**\n     * Sets the default value for the container property 'sortableChildren'.\n     * @static\n     * @name SORTABLE_CHILDREN\n     * @memberof PIXI.settings\n     * @deprecated since 7.1.0\n     * @type {boolean}\n     * @see PIXI.Container.defaultSortableChildren\n     */\n    SORTABLE_CHILDREN: {\n        get()\n        {\n            return Container.defaultSortableChildren;\n        },\n        set(value: boolean)\n        {\n            // #if _DEBUG\n            utils.deprecation('7.1.0', 'settings.SORTABLE_CHILDREN is deprecated, use Container.defaultSortableChildren');\n            // #endif\n            Container.defaultSortableChildren = value;\n        },\n    },\n});\n\nexport { settings };\n"],"names":[],"mappings":";;;;AAGA,MAAA,CAAO,iBAAiB,QAAU,EAAA;AAAA,EAU9B,iBAAmB,EAAA;AAAA,IACf,GACA,GAAA;AACI,MAAA,OAAO,SAAU,CAAA,uBAAA,CAAA;AAAA,KACrB;AAAA,IACA,IAAI,KACJ,EAAA;AAEI,MAAM,KAAA,CAAA,WAAA,CAAY,SAAS,iFAAiF,CAAA,CAAA;AAE5G,MAAA,SAAA,CAAU,uBAA0B,GAAA,KAAA,CAAA;AAAA,KACxC;AAAA,GACJ;AACJ,CAAC,CAAA"}