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.
2 parents 175835c + 6b52b76 commit 25e8abeCopy full SHA for 25e8abe
src/index.ts
@@ -1,5 +1,6 @@
1
export { supportedDialects, format, formatDialect } from './sqlFormatter.js';
2
export { expandPhrases } from './expandPhrases.js';
3
+export { ConfigError } from './validateConfig.js';
4
5
// Intentionally use "export *" syntax here to make sure when adding a new SQL dialect
6
// we wouldn't forget to expose it in our public API.
@@ -20,4 +21,3 @@ export type {
20
21
FormatOptions,
22
} from './FormatOptions.js';
23
export type { DialectOptions } from './dialect.js';
-export type { ConfigError } from './validateConfig.js';
0 commit comments