mirror of
https://github.com/google/blockly.git
synced 2026-01-08 01:20:12 +01:00
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:
12
typings/msg/sd.d.ts
vendored
12
typings/msg/sd.d.ts
vendored
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user