[ci] format
This commit is contained in:
parent
4e02a59e42
commit
c1564d3c02
1 changed files with 2 additions and 2 deletions
|
@ -3,10 +3,10 @@ export { AstroErrorData } from './errors-data.js';
|
||||||
export {
|
export {
|
||||||
AggregateError,
|
AggregateError,
|
||||||
AstroError,
|
AstroError,
|
||||||
CSSError,
|
|
||||||
CompilerError,
|
CompilerError,
|
||||||
MarkdownError,
|
CSSError,
|
||||||
isAstroError,
|
isAstroError,
|
||||||
|
MarkdownError,
|
||||||
} from './errors.js';
|
} from './errors.js';
|
||||||
export { codeFrame } from './printer.js';
|
export { codeFrame } from './printer.js';
|
||||||
export { createSafeError, positionAt } from './utils.js';
|
export { createSafeError, positionAt } from './utils.js';
|
||||||
|
|
Loading…
Reference in a new issue