We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1654927 commit 4df81f9Copy full SHA for 4df81f9
packages/language-support/src/index.ts
@@ -5,6 +5,8 @@ export type { DbSchema } from './dbSchema';
5
export { _internalFeatureFlags } from './featureFlags';
6
export {
7
formatQuery,
8
+ // Currently, the experimental version is the same as the regular version. Keeping it here rather
9
+ // than removing it since we are likely to reintroduce an experimental version soon.
10
formatQuery as formatQueryExperimental,
11
} from './formatting/formatting';
12
export { antlrUtils } from './helpers';
0 commit comments