Skip to content

Commit

Permalink
fix: correct capitalization of "ESTree AST"
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Feb 18, 2025
1 parent 83c8676 commit 8767993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Editor/OutputPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const { duration } = await useOxc()
as="nav"
class="relative h-auto flex flex-shrink-0 justify-start gap-2 overflow-auto rounded-none p-2"
>
<TabsTrigger value="ast">estree AST</TabsTrigger>
<TabsTrigger value="ast">ESTree AST</TabsTrigger>
<TabsTrigger value="ir">Rust AST</TabsTrigger>
<TabsTrigger value="codegen">Codegen</TabsTrigger>
<!--
Expand Down

0 comments on commit 8767993

Please sign in to comment.