fix!: Update deprecations for the new release. (#6470)

* chore: bump early deprecations to v10

* fixup

* fixup

* chore: remove deprecated properties

* chore: add missing @deprecated tags

* chore: format

* chore: format

* chore: fix import
This commit is contained in:
Beka Westberg
2022-10-03 11:21:52 -07:00
committed by GitHub
parent 12ffd2302c
commit d3447ea565
13 changed files with 34 additions and 216 deletions

View File

@@ -25,7 +25,7 @@ import * as deprecation from './deprecation.js';
* @param prefix A string to look for at the start of `str`.
* @returns True if `str` begins with `prefix`.
* @alias Blockly.utils.string.startsWith
* @deprecated April 2022. Use built-in string.startsWith.
* @deprecated Use built-in **string.startsWith** instead.
*/
export function startsWith(str: string, prefix: string): boolean {
deprecation.warn(