{"version":3,"file":"boot-platform-nzTtzmKW.js","sources":["../../../resources/js/blockly/maze/boot-platform.js"],"sourcesContent":["/**\n * @license\n * Copyright 2014 Google LLC\n * SPDX-License-Identifier: Apache-2.0\n */\n\n/**\n * @fileoverview Load the correct language pack and code bundle.\n * @author fraser@google.com (Neil Fraser)\n */\n'use strict';\n\n(function () {\n // Load the chosen language pack.\n var script = document.createElement('script');\n script.src =\n '/assets/js/blockly/maze/msg/' + window['BlocklyGamesLang'] + '-b58e4275.js';\n document.head.appendChild(script);\n // Load the code bundle for the chosen game.\n var script = document.createElement('script');\n script.src = '/assets/js/blockly/maze/minified-b58e4275.js';\n document.head.appendChild(script);\n})();\n"],"names":["script"],"mappings":"AAAA;AAAA;AAAA;AAAA;AAAA,IAYC,UAAY,CAEX,IAAIA,EAAS,SAAS,cAAc,QAAQ,EAC5CA,EAAO,IACL,+BAAiC,OAAO,iBAAsB,eAChE,SAAS,KAAK,YAAYA,CAAM,EAEhC,IAAIA,EAAS,SAAS,cAAc,QAAQ,EAC5CA,EAAO,IAAM,+CACb,SAAS,KAAK,YAAYA,CAAM,CAClC,GAAI"}