google / blockly

The web-based visual programming editor.
https://developers.google.com/blockly/
Apache License 2.0
12.52k stars 3.72k forks source link

chore: Remove unneeded handling for @suppress and @alias. #8633

Closed gonfunko closed 3 weeks ago

gonfunko commented 3 weeks ago

The basics

The details

Resolves

Fixes #6338

Proposed Changes

This PR removes API Extractor rules for handling @alias and @suppress, which no longer exist in the codebase.