Skip to content

Files

Latest commit

 

History

History
13 lines (7 loc) · 353 Bytes

deprecation.md

File metadata and controls

13 lines (7 loc) · 353 Bytes

Pattern: Use of deprecated API

Issue: -

Description

Warns when deprecated APIs are used. Any usage of an identifier with the @deprecated JSDoc annotation will trigger a warning.

Rationale: Deprecated APIs should be avoided, and usage updated.

Further Reading