Skip to content

Commit

Permalink
Add deprecation for feature-exists
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed May 6, 2024
1 parent 7cf4e6e commit dd5efc5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/src/deprecations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,13 @@ export const deprecations: typeof api.deprecations = {
obsoleteIn: null,
description: 'Function and mixin names beginning with --.',
},
'feature-exists': {
id: 'feature-exists',
status: 'active',
deprecatedIn: new Version(1, 77, 0),
obsoleteIn: null,
description: 'Using the meta.feature-exists() function.',
},
import: {
id: 'import',
status: 'future',
Expand Down

0 comments on commit dd5efc5

Please sign in to comment.