{"version":3,"file":"boot-platform-8N6uwb-Q.js","sources":["../../../resources/js/blockly/turtle/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/turtle/msg/' + window['BlocklyGamesLang'] + '-34fe69b4.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/turtle/minified-34fe69b4.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,iCAAmC,OAAO,iBAAsB,eAClE,SAAS,KAAK,YAAYA,CAAM,EAEhC,IAAIA,EAAS,SAAS,cAAc,QAAQ,EAC5CA,EAAO,IAAM,iDACb,SAAS,KAAK,YAAYA,CAAM,CAClC,GAAI"}