mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
chore: fixed tsdoc missing deprecation messages (#6460)
* chore: added missing deprecation messages for `core/renderers/common/block_rendering.ts` * chore: added missing deprecation messages for `core/utils.ts` * chore: updated format * fix: reverted runAfterPageLoad to internal and updated messaging
This commit is contained in:
committed by
GitHub
parent
fa925e8c35
commit
e0b60cbf8a
@@ -54,7 +54,8 @@ import {Renderer} from './renderer.js';
|
||||
*
|
||||
* @returns Whether the debugger is turned on.
|
||||
* @alias Blockly.blockRendering.isDebuggerEnabled
|
||||
* @deprecated
|
||||
* @deprecated Use the debug renderer in **\@blockly/dev-tools** (See {@link
|
||||
* https://www.npmjs.com/package/@blockly/dev-tools}.)
|
||||
* @internal
|
||||
*/
|
||||
export function isDebuggerEnabled(): boolean {
|
||||
@@ -90,7 +91,8 @@ export function unregister(name: string) {
|
||||
* Turn on the blocks debugger.
|
||||
*
|
||||
* @alias Blockly.blockRendering.startDebugger
|
||||
* @deprecated
|
||||
* @deprecated Use the debug renderer in **\@blockly/dev-tools** (See {@link
|
||||
* https://www.npmjs.com/package/@blockly/dev-tools}.)
|
||||
* @internal
|
||||
*/
|
||||
export function startDebugger() {
|
||||
@@ -105,7 +107,8 @@ export function startDebugger() {
|
||||
* Turn off the blocks debugger.
|
||||
*
|
||||
* @alias Blockly.blockRendering.stopDebugger
|
||||
* @deprecated
|
||||
* @deprecated Use the debug renderer in **\@blockly/dev-tools** (See {@link
|
||||
* https://www.npmjs.com/package/@blockly/dev-tools}.)
|
||||
* @internal
|
||||
*/
|
||||
export function stopDebugger() {
|
||||
|
||||
Reference in New Issue
Block a user