refactor(core): remove custom range token deprecations (#7482)

This commit is contained in:
wpxp123456
2026-08-11 20:36:24 +08:00
committed by 白熱
parent 0a8432f81d
commit 0b73ccfbcb
@@ -49,13 +49,7 @@ export enum DataStreamTreeTokenType {
BLOCK_START = '\x10', // block start
BLOCK_END = '\x11', // block end
// custom range.
/**
* @deprecated
*/
CUSTOM_RANGE_START = '\x1F', // custom range start
/**
* @deprecated
*/
CUSTOM_RANGE_END = '\x1E', // custom range end
COLUMN_BREAK = '\v', // column break