Skip to content

Commit b4040bb

Browse files
committed
feat: remove deprecated exports
1 parent bcdef98 commit b4040bb

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

src/main.ts

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,14 @@ export * from './setupLanguageFeatures';
55
export * from './common/constants';
66
export * from './theme';
77

8-
export {
9-
EntityContextType,
10-
StmtContextType,
11-
/** @deprecated use {@link EntityContextType} to instead. */
12-
SyntaxContextType
13-
} from 'dt-sql-parser';
8+
export { EntityContextType, StmtContextType } from 'dt-sql-parser';
149

1510
export type {
1611
WordRange,
1712
SyntaxSuggestion,
1813
Suggestions,
1914
TextSlice,
2015
ParseError,
21-
EntityContext
16+
EntityContext,
17+
StmtContext
2218
} from 'dt-sql-parser';

0 commit comments

Comments
 (0)