0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] format

This commit is contained in:
bluwy 2023-06-26 08:53:27 +00:00 committed by astrobot-houston
parent 4e02a59e42
commit c1564d3c02

View file

@ -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';