Skip to content

Commit b06bbcf

Browse files
committed
Remove unused TokenType export from CodeUtils.ts
1 parent 194fd75 commit b06bbcf

File tree

1 file changed

+0
-1
lines changed
  • workspaces/ballerina/ballerina-side-panel/src/components/editors/MultiModeExpressionEditor/ChipExpressionEditor

1 file changed

+0
-1
lines changed

workspaces/ballerina/ballerina-side-panel/src/components/editors/MultiModeExpressionEditor/ChipExpressionEditor/CodeUtils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ export type CursorInfo = {
4747
position: SelectionRange;
4848
}
4949

50-
export type TokenType = 'variable' | 'property' | 'parameter';
5150
export const ProgrammerticSelectionChange = Annotation.define<boolean>();
5251

5352
export const SyncDocValueWithPropValue = Annotation.define<boolean>();

0 commit comments

Comments
 (0)