You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
claude: Add optional entry-point argument to build-ts-extension
Adds support for specifying the entry point as a command-line argument:
quarto dev-call build-ts-extension [entry-point]
Entry point resolution priority (highest to lowest):
1. [entry-point] command-line argument
2. quartoExtension.entryPoint in deno.json
3. Single .ts file in src/ directory
4. src/mod.ts if multiple files exist
This allows building extensions with multiple TypeScript files without
requiring a deno.json just to specify the entry point.
Updated error messages to suggest both CLI argument and deno.json options.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments