mirror of
https://github.com/dream-num/univer.git
synced 2026-08-28 23:01:30 +08:00
refactor(core): remove custom range token deprecations (#7482)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user