Conversation
|
Claude finished @adamfri's task —— View job PR Review: POC for TypeDoc SetupI've completed my review of this PR. Here's my feedback: ✅ Strengths
🔍 Code Quality & Best Practices
|
🚀 Package Preview Available!Install this PR's preview build with npm: npm i @base44-preview/sdk@0.8.4-pr.44.71a0993Prefer not to change any import paths? Install using npm alias so your code still imports npm i "@base44/sdk@npm:@base44-preview/sdk@0.8.4-pr.44.71a0993"Or add it to your {
"dependencies": {
"@base44/sdk": "npm:@base44-preview/sdk@0.8.4-pr.44.71a0993"
}
}
Preview published to npm registry — try new features instantly! |
|
Claude finished @adamfri's task —— View job PR Review: POC for TypeDoc Setup✅ Strengths
📋 Code Quality & Best Practices
|
Overview
We want to use TypeDoc to generate MD files for the SDK reference. In the current setup, the factory functions in the modules don't declare types. Everything has to be inferred. TypeDoc does not play nicely with this. The solution is to declare types for the output of each module. This PR includes a POC of this using the auth module.
Changes
authmodule.