Skip to content

Commit

Permalink
chore(compiler-core): fix typo in errors.ts and options.ts (#4650) [c…
Browse files Browse the repository at this point in the history
…i skip]
  • Loading branch information
Rudeus3Greyrat committed Sep 22, 2021
1 parent 52e4ea7 commit bf267b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/compiler-core/src/errors.ts
Expand Up @@ -177,6 +177,6 @@ export const errorMessages: Record<ErrorCodes, string> = {
[ErrorCodes.X_CACHE_HANDLER_NOT_SUPPORTED]: `"cacheHandlers" option is only supported when the "prefixIdentifiers" option is enabled.`,
[ErrorCodes.X_SCOPE_ID_NOT_SUPPORTED]: `"scopeId" option is only supported in module mode.`,

// just to fullfill types
// just to fulfill types
[ErrorCodes.__EXTEND_POINT__]: ``
}
2 changes: 1 addition & 1 deletion packages/compiler-core/src/options.ts
Expand Up @@ -130,7 +130,7 @@ interface SharedTransformCodegenOptions {
* When compiler generates code for SSR's fallback branch, we need to set it to false:
* - context.ssr = false
*
* see `subTransform` in `ssrTransformCompoent.ts`
* see `subTransform` in `ssrTransformComponent.ts`
*/
ssr?: boolean
/**
Expand Down

0 comments on commit bf267b1

Please sign in to comment.