Skip to content

Commit

Permalink
fix: add missing modernAst in validate_component_options (#11542)
Browse files Browse the repository at this point in the history
  • Loading branch information
xeho91 authored May 14, 2024
1 parent faced06 commit fd43702
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/svelte/src/compiler/validate-options.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ export const validate_component_options =

namespace: list(['html', 'svg', 'foreign']),

modernAst: boolean(false),

outputFilename: string(undefined),

preserveComments: boolean(false),
Expand Down

0 comments on commit fd43702

Please sign in to comment.