mirror of
https://github.com/google/blockly.git
synced 2026-01-04 15:40:08 +01:00
chore: remove alias comments (#6816)
* chore: remove alias comments * chore: format * chore: remove extra newlines * chore: fix bad replaces
This commit is contained in:
@@ -67,7 +67,6 @@ export type FieldValidator<T = any> = (newValue: T) => T|null|undefined;
|
||||
/**
|
||||
* Abstract class for an editable field.
|
||||
*
|
||||
* @alias Blockly.Field
|
||||
* @typeParam T - The value stored on the field.
|
||||
*/
|
||||
export abstract class Field<T = any> implements IASTNodeLocationSvg,
|
||||
|
||||
Reference in New Issue
Block a user