Skip to content

Commit

Permalink
Update packages/compiler-vapor/src/errors.ts
Browse files Browse the repository at this point in the history
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
  • Loading branch information
LittleSound and sxzz authored Nov 28, 2023
1 parent dc8db3b commit f132529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compiler-vapor/src/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export function createCompilerError<T extends number>(
export const enum ErrorCodes {
// transform errors
X_V_VAPOR_BIND_NO_EXPRESSION,
X_V_VAPOR_ON_NO_EXPRESSION,
VAPOR_ON_NO_EXPRESSION,
}

export const errorMessages: Record<ErrorCodes, string> = {

Check failure on line 46 in packages/compiler-vapor/src/errors.ts

View workflow job for this annotation

GitHub Actions / lint-and-test-dts

Property '[ErrorCodes.VAPOR_ON_NO_EXPRESSION]' is missing in type '{ [x: number]: string; 0: string; }' but required in type 'Record<ErrorCodes, string>'.
Expand Down

0 comments on commit f132529

Please sign in to comment.