Skip to content

Commit

Permalink
feat: remove deprecated exports
Browse files Browse the repository at this point in the history
  • Loading branch information
HaydenOrz committed Apr 30, 2024
1 parent bcdef98 commit b4040bb
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,14 @@ export * from './setupLanguageFeatures';
export * from './common/constants';
export * from './theme';

export {
EntityContextType,
StmtContextType,
/** @deprecated use {@link EntityContextType} to instead. */
SyntaxContextType
} from 'dt-sql-parser';
export { EntityContextType, StmtContextType } from 'dt-sql-parser';

export type {
WordRange,
SyntaxSuggestion,
Suggestions,
TextSlice,
ParseError,
EntityContext
EntityContext,
StmtContext
} from 'dt-sql-parser';

0 comments on commit b4040bb

Please sign in to comment.