Skip to content

Claude/clarify api key docs l5w r1#77

Merged
amavashev merged 2 commits intomainfrom
claude/clarify-api-key-docs-L5wR1
Mar 17, 2026
Merged

Claude/clarify api key docs l5w r1#77
amavashev merged 2 commits intomainfrom
claude/clarify-api-key-docs-L5wR1

Conversation

@amavashev
Copy link
Contributor

Removed all three TypeScript type annotations (ref<Record<string, string>>, Record<string, { code: string; lang: string }>, const result: Record<string, string>) and dropped lang="ts" — the component is now plain JavaScript that Babel can parse without issues.

claude added 2 commits March 17, 2026 16:35
Babel parser fails on TypeScript type annotations (Record<string, string>)
in <script setup> without lang="ts".

https://claude.ai/code/session_01HftF1nebzvUzQy4y4zGJk6
CI Babel parser doesn't support TS syntax in Vue SFCs even with
lang="ts". Strip all type annotations to use plain JS.

https://claude.ai/code/session_01HftF1nebzvUzQy4y4zGJk6
@amavashev amavashev merged commit 2d74aec into main Mar 17, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants