Add TODO note

This commit is contained in:
LitoMore 2022-10-12 11:51:53 +08:00
parent 2b668aaaa6
commit 5a3245cb42
No known key found for this signature in database
GPG key ID: B8653F9344667340
2 changed files with 2 additions and 1 deletions

1
source/index.d.ts vendored
View file

@ -254,6 +254,7 @@ export {
// } from '#supports-color';
} from './vendor/supports-color/index.js';
// TODO: Remove these aliases in the next major version
/**
@deprecated Use `ModifierName` instead.

View file

@ -210,7 +210,7 @@ export {
backgroundColorNames,
colorNames,
// TODO: Remove these aliases in next major version
// TODO: Remove these aliases in the next major version
modifierNames as modifiers,
foregroundColorNames as foregroundColors,
backgroundColorNames as backgroundColors,