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:
Beka Westberg
2023-05-24 13:01:33 -07:00
committed by GitHub
parent b5db021eed
commit 42b8c6e3ab
36 changed files with 49 additions and 112 deletions

View File

@@ -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.