fix: message types being incorrect (#6414)

* chore: regen msg dts files

* fix: package tasks not packaging msg.d.ts files

* fix: add setLocale to blockly.ts

* chore: format

* chore: move setLocale

* chore: add comment about setLocale not being useful when used with script tags

* chore: format
This commit is contained in:
Beka Westberg
2022-09-26 14:02:57 -07:00
committed by GitHub
parent 893787b285
commit 9c81e7591a
128 changed files with 892 additions and 1336 deletions

12
typings/msg/sd.d.ts vendored
View File

@@ -1,16 +1,8 @@
/**
* @license
* Copyright 2020 Google LLC
* Copyright 2022 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @fileoverview Type definitions for the Blockly sd locale.
* @author samelh@google.com (Sam El-Husseini)
*/
/// <reference path="msg.d.ts" />
import BlocklyMsg = Blockly.Msg;
export = BlocklyMsg;
export * from './msg';