mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +01:00
fix: return annotations (#7118)
* chore: remove suppress annotations * chore: remove fileoverview annotation * chore: remove other unused annotations * chore: change return to returns * chore: enable tag linting
This commit is contained in:
@@ -398,8 +398,6 @@ export function clearWorkspaceAndLoadFromXml(
|
||||
* @param xml XML DOM.
|
||||
* @param workspace The workspace.
|
||||
* @returns An array containing new block IDs.
|
||||
* @suppress {strictModuleDepCheck} Suppress module check while workspace
|
||||
* comments are not bundled in.
|
||||
*/
|
||||
export function domToWorkspace(xml: Element, workspace: Workspace): string[] {
|
||||
let width = 0; // Not used in LTR.
|
||||
|
||||
Reference in New Issue
Block a user