We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51ca9ed commit 6329fadCopy full SHA for 6329fad
src/index.ts
@@ -1,5 +1,8 @@
1
export { supportedDialects, format, formatDialect } from './sqlFormatter.js';
2
export { expandPhrases } from './expandPhrases.js';
3
+
4
+// Intentionally use "export *" syntax here to make sure when adding a new SQL dialect
5
+// we wouldn't forget to expose it in our public API.
6
export * from './allDialects.js';
7
8
// NB! To re-export types the "export type" syntax is required by webpack.
0 commit comments