{"version":3,"file":"settings.mjs","sources":["../src/settings.ts"],"sourcesContent":["import { settings, utils } from '@pixi/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 (process.env.DEBUG)\n            {\n                // eslint-disable-next-line max-len\n                utils.deprecation('7.1.0', 'settings.SORTABLE_CHILDREN is deprecated, use Container.defaultSortableChildren');\n            }\n            Container.defaultSortableChildren = value;\n        },\n    },\n});\n\nexport { settings };\n"],"names":[],"mappings":";;;AAGA,OAAO,iBAAiB,UAAU;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAU9B,mBAAmB;AAAA,IACf,MACA;AACI,aAAO,UAAU;AAAA,IACrB;AAAA,IACA,IAAI,OACJ;AAIQ,YAAM,YAAY,SAAS,iFAAiF,GAEhH,UAAU,0BAA0B;AAAA,IACxC;AAAA,EACJ;AACJ,CAAC;"}