summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--packages/astro/src/core/errors/index.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/astro/src/core/errors/index.ts b/packages/astro/src/core/errors/index.ts
index 2b85574e9..b3ef91e28 100644
--- a/packages/astro/src/core/errors/index.ts
+++ b/packages/astro/src/core/errors/index.ts
@@ -3,10 +3,10 @@ export { AstroErrorData } from './errors-data.js';
export {
AggregateError,
AstroError,
- CSSError,
CompilerError,
- MarkdownError,
+ CSSError,
isAstroError,
+ MarkdownError,
} from './errors.js';
export { codeFrame } from './printer.js';
export { createSafeError, positionAt } from './utils.js';