Skip to content

Commit 4df81f9

Browse files
committed
add comment about experimental version
1 parent 1654927 commit 4df81f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/language-support/src/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ export type { DbSchema } from './dbSchema';
55
export { _internalFeatureFlags } from './featureFlags';
66
export {
77
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.
810
formatQuery as formatQueryExperimental,
911
} from './formatting/formatting';
1012
export { antlrUtils } from './helpers';

0 commit comments

Comments
 (0)